<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/resize</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 09:15:20 GMT</pubDate>
<item>
<title>(Bash) Bash Resize Multiple Images - luizlopes</title>
<link>http://snipplr.com/view/66821/bash-resize-multiple-images/</link>
<description><![CDATA[ <p>* apt-get install imagemagick
* [mogrify](http://www.imagemagick.org/Usage/basics/#mogrify)</p> ]]></description>
<pubDate>Tue, 21 Aug 2012 04:14:00 GMT</pubDate>
<guid>http://snipplr.com/view/66821/bash-resize-multiple-images/</guid>
</item>
<item>
<title>(Bash) ImageMagick Crop &amp;amp; Resize images - artaserse</title>
<link>http://snipplr.com/view/64005/imagemagick-crop--resize-images/</link>
<description><![CDATA[ <p>simple command that resize and crop, if necessary, an image, centering the image.</p> ]]></description>
<pubDate>Sat, 17 Mar 2012 20:28:03 GMT</pubDate>
<guid>http://snipplr.com/view/64005/imagemagick-crop--resize-images/</guid>
</item>
<item>
<title>(Bash) Resize large images - Carolyne</title>
<link>http://snipplr.com/view/45299/resize-large-images/</link>
<description><![CDATA[ <p>Resize images that are greater than 800x600 and place them in the "small" directory.</p> ]]></description>
<pubDate>Sun, 05 Dec 2010 08:50:45 GMT</pubDate>
<guid>http://snipplr.com/view/45299/resize-large-images/</guid>
</item>
<item>
<title>(Bash) Batch Resize with ImageMagick - traeregan</title>
<link>http://snipplr.com/view/41171/batch-resize-with-imagemagick/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 30 Sep 2010 05:26:37 GMT</pubDate>
<guid>http://snipplr.com/view/41171/batch-resize-with-imagemagick/</guid>
</item>
<item>
<title>(Bash) Generate Thumbnails with all same resolution (Cropped) - abhiomkar</title>
<link>http://snipplr.com/view/38123/generate-thumbnails-with-all-same-resolution-cropped/</link>
<description><![CDATA[ <p>Input: .jpg images of current directory\r\n\r\nOutput: the thumbnails will be generated in \'thumb\' folder</p> ]]></description>
<pubDate>Sat, 31 Jul 2010 07:33:43 GMT</pubDate>
<guid>http://snipplr.com/view/38123/generate-thumbnails-with-all-same-resolution-cropped/</guid>
</item>
<item>
<title>(Bash) recursively resize jpg - tao326</title>
<link>http://snipplr.com/view/38014/recursively-resize-jpg/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Jul 2010 01:32:39 GMT</pubDate>
<guid>http://snipplr.com/view/38014/recursively-resize-jpg/</guid>
</item>
<item>
<title>(Bash) Batch resize images - jfoucher</title>
<link>http://snipplr.com/view/29115/batch-resize-images/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Mar 2010 05:37:59 GMT</pubDate>
<guid>http://snipplr.com/view/29115/batch-resize-images/</guid>
</item>
<item>
<title>(Bash) resize images - 1b0t</title>
<link>http://snipplr.com/view/20398/resize-images/</link>
<description><![CDATA[ <p>resize all jpgs in current folder to width 1400px</p> ]]></description>
<pubDate>Tue, 29 Sep 2009 05:54:58 GMT</pubDate>
<guid>http://snipplr.com/view/20398/resize-images/</guid>
</item>
<item>
<title>(Bash) Batch Resize Images With Imagemagick - ping_ch</title>
<link>http://snipplr.com/view/16122/batch-resize-images-with-imagemagick/</link>
<description><![CDATA[ <p>A simple one-liner to resize images from commandline</p> ]]></description>
<pubDate>Fri, 19 Jun 2009 10:51:51 GMT</pubDate>
<guid>http://snipplr.com/view/16122/batch-resize-images-with-imagemagick/</guid>
</item>
<item>
<title>(Bash) Batch resize all JPGs in a folder and copy to a subfolder - zerolab</title>
<link>http://snipplr.com/view/12915/batch-resize-all-jpgs-in-a-folder-and-copy-to-a-subfolder/</link>
<description><![CDATA[ <p>I needed a quick way to resize and save to a folder lots of images. Imagemagick is magic indeed!</p> ]]></description>
<pubDate>Sun, 08 Mar 2009 21:18:41 GMT</pubDate>
<guid>http://snipplr.com/view/12915/batch-resize-all-jpgs-in-a-folder-and-copy-to-a-subfolder/</guid>
</item>
<item>
<title>(Bash) Resize all images in directory - Dorgendubal</title>
<link>http://snipplr.com/view/12810/resize-all-images-in-directory/</link>
<description><![CDATA[ <p>* 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_: the command does also resize images in sub-directories but put them in the same target directory (overwrites any existing file).</p> ]]></description>
<pubDate>Wed, 04 Mar 2009 21:43:51 GMT</pubDate>
<guid>http://snipplr.com/view/12810/resize-all-images-in-directory/</guid>
</item>
<item>
<title>(Bash) Quickly resize images in command line (requires ImageMagick) - soroush</title>
<link>http://snipplr.com/view/4522/quickly-resize-images-in-command-line-requires-imagemagick/</link>
<description><![CDATA[ <p>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)</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 11:23:30 GMT</pubDate>
<guid>http://snipplr.com/view/4522/quickly-resize-images-in-command-line-requires-imagemagick/</guid>
</item>
</channel>
</rss>