Wontfix? convert -rotate does not transform thumbnail

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Wontfix? convert -rotate does not transform thumbnail

Post by broucaries »

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Wontfix? convert -rotate does not transform thumbnail

Post by magick »

This feature request is on our list of things to do. We currently do not have an ETA on a fix for this problem.
User avatar
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

Post by anthony »

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?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
signsrus

Re: Wontfix? convert -rotate does not transform thumbnail

Post by signsrus »

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
User avatar
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

Post by anthony »

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
What do you mean 'cannot be converted'???

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/
signsrus

Re: Wontfix? convert -rotate does not transform thumbnail

Post by signsrus »

sorry, I mean I can't use -convert to change it into a png.
Post Reply