equestrian

class

Alle Einträge mit dem Tag "class"

WideImage – An open-source PHP library for image manipulation

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.

php-flvinfo – Project Hosting on Google Code

A simple PHP class to read and write FLV meta data and cue points in Flash Video (FLV) files.

php-mp4info – Project Hosting on Google Code

A simple PHP class to read MP4 meta data from MP4 based files, such as MP4, M4V and F4V.

PHP PSD Reader – PHP Classes

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.