Wednesday, November 13, 2013

linux: image orient via imagemagick

to do image rotation based on orientation, on a linux box, using ImageMagick

auto rotate images based on exif orientation values:
/usr/local/bin/convert -auto-orient <source file> <destination file>

yep, that's it.

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...