
Chris Smith - 2006-04-15 08:41:24
So it will be cool feature to integrate this into the class, eg.:
header ( 'Content-type: ' . $this->dest_type );
$result = @imagejpeg ($image_dst, '', $this->jpeg_quality);
It can be cool, when we want to serve images to display from local files outside from the htdocs-dir ...
Thanks for this class ...