Download List

Descripción del Proyecto

class.upload.php manages file uploads for you. It manages the uploaded file and allows you to do whatever you want with the file as many times as you want. If the file is an image, you can convert and resize it, rotate it, crop it in many ways. You can also add borders, frames, bevels, text labels, and watermarks or apply graphic filters such as unsharp mask, contrast or brightness correction, colorization, negative, greyscale, reflections, and more. Security features and file management functions are provided. Flash uploaders and XMLHttpRequest uploads are supported. The class can also work on local files, is useful for batch processing, and can circumvent open_basedir restrictions. Files can be output directly to the browser. The error messages are internationalized, and translations provided. It is compatible with PHP 4 and 5.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-11-12 16:11
0.21

Algunas correcciones y nuevas características han sido añadidas. La posibilidad de cambiar el tamaño de imágenes dentro de las dimensiones fijadas se añadió, así como la capacidad para mantener la relación mientras que llena el espacio extra de cultivo por el exceso de la imagen. La clase está ahora plenamente compatibles PHP5.
Tags: Major feature enhancements
Some bugfixes and new features were added. The
possibility of resizing pictures within set
dimensions was added, as was the ability to keep
the ratio while filling the extra space by
cropping the excess of the image. The class is now
fully PHP5 compatible.

2006-08-15 17:37
0.20

Este comunicado de añadir algunos de comprobación de errores y mensajes. Subida de archivos sin extensión fue corregido. La posibilidad de crear de forma automática y de forma recursiva y chmod el directorio de destino si no se encuentra esta. Ahora las imágenes se pueden recortar, invertir color, se convirtió en escala de grises, y tener un filtro de límite aplicado. Un borde biselado, un borde de color único, o un marco de varios colores se puede añadir a las imágenes.
Tags: Major feature enhancements
This release add some more error checking and
messages. Uploading files without an extension was
fixed. The possibility to automatically and
recursively create and chmod the destination
directory if it is missing was added. Images can
now be cropped, color invert, turned into
greyscale, and have a threshold filter applied. A
bevel border, a single color border, or a
multicolored frame can be added to images.

2006-03-31 08:36
0.19

Esto es un lanzamiento importante de la clase, con un montón de nuevas características de manipulación de la imagen. La clase puede ahora trabajar en los archivos locales, no sólo los archivos subidos. Brillo, contraste, color de tinte y el color de superposición de imágenes ahora pueden ser manipulados. Las etiquetas de texto y marcas de agua se puede establecer en las imágenes. Flip y girar las operaciones también se puede realizar en las imágenes. La calidad de compresión JPEG puede ser calculado.
Tags: Major feature enhancements
This is a major release of the class, with a lot
of new image manipulation features. The class can
now work on local files, not only uploaded files.
Brightness, contrast, tint color, and overlay
color of images may now be manipulated. Text
labels and watermarks may be set on images. Flip
and rotate operations may also be performed on
images. The JPEG compression quality may be
calculated.

2005-10-22 16:43
0.17

Tags: Initial freshmeat announcement

Project Resources