Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged resize



« Prev 1 Next »
simple command that resize and crop, if necessary, an image, centering the image.
0 678 posted 12 years ago by artaserse
Resize images that are greater than 800x600 and place them in the "small" directory.
0 553 posted 13 years ago by Carolyne
0 627 posted 13 years ago by traeregan
Input: .jpg images of current directory\r\n\r\nOutput: the thumbnails will be generated in \'thumb\' folder
0 518 posted 13 years ago by abhiomkar
0 340 posted 13 years ago by tao326
0 602 posted 14 years ago by jfoucher
A simple one-liner to resize images from commandline
1 815 posted 14 years ago by ping_ch
I needed a quick way to resize and save to a folder lots of images. Imagemagick is magic indeed!
1 868 posted 15 years ago by zerolab
* Resized images are generated into TARGET_DIR. * Change the resolution (800x800 in my example) and quality (80) as you want. * The command keeps the image's proportion. 1600x1200 will be converted into 800x600, 1200x1600 into 600x800. _Notice_:...
2 811 posted 15 years ago by Dorgendubal
This requires ImageMagick installed. Resize, as well as convert the image format. (Note: either of WIDTH or HEIGHT can be left blank, e.g. WIDTHx and the image will be resized proportionally)
1 716 posted 16 years ago by soroush
« Prev 1 Next »