Serabe / RMagick4J

RMagick for JRuby.
Other
29 stars 13 forks source link

Auto Orientation of images #13

Open fred opened 11 years ago

fred commented 11 years ago

Hi, if you have time, is it possible to implement auto_orient method to automatically rotate the image based on the image EXIF meta-data?

it is available with ImageMagick 6.2.8, for example:

convert -auto-orient original_file.jpg new_file.jpg

Thanks a lot.

Serabe commented 11 years ago

That would be the auto_orient and auto_orient! method, wouldn't it?

fred commented 11 years ago

@Serabe yes, exactly those methods.