Open fred opened 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.
That would be the auto_orient and auto_orient! method, wouldn't it?
auto_orient
auto_orient!
@Serabe yes, exactly those methods.
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:
Thanks a lot.