--------------------------------------------------------------------
Base class to draw images
Copyright (C) Jean-Sebastien Goupil http://www.barcodephp.com
$im :
$filename :
setFilename(string $filename)
Sets the filename.
draw()
Method needed to draw the image based on its specification (JPG, GIF, etc.).
__construct(resource $im)
Constructor.