<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 22:01:05 +0000</lastBuildDate>
    <item>
      <title>(jQuery) jQuery fontResize - MistaTwista</title>
      <link>https://snipplr.com/view/72600/jquery-fontresize</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 10 Oct 2013 03:35:28 UTC</pubDate>
      <guid>https://snipplr.com/view/72600/jquery-fontresize</guid>
    </item>
    <item>
      <title>(PHP) PHP Image Ratio Width &amp; Height, Top &amp; Left - ShawnG</title>
      <link>https://snipplr.com/view/71321/php-image-ratio-width--height-top--left</link>
      <description>&lt;p&gt;Returns array with information like:&#13;
Input image&#13;
width 200&#13;
height 200&#13;
&#13;
     print_r(ratioResize('path/to/image.ext' ,  100 , 50));&#13;
&#13;
&#13;
&#13;
output:&#13;
&#13;
&#13;
     array(&#13;
         [ratio] =&gt; .5,&#13;
         [height] =&gt; 50,&#13;
         [width] =&gt; 50,&#13;
         [left] =&gt; 25,&#13;
         [top] =&gt; 25&#13;
     );&lt;/p&gt;</description>
      <pubDate>Wed, 29 May 2013 03:48:55 UTC</pubDate>
      <guid>https://snipplr.com/view/71321/php-image-ratio-width--height-top--left</guid>
    </item>
    <item>
      <title>(PHP) Image Resize on the Fly - brownrl</title>
      <link>https://snipplr.com/view/71224/image-resize-on-the-fly</link>
      <description>&lt;p&gt;This is my simple image resizer on the fly thing. &#13;
&#13;
-- WARNING --&#13;
Resizing and showing images on the fly could potentially kill your server or make the website slow.&#13;
&#13;
Ideally, this should save the resized image in a cache. However, more often than not this method just works, no one complains, and I don't have to make some writable caching directory thing.&#13;
&#13;
If anyting this could give you a good start on how you really want to handle your images.&lt;/p&gt;</description>
      <pubDate>Sat, 18 May 2013 08:21:43 UTC</pubDate>
      <guid>https://snipplr.com/view/71224/image-resize-on-the-fly</guid>
    </item>
    <item>
      <title>(JavaScript) iframe dynamic resize - leodruker</title>
      <link>https://snipplr.com/view/70462/iframe-dynamic-resize</link>
      <description>&lt;p&gt;JavaScript code to facilitate dynamic re-sizing of an iframe at the same time as the browser window is re-sized, as well as making sure that the frame scales proportionally to its width and height.&lt;/p&gt;</description>
      <pubDate>Tue, 19 Mar 2013 04:38:38 UTC</pubDate>
      <guid>https://snipplr.com/view/70462/iframe-dynamic-resize</guid>
    </item>
    <item>
      <title>(JavaScript) Resize iFrame to its content - Neven</title>
      <link>https://snipplr.com/view/70070/resize-iframe-to-its-content</link>
      <description>&lt;p&gt;Bind onload function to the iFrame and set the size of the iFrame to the iFrames loaded content.&#13;
In the example jQuery is used.&lt;/p&gt;</description>
      <pubDate>Sat, 23 Feb 2013 09:56:23 UTC</pubDate>
      <guid>https://snipplr.com/view/70070/resize-iframe-to-its-content</guid>
    </item>
    <item>
      <title>(CSS) CSS - Resize your background image - satie83</title>
      <link>https://snipplr.com/view/66681/css--resize-your-background-image</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 12 Aug 2012 10:10:28 UTC</pubDate>
      <guid>https://snipplr.com/view/66681/css--resize-your-background-image</guid>
    </item>
    <item>
      <title>(Bash) ImageMagick Crop &amp; Resize images - artaserse</title>
      <link>https://snipplr.com/view/64005/imagemagick-crop--resize-images</link>
      <description>&lt;p&gt;simple command that resize and crop, if necessary, an image, centering the image.&lt;/p&gt;</description>
      <pubDate>Sat, 17 Mar 2012 20:28:03 UTC</pubDate>
      <guid>https://snipplr.com/view/64005/imagemagick-crop--resize-images</guid>
    </item>
    <item>
      <title>(JavaScript) Resize background image - hectorlorenzo</title>
      <link>https://snipplr.com/view/60816/resize-background-image</link>
      <description>&lt;p&gt;FunciÃ³ que agafa les mides de la pantalla i redimensiona proporcionalment una imatge per a que s'adapti a ella.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2011 01:45:13 UTC</pubDate>
      <guid>https://snipplr.com/view/60816/resize-background-image</guid>
    </item>
    <item>
      <title>(jQuery) Flexible Site Layout With Resize Detection, now improved! - FatFolderDesigner</title>
      <link>https://snipplr.com/view/60562/flexible-site-layout-with-resize-detection-now-improved</link>
      <description>&lt;p&gt;I've previously posted this here: http://snipplr.com/view/59044/flexible-site-layout-with-resize-detection/&#13;
&#13;
This new version is short and more efficient, plus it no longer shows 1 (harmless) error on launch. Works the same as last time, the sizable object has the size to add the class too all the sizable elements, so for this example if the screen is less that 450px it'll add the class "phone" to the body (and the other elements), and if it's larger than 750px, but not 1000px, it'll give it the tablet layout. More information about the script is at the link, questions/comments/concerns can be sent to be from here or the comments section at the link.&lt;/p&gt;</description>
      <pubDate>Sat, 05 Nov 2011 11:02:52 UTC</pubDate>
      <guid>https://snipplr.com/view/60562/flexible-site-layout-with-resize-detection-now-improved</guid>
    </item>
    <item>
      <title>(jQuery) jquery cycle auto resize - grgcnnr</title>
      <link>https://snipplr.com/view/59628/jquery-cycle-auto-resize</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 11 Oct 2011 07:48:20 UTC</pubDate>
      <guid>https://snipplr.com/view/59628/jquery-cycle-auto-resize</guid>
    </item>
    <item>
      <title>(PHP) Resize an image without distorting proportions (JPEG, GIF or PNG) - TimoZachi</title>
      <link>https://snipplr.com/view/58584/resize-an-image-without-distorting-proportions-jpeg-gif-or-png</link>
      <description>&lt;p&gt;A function that resizes an image to desired width and height, but does not distort the image proportions. Works for JPEG, GIF and PNG.&lt;/p&gt;</description>
      <pubDate>Sat, 10 Sep 2011 08:38:41 UTC</pubDate>
      <guid>https://snipplr.com/view/58584/resize-an-image-without-distorting-proportions-jpeg-gif-or-png</guid>
    </item>
    <item>
      <title>(JavaScript) JavaScript Iframe Auto Resize - kendsnyder</title>
      <link>https://snipplr.com/view/57774/javascript-iframe-auto-resize</link>
      <description>&lt;p&gt;Given an iframe element and a header element, make the iframe just high enough to fit in the browser window. On window resize, readjust. Keep a minimum height for the iframe.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Aug 2011 03:28:18 UTC</pubDate>
      <guid>https://snipplr.com/view/57774/javascript-iframe-auto-resize</guid>
    </item>
    <item>
      <title>(PHP) PHP GD Thumbnail Generator 0.1 - dillonchr</title>
      <link>https://snipplr.com/view/57111/php-gd-thumbnail-generator-01</link>
      <description>&lt;p&gt;Tweaked from the icant.co.uk thumbnail generator&lt;/p&gt;</description>
      <pubDate>Mon, 25 Jul 2011 14:39:36 UTC</pubDate>
      <guid>https://snipplr.com/view/57111/php-gd-thumbnail-generator-01</guid>
    </item>
    <item>
      <title>(CSS) Auto-resizable Background - neoline</title>
      <link>https://snipplr.com/view/56192/autoresizable-background</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 07 Jul 2011 01:09:07 UTC</pubDate>
      <guid>https://snipplr.com/view/56192/autoresizable-background</guid>
    </item>
    <item>
      <title>(PHP) File upload: Resize image and reposition on new canvas - flatearthcomms</title>
      <link>https://snipplr.com/view/55029/file-upload-resize-image-and-reposition-on-new-canvas</link>
      <description>&lt;p&gt;Resize and image to fit a predetermined canvas size&lt;/p&gt;</description>
      <pubDate>Thu, 09 Jun 2011 01:03:50 UTC</pubDate>
      <guid>https://snipplr.com/view/55029/file-upload-resize-image-and-reposition-on-new-canvas</guid>
    </item>
    <item>
      <title>(jQuery) Set div height same as window (resize on window resize) - eme_dlr</title>
      <link>https://snipplr.com/view/54365/set-div-height-same-as-window-resize-on-window-resize</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 25 May 2011 10:55:15 UTC</pubDate>
      <guid>https://snipplr.com/view/54365/set-div-height-same-as-window-resize-on-window-resize</guid>
    </item>
    <item>
      <title>(jQuery) Resize iFrame to Fit Content (Same Domain Only) - dubogii</title>
      <link>https://snipplr.com/view/53665/resize-iframe-to-fit-content-same-domain-only</link>
      <description>&lt;p&gt;Still problematic...&#13;
&#13;
1. The source of the iframe content must reside on the same domain&#13;
2. if the content inside the iframe changes height, this won't adapt&#13;
3. I left Google Analytics code off the demo above, as when I added it in it seems to interfere and not resize the iframe, despite seemingly generating no errors.&lt;/p&gt;</description>
      <pubDate>Tue, 17 May 2011 19:39:26 UTC</pubDate>
      <guid>https://snipplr.com/view/53665/resize-iframe-to-fit-content-same-domain-only</guid>
    </item>
    <item>
      <title>(jQuery) jquery automatic text resize - secretgspot</title>
      <link>https://snipplr.com/view/50995/jquery-automatic-text-resize</link>
      <description>&lt;p&gt;simple jquery plugin that powers the text auto-resizing that is the basis of textagon.com&lt;/p&gt;</description>
      <pubDate>Wed, 23 Mar 2011 09:15:28 UTC</pubDate>
      <guid>https://snipplr.com/view/50995/jquery-automatic-text-resize</guid>
    </item>
    <item>
      <title>(JavaScript) Resize Iframe Height with Javascript - kodomonster</title>
      <link>https://snipplr.com/view/50692/resize-iframe-height-with-javascript</link>
      <description>&lt;p&gt;Resize iframe height.  This means if the content of your iframe is longer than the iframe height, and the iframe doesn't have a scrollbar, you can resize the height of the iframe so the content is viewed.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Mar 2011 21:51:59 UTC</pubDate>
      <guid>https://snipplr.com/view/50692/resize-iframe-height-with-javascript</guid>
    </item>
    <item>
      <title>(ActionScript 3) Auto change text size to fit text field - koriner</title>
      <link>https://snipplr.com/view/48973/auto-change-text-size-to-fit-text-field</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 14 Feb 2011 09:23:15 UTC</pubDate>
      <guid>https://snipplr.com/view/48973/auto-change-text-size-to-fit-text-field</guid>
    </item>
    <item>
      <title>(PHP) Resizing images with PHP - enkas</title>
      <link>https://snipplr.com/view/48623/resizing-images-with-php</link>
      <description>&lt;p&gt;The following script will easily allow you to resize images using PHP.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Feb 2011 01:36:44 UTC</pubDate>
      <guid>https://snipplr.com/view/48623/resizing-images-with-php</guid>
    </item>
    <item>
      <title>(ActionScript 3) Full screen image resize (proportionate) - koriner</title>
      <link>https://snipplr.com/view/48043/full-screen-image-resize-proportionate</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 28 Jan 2011 12:37:51 UTC</pubDate>
      <guid>https://snipplr.com/view/48043/full-screen-image-resize-proportionate</guid>
    </item>
    <item>
      <title>(PHP) All Image to JPG/JPeG Converter and Resizer - redoc</title>
      <link>https://snipplr.com/view/45476/all-image-to-jpgjpeg-converter-and-resizer</link>
      <description>&lt;p&gt;I edit this from tylerhall on 11/30/-1&lt;/p&gt;</description>
      <pubDate>Thu, 09 Dec 2010 02:37:03 UTC</pubDate>
      <guid>https://snipplr.com/view/45476/all-image-to-jpgjpeg-converter-and-resizer</guid>
    </item>
    <item>
      <title>(Bash) Resize large images - Carolyne</title>
      <link>https://snipplr.com/view/45299/resize-large-images</link>
      <description>&lt;p&gt;Resize images that are greater than 800x600 and place them in the "small" directory.&lt;/p&gt;</description>
      <pubDate>Sun, 05 Dec 2010 08:50:45 UTC</pubDate>
      <guid>https://snipplr.com/view/45299/resize-large-images</guid>
    </item>
    <item>
      <title>(VB.NET) Save Resized Image Class - ANT</title>
      <link>https://snipplr.com/view/44027/save-resized-image-class</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 12 Nov 2010 20:59:48 UTC</pubDate>
      <guid>https://snipplr.com/view/44027/save-resized-image-class</guid>
    </item>
    <item>
      <title>(PHP) Php Function to resize video from YouTube and Vimeo - ginoplusio</title>
      <link>https://snipplr.com/view/42560/php-function-to-resize-video-from-youtube-and-vimeo</link>
      <description>&lt;p&gt;Iâ€™ve made this function that receive the input $video string that contains the dirty embed code as it is from youtube. The second parameter $new_width (if specified) permits to resize the embed code proportionally to the width you need for your template. This function removes also unwanted tags added after the important tag (such as happens from Vimeo embeds that have a p tag after the iframe).&lt;/p&gt;</description>
      <pubDate>Tue, 19 Oct 2010 21:25:47 UTC</pubDate>
      <guid>https://snipplr.com/view/42560/php-function-to-resize-video-from-youtube-and-vimeo</guid>
    </item>
    <item>
      <title>(PHP) Image resizer (thumbnail generator) - stz184</title>
      <link>https://snipplr.com/view/41867/image-resizer-thumbnail-generator</link>
      <description>&lt;p&gt;If the optional parameter $crop is set to TRUE the image will be zoomed and cropped to specific size ($new_size). Else, the image will be resized to size, keeping aspect ratio and using $new_size as max size.&lt;/p&gt;</description>
      <pubDate>Fri, 08 Oct 2010 21:50:46 UTC</pubDate>
      <guid>https://snipplr.com/view/41867/image-resizer-thumbnail-generator</guid>
    </item>
    <item>
      <title>(Bash) Batch Resize with ImageMagick - traeregan</title>
      <link>https://snipplr.com/view/41171/batch-resize-with-imagemagick</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Sep 2010 05:26:37 UTC</pubDate>
      <guid>https://snipplr.com/view/41171/batch-resize-with-imagemagick</guid>
    </item>
    <item>
      <title>(PHP) Get remote Image, resize and save it - rave</title>
      <link>https://snipplr.com/view/41165/get-remote-image-resize-and-save-it</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Sep 2010 03:36:32 UTC</pubDate>
      <guid>https://snipplr.com/view/41165/get-remote-image-resize-and-save-it</guid>
    </item>
    <item>
      <title>(jQuery) jQuery DOM resize - arif</title>
      <link>https://snipplr.com/view/40797/jquery-dom-resize</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 21 Sep 2010 02:36:39 UTC</pubDate>
      <guid>https://snipplr.com/view/40797/jquery-dom-resize</guid>
    </item>
    <item>
      <title>(ActionScript) Auto Align on Resize - enabled88</title>
      <link>https://snipplr.com/view/38966/auto-align-on-resize</link>
      <description>&lt;p&gt;Coments, Coments, And More Coments,&lt;/p&gt;</description>
      <pubDate>Thu, 12 Aug 2010 10:04:03 UTC</pubDate>
      <guid>https://snipplr.com/view/38966/auto-align-on-resize</guid>
    </item>
    <item>
      <title>(Bash) Generate Thumbnails with all same resolution (Cropped) - abhiomkar</title>
      <link>https://snipplr.com/view/38123/generate-thumbnails-with-all-same-resolution-cropped</link>
      <description>&lt;p&gt;Input: .jpg images of current directory\r\n\r\nOutput: the thumbnails will be generated in \'thumb\' folder&lt;/p&gt;</description>
      <pubDate>Sat, 31 Jul 2010 07:33:43 UTC</pubDate>
      <guid>https://snipplr.com/view/38123/generate-thumbnails-with-all-same-resolution-cropped</guid>
    </item>
    <item>
      <title>(Bash) recursively resize jpg - tao326</title>
      <link>https://snipplr.com/view/38014/recursively-resize-jpg</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 29 Jul 2010 01:32:39 UTC</pubDate>
      <guid>https://snipplr.com/view/38014/recursively-resize-jpg</guid>
    </item>
    <item>
      <title>(Visual Basic) Resize Form Event on VB6 - keidash</title>
      <link>https://snipplr.com/view/36579/resize-form-event-on-vb6</link>
      <description>&lt;p&gt;Un ejemplo de como hacer un resice del formulario conjunto a todos los controles.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Jul 2010 23:52:09 UTC</pubDate>
      <guid>https://snipplr.com/view/36579/resize-form-event-on-vb6</guid>
    </item>
    <item>
      <title>(C#) Resize Images Keeping Aspect Ratio - ax4413</title>
      <link>https://snipplr.com/view/36480/resize-images-keeping-aspect-ratio</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jun 2010 01:43:47 UTC</pubDate>
      <guid>https://snipplr.com/view/36480/resize-images-keeping-aspect-ratio</guid>
    </item>
    <item>
      <title>(PHP) aspect ratio friendly square image resize - metoikos</title>
      <link>https://snipplr.com/view/35991/aspect-ratio-friendly-square-image-resize</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jun 2010 06:51:52 UTC</pubDate>
      <guid>https://snipplr.com/view/35991/aspect-ratio-friendly-square-image-resize</guid>
    </item>
    <item>
      <title>(PHP) aspect ratio friendly image resize - metoikos</title>
      <link>https://snipplr.com/view/35989/aspect-ratio-friendly-image-resize</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jun 2010 05:43:55 UTC</pubDate>
      <guid>https://snipplr.com/view/35989/aspect-ratio-friendly-image-resize</guid>
    </item>
    <item>
      <title>(ActionScript 3) Flash Resize the Swf - cessnajumpin</title>
      <link>https://snipplr.com/view/32674/flash-resize-the-swf</link>
      <description>&lt;p&gt;Ever have to make a swf that needs to change height? Want to use the browser's scrollbar instead of having to create one in flash?&lt;/p&gt;</description>
      <pubDate>Thu, 22 Apr 2010 07:58:53 UTC</pubDate>
      <guid>https://snipplr.com/view/32674/flash-resize-the-swf</guid>
    </item>
    <item>
      <title>(Bash) Batch resize images - jfoucher</title>
      <link>https://snipplr.com/view/29115/batch-resize-images</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 02 Mar 2010 05:37:59 UTC</pubDate>
      <guid>https://snipplr.com/view/29115/batch-resize-images</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Resize with ratio - kaptnkill</title>
      <link>https://snipplr.com/view/29015/as3-resize-with-ratio</link>
      <description>&lt;p&gt;Usage:&#13;
&#13;
&lt;code&gt;&#13;
var newDimensions:Object = resize(800,600,320,200);&#13;
&lt;/code&gt;&#13;
&#13;
This can be adapted to pretty much any language...&lt;/p&gt;</description>
      <pubDate>Sat, 27 Feb 2010 12:09:40 UTC</pubDate>
      <guid>https://snipplr.com/view/29015/as3-resize-with-ratio</guid>
    </item>
    <item>
      <title>(HTML) MAKING AN IFRAME TO RESIZE AUTOMATICALLY TO THE PAGE - jaff</title>
      <link>https://snipplr.com/view/28615/making-an-iframe-to-resize-automatically-to-the-page</link>
      <description>&lt;p&gt;Remove the doctype and any xml namespace declarations from your header and quirks mode will take care of the rendering, additionally this fix is not compatible with IE8 rendering so we need to put IE8 in emulation mode&lt;/p&gt;</description>
      <pubDate>Fri, 19 Feb 2010 07:20:52 UTC</pubDate>
      <guid>https://snipplr.com/view/28615/making-an-iframe-to-resize-automatically-to-the-page</guid>
    </item>
    <item>
      <title>(jQuery) JQUERY DISPLAY BACK TO TOP LINK BASED ON PAGE HEIGHT - vagrantradio</title>
      <link>https://snipplr.com/view/28427/jquery-display-back-to-top-link-based-on-page-height</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 15:40:47 UTC</pubDate>
      <guid>https://snipplr.com/view/28427/jquery-display-back-to-top-link-based-on-page-height</guid>
    </item>
    <item>
      <title>(PHP) Resize and Name Image - gms8994</title>
      <link>https://snipplr.com/view/24282/resize-and-name-image</link>
      <description>&lt;p&gt;This properly handles transparencies for PNG/GIF.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Dec 2009 14:16:27 UTC</pubDate>
      <guid>https://snipplr.com/view/24282/resize-and-name-image</guid>
    </item>
    <item>
      <title>(jQuery) smoth font resize - bionickid</title>
      <link>https://snipplr.com/view/23656/smoth-font-resize</link>
      <description>&lt;p&gt;need to be reviewed&lt;/p&gt;</description>
      <pubDate>Tue, 24 Nov 2009 07:23:47 UTC</pubDate>
      <guid>https://snipplr.com/view/23656/smoth-font-resize</guid>
    </item>
    <item>
      <title>(PHP) PHP Re-size Image - The14thGOD</title>
      <link>https://snipplr.com/view/23083/php-resize-image</link>
      <description>&lt;p&gt;Can't seem to remember where I found this and it's no longer in my bookmarks. If you know where this came from please provide the link so credit can go to the right person.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Nov 2009 17:13:45 UTC</pubDate>
      <guid>https://snipplr.com/view/23083/php-resize-image</guid>
    </item>
    <item>
      <title>(Objective C) Load Image from URL and then Resize - suibhne</title>
      <link>https://snipplr.com/view/23024/load-image-from-url-and-then-resize</link>
      <description>&lt;p&gt;Some code that will load an image from a remote URL, and then resize it.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Nov 2009 18:50:18 UTC</pubDate>
      <guid>https://snipplr.com/view/23024/load-image-from-url-and-then-resize</guid>
    </item>
    <item>
      <title>(jQuery) Resizing text dynamically - stancox</title>
      <link>https://snipplr.com/view/21626/resizing-text-dynamically</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 22 Oct 2009 09:17:13 UTC</pubDate>
      <guid>https://snipplr.com/view/21626/resizing-text-dynamically</guid>
    </item>
    <item>
      <title>(DOS Batch) Batch resize in DOS batch file with imagemagick - jasonseney</title>
      <link>https://snipplr.com/view/20515/batch-resize-in-dos-batch-file-with-imagemagick</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 01 Oct 2009 02:23:32 UTC</pubDate>
      <guid>https://snipplr.com/view/20515/batch-resize-in-dos-batch-file-with-imagemagick</guid>
    </item>
    <item>
      <title>(PHP) Resize Images on the fly - paulgrenwood</title>
      <link>https://snipplr.com/view/20148/resize-images-on-the-fly</link>
      <description>&lt;p&gt;Creating thumbnails of the images is required many a times, this code will be useful to know about the logic of thumbnail generation.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:58:09 UTC</pubDate>
      <guid>https://snipplr.com/view/20148/resize-images-on-the-fly</guid>
    </item>
    <item>
      <title>(Bash) Batch Resize Images With Imagemagick - ping_ch</title>
      <link>https://snipplr.com/view/16122/batch-resize-images-with-imagemagick</link>
      <description>&lt;p&gt;A simple one-liner to resize images from commandline&lt;/p&gt;</description>
      <pubDate>Fri, 19 Jun 2009 10:51:51 UTC</pubDate>
      <guid>https://snipplr.com/view/16122/batch-resize-images-with-imagemagick</guid>
    </item>
  </channel>
</rss>
