Search found 4 matches

by maruno
2018-12-17T07:47:30-07:00
Forum: Bugs
Topic: JPG file failed to convert with new version of Image Magick
Replies: 29
Views: 129995

Re: JPG file failed to convert with new version of Image Magick

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow. Thanks...
by maruno
2018-12-14T09:11:21-07:00
Forum: Bugs
Topic: JPG file failed to convert with new version of Image Magick
Replies: 29
Views: 129995

Re: JPG file failed to convert with new version of Image Magick

Looking into this issue it looks like the code in this commit might be causing the behaviour: https://github.com/ImageMagick/ImageMagick6/commit/c4c4027e4c55ac23ad44b4e197be006407286d7d We've build ImageMagick with this commit reverted and we can confirm that this solves our problems with conversio...
by maruno
2018-12-14T01:38:04-07:00
Forum: Bugs
Topic: JPG file failed to convert with new version of Image Magick
Replies: 29
Views: 129995

Re: JPG file failed to convert with new version of Image Magick

Looking into this issue it looks like the code in this commit might be causing the behaviour: https://github.com/ImageMagick/ImageMagick6/commit/c4c4027e4c55ac23ad44b4e197be006407286d7d It's trying to parse some XMP profile, however it fails at this when there is a lot of XMP-metadata in the file. W...
by maruno
2018-09-25T04:21:17-07:00
Forum: Bugs
Topic: Flipped TGA file when Image Origin isn't BottomLeft
Replies: 3
Views: 12102

Re: Flipped TGA file when Image Origin isn't BottomLeft

After this change all our TGA images are being flipped on a simple conversion. Are we sure the fix is correct? I don't quite understand the original issue, but there seems to be some regression here.