You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is class for simple manipulation of images with PHP. No need plugins, extensions, special configurations… just the class and PHP compiled with GD Library.
This is a little class for every day task with images, like resize, cropping, saving and flipping the canvas. This way you can have an image per instance and the only dependency is the old GD extension.
It is production ready.
About
This is class for simple manipulation of images with PHP. No need plugins, extensions, special configurations… just the class and PHP compiled with GD Library.