UNKNOWN
//**************************************
// for :load pcx
//**************************************
Please inform me if you are going to use it. You may not include it in comercial products.
//**************************************
// Name: load pcx
// Description:creates a GD image resource from a pcx file
// By: Ferry Timmers
//
//
// Inputs:PCX version 5 files
$img = imagecreatefrompcx($filename);
//
// Returns:GB image resource
//
//Assumes:None
//
//Side Effects:returns false on error
//This code is copyrighted and has limited warranties.
//Please see http://www.Planet-Source-Code.com/xq/ASP/txtCodeId.2564/lngWId.8/qx/vb/scripts/ShowCode.htm
//for details.
//**************************************