Hi,
Doing a convert -rotate on jpeg file does not rotate the exim thumbnail.
(see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=423891).
I suppose this bug like viewtopic.php?f=2&t=12355
is a wont fix?
Regards
Bastien
Wontfix? convert -rotate does not transform thumbnail
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: Wontfix? convert -rotate does not transform thumbnail
This feature request is on our list of things to do. We currently do not have an ETA on a fix for this problem.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Wontfix? convert -rotate does not transform thumbnail
This problem is not just for rotate, but for any other image manipulation operation as well.
A better approach may be for the thumbnail to be re-generated by a JPEG specific external program.
A program (such as jhead) can replace the thumbnail EXIF image (-st option), though I think it has some limitations. the program can even call ImageMagick (the -rgt option) to regenerate the thumbnail form the actual image, but only if it already exists.
Does anyone else know of JPEG EXIF thumbnail replacement or update alturnatives?
A better approach may be for the thumbnail to be re-generated by a JPEG specific external program.
A program (such as jhead) can replace the thumbnail EXIF image (-st option), though I think it has some limitations. the program can even call ImageMagick (the -rgt option) to regenerate the thumbnail form the actual image, but only if it already exists.
Does anyone else know of JPEG EXIF thumbnail replacement or update alturnatives?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Wontfix? convert -rotate does not transform thumbnail
It also looks as though if the jpg has already been rotated that it cannot be converted; at least to a png. Is there anyway to just skip reading the exif information or something? Thanks
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Wontfix? convert -rotate does not transform thumbnail
What do you mean 'cannot be converted'???signsrus wrote:It also looks as though if the jpg has already been rotated that it cannot be converted; at least to a png. Is there anyway to just skip reading the exif information or something? Thanks
It should always be able to convert, as long as the JPG is not corrupted!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Wontfix? convert -rotate does not transform thumbnail
sorry, I mean I can't use -convert to change it into a png.