Php > Graphics
GifPix - create gif on the fly without GD
GifPix - create gif on the fly without GD transparent = '00'; if ($color == '000000') $this->black = 'ffffff'; $this->color = $color; } $hex = $this->start.$this->color.$this->black.$this->marker.$this->transparent.$this->end; return $this->hex2bin($hex); } } header("Content-Type: image/gif"); $gifpix = new gifpix(); // color: print $gifpix->create('0000ff'); // transparent: //print $gifpix->create(); ?>
Php Codes
Algorithms
Arrays
Authentication
Calendar
Code Snippets
Programs
Content Manage
Contest Related
Cookies
Credit Cards
DBase Related
Databases
Date Time
Directories
E-Mail
Errors
File
File System
Forms
Handling
Graphics
HTML and PHP
Informix
Ingres
InterBase
LDAP
Look and Feel
Miscellaneous
MySQL
Other
PHP Classes
Searching
Navigation
Statistics
Strings
User Manage