This class is responsible for making sure everything is set up and initialized properly,
and returning the appropriate thumbnail class instance. It is the only recommended way
of using this library, and if you try and circumvent it, the sky will fall on your head :)
Basic use is easy enough. First, make sure all the settings meet your needs and environment...
these are the static variables defined at the beginning of the class.
Once that's all set, usage is pretty easy. You can simply do something like:
$thumb = PhpThumbFactory::create('/path/to/file.png');
Refer to the documentation for the create function for more information