blockshow is a set of php classes to handle ansi images (as used in mailbox systems).
Probably the main feature is to convert an ansi to png (either directly to stdout or to a file). These files may be generated in two different sizes (with a width of 640 pixels or 80 pixels). In addition a class to read sauce information from files is included
This script allows you to include thumbnails everywhere on your website in a flexible way. You will need Imagemagick (http://www.imagemagick.org/) for this script to work. Standard functionallity of this script shows the original image once you've clicked the thumbnail. The script's goal is to do it the simple way.
This program will resize your image, and crop it at the same time so you don't have stretching, or black areas in the thumbnail. It is an add-on it other scripts, and will require some modification, it will not work alone.
Based on the resizer script by Teekai, this script enhances the original by incorporating automatic generation of error images. This version create thumbnails based only on the supplied Maximum Width parameter so as to enable control of a fixed width in rescaling the image size.
Simple but powerful 2D, 3D drawing program. Draw a 2D floorplan, and have it make a 3D pov-ray text script. Which is viewable in Pov-Ray. No MySql Required. Simple easy to understand GUI. Place
starting point for object on screen, select a few
parameters and draw a wall, curve, window, door, or any object you create. Draws .jpg, .png images in standard predefined formats such as VCD, DVD, webgraphics.
rollover2.php is a php class which shows buttons using the rollover effect: When the mouse is over the button, the button image is swapped using a javascript function. 3 states are supported: standard image, mouseover image and "down" image.
PHP Draw is a simple web drawing tool using the GD library. It allows users to create new images, and add lines, ellipses, and rectangles in different colors. This project is in its beta stage and much more functionality will be added soon.
Include/insert your gif/jpg image inside your PHP script using base64-encodeing. This enables you to create a good functional website with images, using only one file: Your php-script. The script it self is also a good example of how this works. Enjoy creating better php-scripts and less files. Added download of your generated code and better information. Nice look, upload functionality, and the ability to save and display code. Latest version update: Bug fix in show code on screen.
phpCheckBox is a script that allows your users to click on images in a grid to select pixels, which then form a image (can be tiles or a png image). Once the image is saved on the server, other users can view it. This script will also work on system that do not have GD installed.