Search found 2 matches

by chrisdolan
2016-10-28T08:55:34-07:00
Forum: Bugs
Topic: Large XMP metadata corrupted in JPEG-to-JPEG conversion
Replies: 1
Views: 3957

Re: Large XMP metadata corrupted in JPEG-to-JPEG conversion

An example JPEG that demonstrates this issue is
https://github.com/spite/android-lens-blur-depth-extractor/blob/master/table.jpg
which I found from this similar discussion: http://dev.exiv2.org/boards/3/topics/1631

If you run `convert table.jpg -resize 100x100 table.small.jpg` on that file, then ...
by chrisdolan
2016-10-28T08:15:57-07:00
Forum: Bugs
Topic: Large XMP metadata corrupted in JPEG-to-JPEG conversion
Replies: 1
Views: 3957

Large XMP metadata corrupted in JPEG-to-JPEG conversion

I've discovered that ImageMagick mildly corrupts JPEG files that
contain large quantities of XMP metadata. This problem only occurs for
JPEG files with more than 65502 bytes of XMP -- that is, more than can
fit in one JPEG segment. The symptom is that when you transform jpg ->
jpg (say, resizing the ...