<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/610.html</link><description>Image Manipulation RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Drawing Text with PHP and GD Library</title>
<link>http://www.advancescripts.com/detailed/15350.html</link>
<description>How to draw text as a graphic and make dynamic buttons or hit counters</description>
</item>
<item>
<title>Cropping an image</title>
<link>http://www.advancescripts.com/detailed/14575.html</link>
<description>Taking the smaller size between the width and height of an image, we crop that image to obtain a square which we save into a file. Online demo available.</description>
</item>
<item>
<title>Uploading Image Files with PHP</title>
<link>http://www.advancescripts.com/detailed/14521.html</link>
<description>This comprehensive tutorial guides you through step-by-step in the process of uploading, verifying and storing images with PHP. A database is required for storing information about the images. All code is provided. </description>
</item>
<item>
<title>An intro to using the GD image library with PHP</title>
<link>http://www.advancescripts.com/detailed/14443.html</link>
<description>A brief introduction to the world of image manipulation in PHP using the GD library. This tutorial will guide you through creating a clock that will display the current time. 

</description>
</item>
<item>
<title>PHP multiple photo thumbnail generator</title>
<link>http://www.advancescripts.com/detailed/14133.html</link>
<description>Built-in PHP library gd does not have ready-to-use function for photo(jpeg) thumbnail generation. Although there are many such examples on the net, they are usually not suitable for effective generating series of thumbnails (for ex. 240x240, 140x140, 80x80). This article provides php function thumbnail_generator and trivial image uploading script, which generates series of thumbnails.</description>
</item>
<item>
<title>Create images with PHP: tutorial for beginners</title>
<link>http://www.advancescripts.com/detailed/13925.html</link>
<description>This tutorial will show how to create images, draw lines, rectangles, ellipses and arcs, how to add text to images, and how to manipulate them (rotate, resize of modified). Eleven scripts are used in this tutorial, and the code is explained line by line.  

</description>
</item>
<item>
<title>Resizing An Image Using PHP</title>
<link>http://www.advancescripts.com/detailed/13876.html</link>
<description>This code allows you to create a resized version of an image by altering the IMG tag dynamically. One common application would be to automatically create image thumbnails without needing to have two copies of the image on your server. 

</description>
</item>
<item>
<title>Simple Image Resize in GD</title>
<link>http://www.advancescripts.com/detailed/13865.html</link>
<description>Were going to be creating it in a function, so that we can re-use this wherever we need to. This particular function saves the thumbnail file to a directory on the server, you could actually skip saving the file and just print out the image itself if you would prefer to do that. </description>
</item>
<item>
<title>Creating a simple photo gallery</title>
<link>http://www.advancescripts.com/detailed/13751.html</link>
<description> In this tutorial I will show you how to create a simple photo gallery. The script creates thumbnail images if needed and displays all images in the given directory. </description>
</item>
<item>
<title>Image Verification (Captcha) For Forms</title>
<link>http://www.advancescripts.com/detailed/13368.html</link>
<description>This is a sample script that allows you to add image verification to your HTML forms. It includes a sample implementation, PHP code check and extras (Font+Background).  

</description>
</item>
<item>
<title>Thumbnail generator</title>
<link>http://www.advancescripts.com/detailed/13364.html</link>
<description>This simple function will accept an image, directory listing and image size and outputs a thumbnail with the specifications. 

</description>
</item>
<item>
<title>PHP class for basic image manipulation</title>
<link>http://www.advancescripts.com/detailed/13353.html</link>
<description>A class providing a set of methods for doing basic transformation to an image like resizing, rotating and flipping. the class is very small (only about 18Kb in size but still heavily documented) and as i said it only covers some basic methods so don't expect miracles. i use it in favour of many other well known scripts that are hard to install, hard to manage, have a thousand files, many megabytes in size and zillions of methods and functions nobody uses. this is how i do it. </description>
</item>
<item>
<title>Display a different image for each day of the week</title>
<link>http://www.advancescripts.com/detailed/13338.html</link>
<description>This PHP script will get the day of the week from the server date and then display an image (jpg or gif) to match.</description>
</item>
<item>
<title>Dynamic Image Generation using PHP</title>
<link>http://www.advancescripts.com/detailed/13107.html</link>
<description>Creating images on the fly can be a very useful skill. In this tutorial we will show you how to get quite interesting and useful effects using image handling functions. We will review two practical tasks: creating security images (captcha) on the fly and building a bar chart using numerical values retrieved from MySQL database. </description>
</item>
<item>
<title>Create Thumbnail Images using PHP  Hits: 149</title>
<link>http://www.advancescripts.com/detailed/13105.html</link>
<description>This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images and create their thumbnails. Since this requires the GD library, you will need an installation of PHP with at least GD 2.0.1 enabled. </description>
</item>
<item>
<title>Converting RGB values from/to HTML hex representation.</title>
<link>http://www.advancescripts.com/detailed/12973.html</link>
<description>This article provides two functions for converting HTML color (like #AAED43) to three RGB values ($r = 170, $g = 237, $b = 67) and converting RGB values to HTML color.  

</description>
</item>
<item>
<title>Making thumbnails with PHP</title>
<link>http://www.advancescripts.com/detailed/12860.html</link>
<description>A simple 2 file, 2-part tutorial about how to upload a picture of .gif or .jpg format and how to store that photo in a folder and also make a thumbnail of that picture.  

</description>
</item>
<item>
<title>How to upload images to mySQL within PHP</title>
<link>http://www.advancescripts.com/detailed/12229.html</link>
<description>Aim of this article is to sho you the simples way to uplaod images to mySQL database. First you need to create a custom database table. The name of this table can be named as 'images_table'. Now here is the SQL code for creating the table.</description>
</item>
</channel>
</rss>
