Hello,
I'm working with imagemagick to make some modifications to an image and produce a new image. Problem is, even after the modifications windows still shows the old thumbnail on the new jpeg file. Is there any way to fix this?
Imagemagick not updating thumbnail
-
- Posts: 3
- Joined: 2017-06-13T21:16:54-07:00
- Authentication code: 1151
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Imagemagick not updating thumbnail
Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at viewtopic.php?f=1&t=9620
For novices, see
viewtopic.php?f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
Depending upon your processing commands, ImageMagick may not reset the thumbnail preview. I see that happen when writing over some old images. Have you tried saving to a new output, then renaming it back to the original with our OS?
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at viewtopic.php?f=1&t=9620
For novices, see
viewtopic.php?f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
Depending upon your processing commands, ImageMagick may not reset the thumbnail preview. I see that happen when writing over some old images. Have you tried saving to a new output, then renaming it back to the original with our OS?
-
- Posts: 3
- Joined: 2017-06-13T21:16:54-07:00
- Authentication code: 1151
Re: Imagemagick not updating thumbnail
I'm using 7.0.6 and building a script that needs to work on both Windows and Ubuntu.fmw42 wrote: ↑2017-06-14T23:15:14-07:00 Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at viewtopic.php?f=1&t=9620
For novices, see
viewtopic.php?f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
Depending upon your processing commands, ImageMagick may not reset the thumbnail preview. I see that happen when writing over some old images. Have you tried saving to a new output, then renaming it back to the original with our OS?
I managed to fix this by simply using -strip to delete the EXIF data
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Imagemagick not updating thumbnail
Sounds like a reasonable solution, since -strip removes the xmp profile, which I believe is where the thumbnail is stored. You could try +profile "xmp" rather than -strip.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Imagemagick not updating thumbnail
No. IM doesn't update thumbnails.aayushagra wrote:... even after the modifications windows still shows the old thumbnail on the new jpeg file. Is there any way to fix this?
snibgo's IM pages: im.snibgo.com