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.
How can I embedded a thumbnail in Jpeg file using imagemagic
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How can I embedded a thumbnail in Jpeg file using imagem
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.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How can I embedded a thumbnail in Jpeg file using imagem
see also http://www.imagemagick.org/Usage/formats/#jpg_non-im for other tools that may help