<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Digital Photography Tips and Techniques - Latest Comments in Batch Resize Images Using Imagemagick</title><link>http://dptnt.disqus.com/</link><description>All about digital photography - DPTnT.</description><atom:link href="https://dptnt.disqus.com/batch_resize_images_using_imagemagick/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 04 Apr 2012 05:46:00 -0000</lastBuildDate><item><title>Re: Batch Resize Images Using Imagemagick</title><link>http://dptnt.com/2007/09/batch-resize-images-using-imagemagick/#comment-485751222</link><description>&lt;p&gt;one more note on my previous comment, actually crop seems to create lots of weird images instead of just one of the middle, so you should use the smallest border possible and only use crop if necessary.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter</dc:creator><pubDate>Wed, 04 Apr 2012 05:46:00 -0000</pubDate></item><item><title>Re: Batch Resize Images Using Imagemagick</title><link>http://dptnt.com/2007/09/batch-resize-images-using-imagemagick/#comment-485736420</link><description>&lt;p&gt; Oh, nevermind....figured it out.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.imagemagick.org/Usage/resize/#resize" rel="nofollow noopener" target="_blank" title="http://www.imagemagick.org/Usage/resize/#resize"&gt;http://www.imagemagick.org/...&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.imagemagick.org/Usage/crop/#border" rel="nofollow noopener" target="_blank" title="http://www.imagemagick.org/Usage/crop/#border"&gt;http://www.imagemagick.org/...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I first scale down to 192x192 (which ends up 16#x192, and then add a border around it, and then crop the size I really want. border color "none" means transparent in the case of a png.&lt;/p&gt;&lt;p&gt;$ convert Tux.png -resize 192x192 -bordercolor none -border 100x100 -crop 192x192 TuxIcon.png&lt;/p&gt;&lt;p&gt;(a calculated exact border would work without crop, but only if your desired size to add is an even number, eg. 15 would give 30 pixels extra width)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter</dc:creator><pubDate>Wed, 04 Apr 2012 05:36:18 -0000</pubDate></item><item><title>Re: Batch Resize Images Using Imagemagick</title><link>http://dptnt.com/2007/09/batch-resize-images-using-imagemagick/#comment-485724131</link><description>&lt;p&gt;I want to know how to make my image wider, by increasing the canvas size, not scaling the image, and the new size where the image did not exist before should then be transparent. How can I do that? With gimp, it is simply changing the dimensions of the canvas.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter</dc:creator><pubDate>Wed, 04 Apr 2012 05:28:13 -0000</pubDate></item><item><title>Re: Batch Resize Images Using Imagemagick</title><link>http://dptnt.com/2007/09/batch-resize-images-using-imagemagick/#comment-356676176</link><description>&lt;p&gt;Great stuff, very useful. &lt;br&gt;Thank you.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dRewsus</dc:creator><pubDate>Fri, 30 Jul 2010 22:52:18 -0000</pubDate></item><item><title>Re: Batch Resize Images Using Imagemagick</title><link>http://dptnt.com/2007/09/batch-resize-images-using-imagemagick/#comment-356676175</link><description>&lt;p&gt;nice tips, synthetic and useful.&lt;br&gt;Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">F@b</dc:creator><pubDate>Sat, 24 Jan 2009 09:28:38 -0000</pubDate></item><item><title>Re: Batch Resize Images Using Imagemagick</title><link>http://dptnt.com/2007/09/batch-resize-images-using-imagemagick/#comment-356676174</link><description>&lt;p&gt;Thank you for pointing it out! It was incorrectly formated. It should be correct now.&lt;/p&gt;&lt;p&gt;Max&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">picmax</dc:creator><pubDate>Fri, 09 Jan 2009 00:57:33 -0000</pubDate></item><item><title>Re: Batch Resize Images Using Imagemagick</title><link>http://dptnt.com/2007/09/batch-resize-images-using-imagemagick/#comment-356676173</link><description>&lt;p&gt;your examples contain invalid characters like unicode double-quotes&lt;br&gt;and the multiply sign, instead of ascii double-quotes and the "x"&lt;br&gt;character.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroj</dc:creator><pubDate>Thu, 08 Jan 2009 16:45:16 -0000</pubDate></item><item><title>Re: Batch Resize Images Using Imagemagick</title><link>http://dptnt.com/2007/09/batch-resize-images-using-imagemagick/#comment-356676172</link><description>&lt;p&gt;your examples contain invalid characters like unicode double-quotes&lt;br&gt;and the multiply sign, instead of ascii double-quotes and the "x"&lt;br&gt;character.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroj</dc:creator><pubDate>Thu, 08 Jan 2009 16:45:16 -0000</pubDate></item></channel></rss>