Eric McConville

Results 32 comments of Eric McConville

Try calling [Image.auto_orient()](https://docs.wand-py.org/en/0.6.10/wand/image.html#wand.image.BaseImage.auto_orient) method after reading the image. It's common for orientation to be defined in metadata, and not within the raster's pixel data. ```py with Image(filename = file) as...

The only CV that ImageMagick supports is Hough-Line, & Canny edge detection algorithms. I don't think Face Detection is realistic for this module. Perhaps if there's a `wand.contrib` sub-module that...

Thanks for reporting this! This might be related to a recent change with ImageMagick ([previously reported](https://github.com/emcconville/wand/issues/586)), or it's something else. Can anyone with an M1 test the following with the...

Created merge request #588. If folks are able, please post evidence that the change worked.

Wand 0.6.10 has been released to address this issue. Took a couple extra days to get the test matrix stable, but everything seems stable.

I'm open to suggestions. Try **NOT** setting `MAGICK_HOME`, but just `WAND_MAGICK_LIBRARY_SUFFIX=-6.Q16` value.

> It was surprising to me that the library is found while checking the -6 suffix even though it has the Q16 option tacked on to the library name. That's...

The error is generic, and occurs when the decoder delegate is unable to read the image. Usually occurs when there's not enough resources to continue operations. Looking at your code,...

> Can you suggest something ? Look into queue-based task solution. AWS's SQS/lambda or [Celery](https://docs.celeryproject.org/en/stable/index.html), but there are hundreds of other distributed messaging systems. > I have 1000 + files...

Ah. I would agree s390x is not really worth holding the package up, but it is possible I messed something up when addressing the ARM issues. Especially since it was...