<?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 13:33:20 +0000</lastBuildDate>
    <item>
      <title>(C++) Image manipulation - lizzyjones</title>
      <link>https://snipplr.com/view/327681/image-manipulation</link>
      <description>&lt;p&gt;To Manipulate Certain Images.&lt;/p&gt;</description>
      <pubDate>Sun, 18 Mar 2018 03:23:31 UTC</pubDate>
      <guid>https://snipplr.com/view/327681/image-manipulation</guid>
    </item>
    <item>
      <title>(CSS) Align Backgroud Image with Offset in CSS - apphp-snippets</title>
      <link>https://snipplr.com/view/324807/align-backgroud-image-with-offset-in-css</link>
      <description>&lt;p&gt;You may align background image not only to left or top corner, but also use an offset for alignment.&lt;/p&gt;</description>
      <pubDate>Tue, 30 May 2017 18:10:22 UTC</pubDate>
      <guid>https://snipplr.com/view/324807/align-backgroud-image-with-offset-in-css</guid>
    </item>
    <item>
      <title>(C#) How to Render an Image of 3D Model from the Camera inside .NET Application - sherazam</title>
      <link>https://snipplr.com/view/147514/how-to-render-an-image-of-3d-model-from-the-camera-inside-net-application</link>
      <description>&lt;p&gt;This Technical tip explains how .NET developers can render an image of 3D model from the camera inside their .NET applications. Using Aspose.3D for .NET, developers can render an image to view a realistic image of 3D model, with or without the enhanced background, textures, shadows and also adjust the image size. The Render method exposed by the Scene class can be used to take a picture from the active camera. Developers may also use the several different ways to navigate and position the camera in the scene. In this code example, we create a camera at position (10,10,10) in an existing 3D scene and look at the origin point for rendering.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jul 2016 18:52:55 UTC</pubDate>
      <guid>https://snipplr.com/view/147514/how-to-render-an-image-of-3d-model-from-the-camera-inside-net-application</guid>
    </item>
    <item>
      <title>(C#) How to Crop EMF Image using Shifts or Rectangle Approaches in .NET Applications - sherazam</title>
      <link>https://snipplr.com/view/147213/how-to-crop-emf-image-using-shifts-or-rectangle-approaches-in-net-applications</link>
      <description>&lt;p&gt;This technical tip explains how .NET developers can Crop an EMF Image inside their .NET applications. Image cropping usually refers to the removal of the outer parts of an image to help improve the framing. Cropping may also be used to cut out some portion of an image to increase the focus on a particular area. Aspose.Imaging for .Net API supports two different approaches for cropping image: by shifts and by rectangle. The EmfImage class provides an overloaded version of the Crop method that accepts 4 integer values denoting Left, Right, Top &amp; Bottom. Based on these four values, the Crop method moves the image boundaries toward the center of the image while discarding the outer portion.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:03:17 UTC</pubDate>
      <guid>https://snipplr.com/view/147213/how-to-crop-emf-image-using-shifts-or-rectangle-approaches-in-net-applications</guid>
    </item>
    <item>
      <title>(C#) How to Convert PDF Pages to TIFF Image inside .NET Applications - sherazam</title>
      <link>https://snipplr.com/view/147177/how-to-convert-pdf-pages-to-tiff-image-inside-net-applications</link>
      <description>&lt;p&gt;This technical tip shows how to convert PDF pages to TIFF image inside .NET Applications.  The TiffDevice class allows you to convert PDF pages to TIFF images. This class provides a method named Process which allows you to convert all the pages in a PDF file to a single TIFF image. To convert a particular page in a PDF file to a TIFF image, use an overloaded version of the Process(..) method which takes a page number as an argument for conversion.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Jun 2016 17:38:49 UTC</pubDate>
      <guid>https://snipplr.com/view/147177/how-to-convert-pdf-pages-to-tiff-image-inside-net-applications</guid>
    </item>
    <item>
      <title>(CSS) Background image full size - envane21</title>
      <link>https://snipplr.com/view/146901/background-image-full-size</link>
      <description>&lt;p&gt;background image full size centered&lt;/p&gt;</description>
      <pubDate>Tue, 10 May 2016 18:36:24 UTC</pubDate>
      <guid>https://snipplr.com/view/146901/background-image-full-size</guid>
    </item>
    <item>
      <title>(CSS) Css bullet img replacement - bcounts</title>
      <link>https://snipplr.com/view/146160/css-bullet-img-replacement</link>
      <description>&lt;p&gt;Change your list bullet to a custom character in CSS.  Will not wrap it multiple lines&lt;/p&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:47:33 UTC</pubDate>
      <guid>https://snipplr.com/view/146160/css-bullet-img-replacement</guid>
    </item>
    <item>
      <title>(C#) Cognex Vpro Image Record - gofast505</title>
      <link>https://snipplr.com/view/112338/cognex-vpro-image-record</link>
      <description>&lt;p&gt;Simple record that the content is a Image.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Oct 2015 23:14:54 UTC</pubDate>
      <guid>https://snipplr.com/view/112338/cognex-vpro-image-record</guid>
    </item>
    <item>
      <title>(C#) Cognex Vpro Save Image - gofast505</title>
      <link>https://snipplr.com/view/112337/cognex-vpro-save-image</link>
      <description>&lt;p&gt;Simple script to save Cognex Image using ImageFile.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Oct 2015 23:11:43 UTC</pubDate>
      <guid>https://snipplr.com/view/112337/cognex-vpro-save-image</guid>
    </item>
    <item>
      <title>(C#) (C# tutorial) How to create edge detection function - DaniBarros</title>
      <link>https://snipplr.com/view/89547/c-tutorial-how-to-create-edge-detection-function</link>
      <description>&lt;p&gt;I am really interested in Computer Vision technology, so I started to dig deeper in this topic. This is how I found the code below for edge detection, a method belonging to object detection.&#13;
If you are interested in implementing edge detection in C#, too, here you can find the code I tried. The code is from a prewritten C# camera library you can all access.&#13;
&#13;
To develop the edge detection function you only need to have a Visual C# WPF Application created in Visual Studio and the VOIPSDK.dll and NVA.dll files (from www.camera-sdk.com ) added to the references.&#13;
&#13;
Creating the user interface is the first step. It will help you to use edge detection by providing an easy-to-use interface. You will have two fields to display the original image and the processed image of the camera, you can set values for Canny Threshold and Canny Threshold Linking and you can set whether you want the edges of the detected elements to be white or colorized. You can find the code of the GUI under Form1.Designer.cs.&#13;
&#13;
Under Form1.cs there is the code for the edge detection function. You can see how to code is built up and what you should to create this function. There will be the different methods you have to call and all the configurations are described.&#13;
&#13;
Trust me, guys, this source code will help you a lot, it made my life easier. Good luck!&lt;/p&gt;</description>
      <pubDate>Sat, 07 Feb 2015 01:13:41 UTC</pubDate>
      <guid>https://snipplr.com/view/89547/c-tutorial-how-to-create-edge-detection-function</guid>
    </item>
    <item>
      <title>(C#) How to implement corner detection (C#) - MahendraGadhavi</title>
      <link>https://snipplr.com/view/89544/how-to-implement-corner-detection-c</link>
      <description>&lt;p&gt;You can find the full source code for corner detection here. I found this solution on www.camera-sdk.com and it worked for me fine. I created a Visual C# WPF application in Visual Studio, and added two .dll files (VOIPSDK.dll and NVA.dll) to the references. The .dll files can be found on the webpage.&#13;
&#13;
First, you can see the full source code for the interface of the program at Form1.Desginer.cs. On this GUI you can adjust many configurations in connection with the image of the camera, and you can have a detailed list about the detected corners.&#13;
&#13;
Under Form1.cs you can find the source code for the program itself and you will see which mediahandlers, methods and configurations you should use to achieve this function.&#13;
&#13;
I hope you can all use this snippet! I wish you success to build your corner detecting solutions!&lt;/p&gt;</description>
      <pubDate>Fri, 06 Feb 2015 23:12:41 UTC</pubDate>
      <guid>https://snipplr.com/view/89544/how-to-implement-corner-detection-c</guid>
    </item>
    <item>
      <title>(C#) How to capture frames from a camera in C# - AdrianVasilyev</title>
      <link>https://snipplr.com/view/89539/how-to-capture-frames-from-a-camera-in-c</link>
      <description>&lt;p&gt;If you wish to make your home, office or warehouse more secure, taking frame captures can be a very useful solution for you. And I can tell you this because Iâ€™ve already implemented this function at my office. Now I am sharing the prewritten source code with you for such a solution. &#13;
&#13;
What will you need for this function?&#13;
&#13;
â€¢	A Visual C# WPF Application created in Visual Studio&#13;
â€¢	The VoIPSDK.dll added to the references. (It can be found on the website where I found the code: www.camera-sdk.com/)&#13;
&#13;
The first part of the code under MainForm.cs is the code for the frame capturing program itself. It contains all the details you need to implement this function. Later, under MainForm.Designer.cs youâ€™ll find the source code for the GUI of this program. The code will help you to develop a user interface that will make it easy to use the program.&#13;
&#13;
Good luck with implementing the code!&lt;/p&gt;</description>
      <pubDate>Fri, 06 Feb 2015 18:29:01 UTC</pubDate>
      <guid>https://snipplr.com/view/89539/how-to-capture-frames-from-a-camera-in-c</guid>
    </item>
    <item>
      <title>(PHP) Magento: Get image by SKU - mroncetwice</title>
      <link>https://snipplr.com/view/79815/magento-get-image-by-sku</link>
      <description>&lt;p&gt;Stupid Magento is such a damned clusterskuf&lt;/p&gt;</description>
      <pubDate>Wed, 15 Oct 2014 06:35:27 UTC</pubDate>
      <guid>https://snipplr.com/view/79815/magento-get-image-by-sku</guid>
    </item>
    <item>
      <title>(CSS) Center A Resizeable Image Vertically And Horizontally In A Container With Hover And Background - brontus</title>
      <link>https://snipplr.com/view/76169/center-a-resizeable-image-vertically-and-horizontally-in-a-container-with-hover-and-background</link>
      <description>&lt;p&gt;A snippet that will centre an image within a container. The image also has a hover  and background element 'on' the image.&lt;/p&gt;</description>
      <pubDate>Thu, 14 Aug 2014 14:30:57 UTC</pubDate>
      <guid>https://snipplr.com/view/76169/center-a-resizeable-image-vertically-and-horizontally-in-a-container-with-hover-and-background</guid>
    </item>
    <item>
      <title>(PHP) email tracking image logging - stiva71</title>
      <link>https://snipplr.com/view/75549/email-tracking-image-logging</link>
      <description>&lt;p&gt;Add an image to the email, must be linked not embedded ie in thunderbird mail moz-do-not-send attribute must be set true.&#13;
&#13;
any requests for this gif image will be redirected through display which will log the request and serve up the stored t.gif image.&#13;
&#13;
the log file name will be as the requested gif file in this case loggingname.txt in the /log directory&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jul 2014 07:19:18 UTC</pubDate>
      <guid>https://snipplr.com/view/75549/email-tracking-image-logging</guid>
    </item>
    <item>
      <title>(PHP) Change Image Properties 'On-The-Fly' - apphp-snippets</title>
      <link>https://snipplr.com/view/74931/change-image-properties-onthefly</link>
      <description>&lt;p&gt;Sometimes you may need to change image properties 'on-the-fly'. The best example is when you want to display blog post short description, retrieve the first image and try to turn it into the thumbnail: change some properties and add a special class name.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jun 2014 17:38:32 UTC</pubDate>
      <guid>https://snipplr.com/view/74931/change-image-properties-onthefly</guid>
    </item>
    <item>
      <title>(CSS) responsive mobile image scaling - jefferis</title>
      <link>https://snipplr.com/view/74273/responsive-mobile-image-scaling</link>
      <description>&lt;p&gt;allows image to scale to fit mobile windows.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Apr 2014 04:20:23 UTC</pubDate>
      <guid>https://snipplr.com/view/74273/responsive-mobile-image-scaling</guid>
    </item>
    <item>
      <title>(C#) C#/.NET  Code Samples to Save Microsoft OneNote (.one) file as an image (.PNG, .BMP, .JPEG, .GIF) file - johansonkatherine</title>
      <link>https://snipplr.com/view/73837/cnet--code-samples-to-save-microsoft-onenote-one-file-as-an-image-png-bmp-jpeg-gif-file</link>
      <description>&lt;p&gt;The Aspose.Note for .NET API allows developers to open files &amp; manipulate elements of OneNote books &amp; export them to PNG, GIF, JPEG, BMP and PDF formats. The following code sample shows developers how to save OneNote File as an image in C#/.NET&lt;/p&gt;</description>
      <pubDate>Tue, 11 Mar 2014 20:54:07 UTC</pubDate>
      <guid>https://snipplr.com/view/73837/cnet--code-samples-to-save-microsoft-onenote-one-file-as-an-image-png-bmp-jpeg-gif-file</guid>
    </item>
    <item>
      <title>(Java) Java Code Samples for Converting Charts in Excel Files to Image Files - johansonkatherine</title>
      <link>https://snipplr.com/view/73763/java-code-samples-for-converting-charts-in-excel-files-to-image-files</link>
      <description>&lt;p&gt;The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component.  Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, rather than analyzing columns of worksheet numbers, a chart shows at a glance whether sales are falling or rising, or how actual sales compare to projected sales. People are frequently asked to present statistical and graphical information in an easy to understand and an easy to maintain manner. A picture helps. Sometimes, charts are needed in an application or web pages. Or it might be needed needed for a Word document, a PDF file, a PowerPoint presentation or some other application. In each case, you want to render the chart as an image so that you can use it elsewhere. Aspose.Cells for Java has supported converting charts in Excel files to image files since release 2.1.2.&lt;/p&gt;</description>
      <pubDate>Fri, 28 Feb 2014 14:09:28 UTC</pubDate>
      <guid>https://snipplr.com/view/73763/java-code-samples-for-converting-charts-in-excel-files-to-image-files</guid>
    </item>
    <item>
      <title>(Java) Java Code Samples for Converting Charts in Excel Files to Image Files - johansonkatherine</title>
      <link>https://snipplr.com/view/73762/java-code-samples-for-converting-charts-in-excel-files-to-image-files</link>
      <description>&lt;p&gt;The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component.  Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, rather than analyzing columns of worksheet numbers, a chart shows at a glance whether sales are falling or rising, or how actual sales compare to projected sales. People are frequently asked to present statistical and graphical information in an easy to understand and an easy to maintain manner. A picture helps. Sometimes, charts are needed in an application or web pages. Or it might be needed needed for a Word document, a PDF file, a PowerPoint presentation or some other application. In each case, you want to render the chart as an image so that you can use it elsewhere. Aspose.Cells for Java has supported converting charts in Excel files to image files since release 2.1.2.&lt;/p&gt;</description>
      <pubDate>Fri, 28 Feb 2014 14:04:04 UTC</pubDate>
      <guid>https://snipplr.com/view/73762/java-code-samples-for-converting-charts-in-excel-files-to-image-files</guid>
    </item>
    <item>
      <title>(Java) Android: Draw text to dynamically sized bitmap - cbruegg</title>
      <link>https://snipplr.com/view/73714/android-draw-text-to-dynamically-sized-bitmap</link>
      <description>&lt;p&gt;This method draws a specified string to a Bitmap with the desired text width and text size.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:13:11 UTC</pubDate>
      <guid>https://snipplr.com/view/73714/android-draw-text-to-dynamically-sized-bitmap</guid>
    </item>
    <item>
      <title>(CSS) Awesome Image Hower Effect with Caption - marutichintan</title>
      <link>https://snipplr.com/view/73574/awesome-image-hower-effect-with-caption</link>
      <description>&lt;p&gt;This Effect is Mostly Created with Combination of Javascript and Css&#13;
By the Below CSS Code Create Same Effect without javascript&#13;
&#13;
For Live Demo visit http://extremecss.blogspot.in/2014/01/awesome-image-hover-effect-using-pure.html&lt;/p&gt;</description>
      <pubDate>Wed, 05 Feb 2014 19:51:14 UTC</pubDate>
      <guid>https://snipplr.com/view/73574/awesome-image-hower-effect-with-caption</guid>
    </item>
    <item>
      <title>(Java) Convert Each TIFF Frame to JPEG &amp; Transform them to PDF Format Using Java - johansonkatherine</title>
      <link>https://snipplr.com/view/73485/convert-each-tiff-frame-to-jpeg--transform-them-to-pdf-format-using-java</link>
      <description>&lt;p&gt;This technical tip shows how each TIFF frame can be converted to JPEG and then these images to PDF file using Aspose.Pdf for Java. Aspose.Pdf for Java is very well capable of dealing with TIFF images and can easily transform them into PDF format. However there are cases when a TIFF image contains frames with different resolution or page orientation and product might not work well. So in order to resolve such issues, we can first convert TIFF frames into individual JPEG images and then save these images into PDF format using Aspose.Pdf for Java.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:51:50 UTC</pubDate>
      <guid>https://snipplr.com/view/73485/convert-each-tiff-frame-to-jpeg--transform-them-to-pdf-format-using-java</guid>
    </item>
    <item>
      <title>(CSS) Image Scale for Mobile - jefferis</title>
      <link>https://snipplr.com/view/73311/image-scale-for-mobile</link>
      <description>&lt;p&gt;make images auto scale for mobile phones&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jan 2014 08:32:36 UTC</pubDate>
      <guid>https://snipplr.com/view/73311/image-scale-for-mobile</guid>
    </item>
    <item>
      <title>(PHP) WordPress Pull Featured Image with Permalink and CSS - FlashBuddy</title>
      <link>https://snipplr.com/view/72450/wordpress-pull-featured-image-with-permalink-and-css</link>
      <description>&lt;p&gt;I find myself needing to constantly find new ways to massage the featured image via WordPress themes. This is my starting code. Note: I often use timthumb.&lt;/p&gt;</description>
      <pubDate>Wed, 25 Sep 2013 03:11:58 UTC</pubDate>
      <guid>https://snipplr.com/view/72450/wordpress-pull-featured-image-with-permalink-and-css</guid>
    </item>
    <item>
      <title>(PHP) Wordpress insert post attachments at custom size linked to custom size - adambundy</title>
      <link>https://snipplr.com/view/72339/wordpress-insert-post-attachments-at-custom-size-linked-to-custom-size</link>
      <description>&lt;p&gt;To insert custom loop of post attachments as images (at core or custom size) linked not to full size image but custom-configured (or core) size.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Sep 2013 00:07:49 UTC</pubDate>
      <guid>https://snipplr.com/view/72339/wordpress-insert-post-attachments-at-custom-size-linked-to-custom-size</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>(CSS) Absolute Center an Image - scorpayllc</title>
      <link>https://snipplr.com/view/71011/absolute-center-an-image</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 02 May 2013 02:33:12 UTC</pubDate>
      <guid>https://snipplr.com/view/71011/absolute-center-an-image</guid>
    </item>
    <item>
      <title>(Java) Create Thumbnail of an image in Java - roizaig</title>
      <link>https://snipplr.com/view/70858/create-thumbnail-of-an-image-in-java</link>
      <description>&lt;p&gt;Create Thumbnail of an image in Java&lt;/p&gt;</description>
      <pubDate>Sat, 20 Apr 2013 00:05:03 UTC</pubDate>
      <guid>https://snipplr.com/view/70858/create-thumbnail-of-an-image-in-java</guid>
    </item>
    <item>
      <title>(JavaScript) Preload all bg images referenced in CSS - sarpay</title>
      <link>https://snipplr.com/view/70749/preload-all-bg-images-referenced-in-css</link>
      <description>&lt;p&gt;will preload any background image referenced in your CSS.&lt;/p&gt;</description>
      <pubDate>Thu, 11 Apr 2013 07:52:50 UTC</pubDate>
      <guid>https://snipplr.com/view/70749/preload-all-bg-images-referenced-in-css</guid>
    </item>
    <item>
      <title>(PHP) Data URI base64 PHP function - phpdev</title>
      <link>https://snipplr.com/view/70078/data-uri-base64-php-function</link>
      <description>&lt;p&gt;**Example of use:**&#13;
    &#13;
    echo base64DataUri('/var/www/html/background.png');&#13;
&#13;
*or*&#13;
&#13;
    echo base64DataUri('http://static.php.net/www.php.net/images/php.gif');&lt;/p&gt;</description>
      <pubDate>Sun, 24 Feb 2013 11:44:50 UTC</pubDate>
      <guid>https://snipplr.com/view/70078/data-uri-base64-php-function</guid>
    </item>
    <item>
      <title>(JavaScript) Round Slide Show With an Iris - COBOLdinosaur</title>
      <link>https://snipplr.com/view/69946/round-slide-show-with-an-iris</link>
      <description>&lt;p&gt;Simle markup, simple CSS combined with ver straight forward javascript to produce some really cool effects.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Feb 2013 06:41:26 UTC</pubDate>
      <guid>https://snipplr.com/view/69946/round-slide-show-with-an-iris</guid>
    </item>
    <item>
      <title>(PHP) Get the Favicon from a website - phpdev</title>
      <link>https://snipplr.com/view/69917/get-the-favicon-from-a-website</link>
      <description>&lt;p&gt;**Example of use:**&#13;
&#13;
&amp;lt;a href="http://www.php.net/manual/en/index.php"&amp;gt;&amp;lt;img src="&amp;lt;?php echo get_favicon('http://www.php.net/manual/en/index.php') ?&amp;gt;" alt="Favicon" title="See PHP documentation" width="16" height="16" /&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Feb 2013 04:07:29 UTC</pubDate>
      <guid>https://snipplr.com/view/69917/get-the-favicon-from-a-website</guid>
    </item>
    <item>
      <title>(jQuery) Change Image Opacity on Hover - wanlapat</title>
      <link>https://snipplr.com/view/69811/change-image-opacity-on-hover</link>
      <description>&lt;p&gt;In scripts.js&lt;/p&gt;</description>
      <pubDate>Wed, 06 Feb 2013 15:34:39 UTC</pubDate>
      <guid>https://snipplr.com/view/69811/change-image-opacity-on-hover</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Image Source Swap with attr() function - vijayrajesh</title>
      <link>https://snipplr.com/view/69520/jquery-image-source-swap-with-attr-function</link>
      <description>&lt;p&gt;I have made a small jQuery snippet to demo the image swapping with attr() funciton.  The demo uses 2 images with classes img1 and img2 respectively.  On a click of a button, the images are swapped.&#13;
&#13;
Basically the script stores â€œsrcâ€ value into a variable and then it is  used to swap 2 image sources.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jan 2013 22:25:58 UTC</pubDate>
      <guid>https://snipplr.com/view/69520/jquery-image-source-swap-with-attr-function</guid>
    </item>
    <item>
      <title>(PHP) Basic PHP Image Rotation - goddess</title>
      <link>https://snipplr.com/view/69502/basic-php-image-rotation</link>
      <description>&lt;p&gt;simple image rotation script; save as rotate.php in folder with images, call &lt;img&gt; to display&lt;/p&gt;</description>
      <pubDate>Wed, 16 Jan 2013 14:39:24 UTC</pubDate>
      <guid>https://snipplr.com/view/69502/basic-php-image-rotation</guid>
    </item>
    <item>
      <title>(PHP) Validating Image field for Uploading  Images in javascript. - laxman2021</title>
      <link>https://snipplr.com/view/69107/validating-image-field-for-uploading--images-in-javascript</link>
      <description>&lt;p&gt;javascript image uplaod&lt;/p&gt;</description>
      <pubDate>Fri, 14 Dec 2012 15:31:02 UTC</pubDate>
      <guid>https://snipplr.com/view/69107/validating-image-field-for-uploading--images-in-javascript</guid>
    </item>
    <item>
      <title>(PHP) Javascript : Validate file upload - laxman2021</title>
      <link>https://snipplr.com/view/69006/javascript--validate-file-upload</link>
      <description>&lt;p&gt;Image file upload, javascript&lt;/p&gt;</description>
      <pubDate>Fri, 07 Dec 2012 16:33:55 UTC</pubDate>
      <guid>https://snipplr.com/view/69006/javascript--validate-file-upload</guid>
    </item>
    <item>
      <title>(PHP) Move Thematic Post Thumbnail Outside of Entry-content - AndrewThinkUp</title>
      <link>https://snipplr.com/view/68937/move-thematic-post-thumbnail-outside-of-entrycontent</link>
      <description>&lt;p&gt;This is some code using Thematic Child Theme overrides to remove thematic's post thumbnails and add Post Thumbnails outside of the .entry-content &lt;div&gt; so that POst Thumbnails can be styled separated from all post Meta.  See this page for an example www.speiranconsulting.com/blog&lt;/p&gt;</description>
      <pubDate>Tue, 04 Dec 2012 07:12:58 UTC</pubDate>
      <guid>https://snipplr.com/view/68937/move-thematic-post-thumbnail-outside-of-entrycontent</guid>
    </item>
    <item>
      <title>(CSS) Absolute Center (Vertical &amp; Horizontal) an Image - Gianino</title>
      <link>https://snipplr.com/view/68723/absolute-center-vertical--horizontal-an-image</link>
      <description>&lt;p&gt;From css-tricks.com&lt;/p&gt;</description>
      <pubDate>Fri, 23 Nov 2012 14:54:44 UTC</pubDate>
      <guid>https://snipplr.com/view/68723/absolute-center-vertical--horizontal-an-image</guid>
    </item>
    <item>
      <title>(Bash) Convert image sequence to video - jmiller</title>
      <link>https://snipplr.com/view/68533/convert-image-sequence-to-video</link>
      <description>&lt;p&gt;This would convert images at 30fps to a mp4 video, with sequence titles:&#13;
ImageName0000.png, ImageName0001.png, etc.&#13;
&#13;
You could use -r 1/5 to use one frame every five seconds.&lt;/p&gt;</description>
      <pubDate>Tue, 13 Nov 2012 09:52:38 UTC</pubDate>
      <guid>https://snipplr.com/view/68533/convert-image-sequence-to-video</guid>
    </item>
    <item>
      <title>(CSS) Absolute center an image - smaakagemorten</title>
      <link>https://snipplr.com/view/68198/absolute-center-an-image</link>
      <description>&lt;p&gt;Bruger til at centrere et billede midt i skÃ¦rmen og fylder ud&lt;/p&gt;</description>
      <pubDate>Sat, 10 Nov 2012 06:18:39 UTC</pubDate>
      <guid>https://snipplr.com/view/68198/absolute-center-an-image</guid>
    </item>
    <item>
      <title>(PHP) Wordpress function to upload image and set as featured image - krike</title>
      <link>https://snipplr.com/view/68150/wordpress-function-to-upload-image-and-set-as-featured-image</link>
      <description>&lt;p&gt;A function to upload an image to the media library and set it as featured image of a post. It requires 2 params. The name of the upload field and of course the post ID.&#13;
&#13;
This function is part of the WPelements library class available on Github. Feedback / suggestions / improvements are always welcome.&lt;/p&gt;</description>
      <pubDate>Wed, 07 Nov 2012 20:12:31 UTC</pubDate>
      <guid>https://snipplr.com/view/68150/wordpress-function-to-upload-image-and-set-as-featured-image</guid>
    </item>
    <item>
      <title>(PHP) PHP Upload imagen con thumbs resize and transparent png - thescorpion</title>
      <link>https://snipplr.com/view/68120/php-upload-imagen-con-thumbs-resize-and-transparent-png</link>
      <description>&lt;p&gt;AL subir imagen png, se deben pasar al directorio con transparencia&lt;/p&gt;</description>
      <pubDate>Tue, 06 Nov 2012 17:30:51 UTC</pubDate>
      <guid>https://snipplr.com/view/68120/php-upload-imagen-con-thumbs-resize-and-transparent-png</guid>
    </item>
    <item>
      <title>(PHP) PHP Upload imagen con thumbs resize and transparent png - thescorpion</title>
      <link>https://snipplr.com/view/68119/php-upload-imagen-con-thumbs-resize-and-transparent-png</link>
      <description>&lt;p&gt;AL subir imagen png, se deben pasar al directorio con transparencia&lt;/p&gt;</description>
      <pubDate>Tue, 06 Nov 2012 17:29:10 UTC</pubDate>
      <guid>https://snipplr.com/view/68119/php-upload-imagen-con-thumbs-resize-and-transparent-png</guid>
    </item>
    <item>
      <title>(PHP) Get the width, height, type and attr of an image - Some0ne</title>
      <link>https://snipplr.com/view/67577/get-the-width-height-type-and-attr-of-an-image</link>
      <description>&lt;p&gt;Just a rework of http://snipplr.com/view/7523/  with an added switch to change type number to extention name.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Oct 2012 12:53:29 UTC</pubDate>
      <guid>https://snipplr.com/view/67577/get-the-width-height-type-and-attr-of-an-image</guid>
    </item>
    <item>
      <title>(jQuery) Preload images from list and execute callback after - bernhardb</title>
      <link>https://snipplr.com/view/67381/preload-images-from-list-and-execute-callback-after</link>
      <description>&lt;p&gt;If you have a list of images and want'them all to preload before page is shown. This function is very useful.&#13;
I use it in various cases working with Phonegap to get my app a better native experience.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Sep 2012 20:49:09 UTC</pubDate>
      <guid>https://snipplr.com/view/67381/preload-images-from-list-and-execute-callback-after</guid>
    </item>
    <item>
      <title>(CSS) CSS - Rotating an image or text â€“ transform - satie83</title>
      <link>https://snipplr.com/view/66682/css--rotating-an-image-or-text--transform</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 12 Aug 2012 10:10:37 UTC</pubDate>
      <guid>https://snipplr.com/view/66682/css--rotating-an-image-or-text--transform</guid>
    </item>
    <item>
      <title>(CSS) CSS - Flipping an image â€“ transform - satie83</title>
      <link>https://snipplr.com/view/66676/css--flipping-an-image--transform</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 12 Aug 2012 10:09:49 UTC</pubDate>
      <guid>https://snipplr.com/view/66676/css--flipping-an-image--transform</guid>
    </item>
  </channel>
</rss>
