PHP Classes

Packages of Emilio Rodriguez

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Emilio Rodriguez (2)  >  Mission progress status  >  Reputation  
Picture of Emilio Rodriguez
Name: Emilio Rodriguez <contact>
Classes: 2
Country: Spain Spain
Age: 51
All time rank: 2078 in Spain Spain
Week rank: 195 Up5 in Spain Spain Up
All time users: 11009
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image OE generator  
PHP Programming Innovation award nominee
February 2006
Number 9


Prize: One copy of the Maguma Workbench
Generate Outlook Express configuration files
This is a simple class that can be used to generate a file to configure Microsoft Outlook Express e-mail accounts.

It generates a Windows registry definition file that specifies the addresses of the SMTP and POP3 servers to use, as well the account user name and password.

The class generates and serves the file for download, so it can be opened and installed in the desktop computer with the Outlook Express installation to be configured.

  Files folder image Thumbnail and Watermark  
Create thumbnails, watermarks and resize images.
This is a class that can process an image on the fly by either generate a thumbnail, apply an watermark to the image, or resize it.
Autodetect GD 1 and GD 2, auto-fitting, scaling, calculate quality factor for a specific file size, suport bicubic resample algorithm.

The processed image can either be displayed in a page, saved to a file, or returned to a variable.

It requires the PHP with support for GD library extension in either version 1 or 2. If the GD library version 2 is available it the class can manipulate the images in true color, thus providing better quality of the results of resized images.

Features description:

- Thumbnail: normal thumbnail generation
- Auto-fitting: adjust the dimensions so that the resized image aspect is not distorted
- Scaling: enlarge and shrink the image
- Format: both JPEG and PNG are supported, but the watermark image can only be in PNG format as it needs to be transparent
- Autodetect the GD library version supported by PHP
- Calculate quality factor for a specific file size in JPEG format.
- Suport bicubic resample algorithm


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z