<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Image Manipulation</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 03:15:11 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:15:11 -0500</pubDate>
<item>
<title>How To Apply Special Effects To Your Images Using PHP</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-To-Apply-Special-Effects-To-Your-Images-Using-PHP/66969</link>
<description>
<![CDATA[Now in-order to apply special effects to an image or in other words a filter to an image using PHP you will need to use PHP's imagefilter() function.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-To-Apply-Special-Effects-To-Your-Images-Using-PHP/66969</guid>
</item>
<item>
<title>Upload an image and downsize it (in KB`s) using php and GD</title>
<pubDate>Thu, 02 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Upload-an-image-and-downsize-it-%28in-KB%60s%29-using-php-and-GD/65531</link>
<description>
<![CDATA[In this tutorial I will show you how to upload and then downsize a large image (upto 100kb) to only 1-5kb using php and gd]]>
</description><guid>http://www.tutorialized.com/tutorial/Upload-an-image-and-downsize-it-%28in-KB%60s%29-using-php-and-GD/65531</guid>
</item>
<item>
<title>Full Screen Image Slideshow (w/ auto read images from directory)</title>
<pubDate>Sun, 06 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Full-Screen-Image-Slideshow-%28w%2F-auto-read-images-from-directory%29/58683</link>
<description>
<![CDATA[Full Screen Image Slideshow is a cool slideshow that uses jQuery and PHP to display large images from a directory automatically and using the entire browser window as its canvas! Thumbnails of every i...]]>
</description><guid>http://www.tutorialized.com/tutorial/Full-Screen-Image-Slideshow-%28w%2F-auto-read-images-from-directory%29/58683</guid>
</item>
<item>
<title>Image Resizing Made Easy with PHP</title>
<pubDate>Sat, 05 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Image-Resizing-Made-Easy-with-PHP/57892</link>
<description>
<![CDATA[Ever wanted an all purpose, easy to use method of resizing your images in PHP? Well that’s what PHP classes are for – reusable pieces of functionality that we call to do the dirty work behind the scen...]]>
</description><guid>http://www.tutorialized.com/tutorial/Image-Resizing-Made-Easy-with-PHP/57892</guid>
</item>
<item>
<title>Photo Gallery with PHP, MySQL, ImageMagic and jQuery</title>
<pubDate>Tue, 01 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Photo-Gallery-with-PHP%2C-MySQL%2C-ImageMagic-and-jQuery/55229</link>
<description>
<![CDATA[This series of the videos explains how to create Photo Gallery using PHP, MySQL, ImageMagic and jQuery. Using PHP you will be able to add, modify and populate data stored on the MySQL Database and dis...]]>
</description><guid>http://www.tutorialized.com/tutorial/Photo-Gallery-with-PHP%2C-MySQL%2C-ImageMagic-and-jQuery/55229</guid>
</item>
<item>
<title>Create image in PHP</title>
<pubDate>Sun, 02 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Create-image-in-PHP/54226</link>
<description>
<![CDATA[Create images with lines and string. this PHP script also adds a MIME  to image so it can be used as a part of a web page.]]>
</description><guid>http://www.tutorialized.com/tutorial/Create-image-in-PHP/54226</guid>
</item>
<item>
<title>Creating image from text in PHP</title>
<pubDate>Sun, 02 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-image-from-text-in-PHP/54036</link>
<description>
<![CDATA[Sometimes it is required to display email addresses as images to safegaurd against spammers and to protect emails being captured by screen scraping. So the code below is a function that receives text ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-image-from-text-in-PHP/54036</guid>
</item>
<item>
<title>How to create and save an image from the specified url</title>
<pubDate>Sun, 02 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-create-and-save-an-image-from-the-specified-url/54035</link>
<description>
<![CDATA[The code below creates and saves an image from the url specified. URL must return an image and should not be an html page. The __FILE__ is a PHP constant and returns the absoulte path of current file]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-create-and-save-an-image-from-the-specified-url/54035</guid>
</item>
<item>
<title>Image manipulation and watermarking in PHP with GD2</title>
<pubDate>Sat, 01 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Image-manipulation-and-watermarking-in-PHP-with-GD2/52860</link>
<description>
<![CDATA[Resizing and watermarking images in PHP with the help of the GD2 module is easy and painless.]]>
</description><guid>http://www.tutorialized.com/tutorial/Image-manipulation-and-watermarking-in-PHP-with-GD2/52860</guid>
</item>
<item>
<title>Easily create thumbnail with PHP</title>
<pubDate>Fri, 31 Oct 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Easily-create-thumbnail-with-PHP/52123</link>
<description>
<![CDATA[Learn how to easily and effectively create image thumbnails with PHP! Its as simple as adding two lines of code. You control the size of your thumbs!]]>
</description><guid>http://www.tutorialized.com/tutorial/Easily-create-thumbnail-with-PHP/52123</guid>
</item>
<item>
<title>Creating a Paired Bar Graph using PHP</title>
<pubDate>Tue, 09 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-a-Paired-Bar-Graph-using-PHP/51278</link>
<description>
<![CDATA[The code can be used to produce graph-pairs to reflect page hits redirecting to two possible locations (ie: webpage &amp; tee-time) for each external site.]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-a-Paired-Bar-Graph-using-PHP/51278</guid>
</item>
<item>
<title>PHP Resize Image Tutorial</title>
<pubDate>Mon, 08 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-Resize-Image-Tutorial/50920</link>
<description>
<![CDATA[This tutorial demonstrates how to resize images in PHP.  The ability to resize images is useful for creating thumbnails for image galleries.]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-Resize-Image-Tutorial/50920</guid>
</item>
<item>
<title>Howto Show Visitors IP Address in a Image</title>
<pubDate>Mon, 08 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Howto-Show-Visitors-IP-Address-in-a-Image/50608</link>
<description>
<![CDATA[Howto Show IP Address in a Image .png php | www.mrvinux.com:]]>
</description><guid>http://www.tutorialized.com/tutorial/Howto-Show-Visitors-IP-Address-in-a-Image/50608</guid>
</item>
<item>
<title>Image watermark with PHP</title>
<pubDate>Sun, 07 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Image-watermark-with-PHP/44901</link>
<description>
<![CDATA[To prevent quality images being stolen, we can use PHP to watermark web-images in popular formats like GIF/PNG/JPEG.]]>
</description><guid>http://www.tutorialized.com/tutorial/Image-watermark-with-PHP/44901</guid>
</item>
<item>
<title>Simple upload url image to ImageShack</title>
<pubDate>Sun, 07 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Simple-upload-url-image-to-ImageShack/44587</link>
<description>
<![CDATA[Here is a function you can use to directly upload url images to ImageShack. The function returns an associative array with 2 elements representing the ImageShack url of the image and of the thumbnail]]>
</description><guid>http://www.tutorialized.com/tutorial/Simple-upload-url-image-to-ImageShack/44587</guid>
</item>
</channel>
</rss>
