class
Alle Einträge mit dem Tag "class"
Webdevelopment und was vom Leben übrig bleibt
Alle Einträge mit dem Tag "class"
Donnerstag, 15. Juli 2010
WideImage is an object-oriented library for image manipulation. It requires PHP 5.2.x or 5.3.x with GD2 extension. It’s E_ALL + E_STRICT compliant and fairly well tested with Simpletest.<br />
The library focuses on ease of use of the most common image operations. It provides a simple and unified way to loading and saving images from/to files, strings, database, uploads and URL addresses. Supports the most common image formats.
Mittwoch, 14. Juli 2010
A simple PHP class to read and write FLV meta data and cue points in Flash Video (FLV) files.
Donnerstag, 1. April 2010
PHP comes with built-in support to read and write images in many formats using the GD library. However, it does not support the Photoshop image format: PSD.<br />
<br />
This class fill partly that void by reading Photoshop PSD image files and creating a GD image resource from the Photoshop image bitmaps.