Search found 4 matches
- 2018-12-17T07:47:30-07:00
- Forum: Bugs
- Topic: JPG file failed to convert with new version of Image Magick
- Replies: 29
- Views: 239200
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 ...
- 2018-12-14T09:11:21-07:00
- Forum: Bugs
- Topic: JPG file failed to convert with new version of Image Magick
- Replies: 29
- Views: 239200
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 ...
- 2018-12-14T01:38:04-07:00
- Forum: Bugs
- Topic: JPG file failed to convert with new version of Image Magick
- Replies: 29
- Views: 239200
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 ...
- 2018-09-25T04:21:17-07:00
- Forum: Bugs
- Topic: Flipped TGA file when Image Origin isn't BottomLeft
- Replies: 3
- Views: 14194
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.