Page 1 of 1

How can I embedded a thumbnail in Jpeg file using imagemagic

Posted: 2014-04-17T10:21:22-07:00
by n179911
Hi,

I have an existing jpg, how can I add an embedded thumbnail to the jpg exif data?
And after that, how can I view the thumbnail of the jpg to make sure that is insert correctly?

Thank you.

Re: How can I embedded a thumbnail in Jpeg file using imagem

Posted: 2014-04-17T10:25:06-07:00
by fmw42
I do not believe that IM allows user data to be inserted into the EXIF section of an image. It only reads from EXIF. Perhaps you can do it directly with EXIFTOOL. But, I will defer to any others who may know otherwise.

Re: How can I embedded a thumbnail in Jpeg file using imagem

Posted: 2014-04-17T10:39:47-07:00
by fmw42
see also http://www.imagemagick.org/Usage/formats/#jpg_non-im for other tools that may help