base64img.php base64-encodes images and generates PHP code that represents the image. This makes it possible to embed an image inside a PHP script. This enables you to create an entire Web site with images, using only a PHP script contained within a single file. The script itself is an example of how this works.
A simple, powerful way to upload and manage files from your HD to your website using your web browser. Improved download and authentication support in version 1.3
If you generate images dynamically using GD library you can't simply output them to the browser like HTML content. This script makes it easy to display them. The images are stored in an MySQL database. After an image is fetched to the browser it is removed automatically.
Creates proportionally resized images on the fly using PHP image functions. Resize the following image formats:.JPEG, .JPG, .PNG and .GIF. Easy to use and install with just one line of code to create a resized image.
This script accepts JPG, JPEG, GIF, PNG, and BMP images. It resizes them with a user-specified maximum width/height. The user will be forced to download the resized image so you will never have to spend bandwidth hosting any images.