Image manipulation library for PHP 5.3
imagine.readthedocs.org
Image manipulation library for PHP 5.3
1–10 of 29 posts
Re: Image manipulation library for PHP 5.3
#2Re: Image manipulation library for PHP 5.3
#3Assetic still relies on opti{png,jpeg} which i'm sure works pretty well, but also requires one to call out to an external program.
Re: Image manipulation library for PHP 5.3
#4Re: Image manipulation library for PHP 5.3
#5Re: Image manipulation library for PHP 5.3
#6Whats\With\All\The\Backslashes? Am I only one seeing that in the examples?
Re: Image manipulation library for PHP 5.3
#7Whats\With\All\The\Backslashes? Am I only one seeing that in the examples?
Re: Image manipulation library for PHP 5.3
#8Whats\With\All\The\Backslashes? Am I only one seeing that in the examples?
Symfony2 and Lithium are two frameworks I can currently think of that use them extensively. On the one hand, Symfony2 has a quite extreme implementation, and on the other, Lithium's is much more concise. The backslashes can be used to represent a hierarchy.
Re: Image manipulation library for PHP 5.3
#9Whats\With\All\The\Backslashes? Am I only one seeing that in the examples?
Re: Image manipulation library for PHP 5.3
#10I'll be having a little play about with what I intend to implement and if it works out well I'll likely implement it in my project proper!
> “Why didn’t he keep width and height as simple integer parameters in every method that needed those?” or “Why is x and y coordinates are an object called Point?”
Seems to me that PHP needs to turn its own primitives into objects so they can be type hinted. Trying to figure out which of a dozen number validation functions to use is an utter clusterfuck at the best of times.