Is there any php framework with gives classes for GD library?
I have a project where I have to superimpose one png with another png
I am familiar with most php frameworks.
Edit: SQL has available classes in PHP but, we have wrappers and perhaps more organized structure to access it, called Models.
I am asking that context.
Help?
GD is typically compiled in with PHP. No framework necessary.
If your copy of PHP doesn’t have it, see the installation instructions here: http://www.php.net/manual/en/image.installation.php