Thursday, April 10, 2014

linux: image reduce size via imagemagick

to quickly reduce image file size, on a linux box, using ImageMagick

/usr/local/bin/convert -quality <quality rate> <source file> <destination file>

ex: /usr/local/bin/convert -quality 81 20140207_090514N.jpg 20140207_090514N.jpg

you can adjust quality rate as needed.

i'm sure this will work on windows' ImageMagick too ;)

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...