Image resizing the easy way
Here's another one of my god-he's-so-new-to-Linux posts.
I wanted to resize a very large (1280x1024) image into an avatar-sized (50x50) image and I found a really simple way of doing it:
I wanted to resize a very large (1280x1024) image into an avatar-sized (50x50) image and I found a really simple way of doing it:
[zubin@localhost ~]$ convert ~/Desktop/big_image.jpg -resize 50x50 ~/Desktop/avatar.jpg
0 Comments:
Post a Comment
<< Home