Is it possible to save a progressive JPEG with Phalcon? Basically turn intelacing on. Couldn't find any mentions in official docs or on this forum. Thank you!
That’s right. However I wonder if Phalcon\Image\Adapter\Imagick can support it and if not, whether it is possible to somehow access the “image” php object that can be manipulated using plain old PHP functions.
So I can do something like this:
$image = new Phalcon\Image\Adapter\Imagick("upload/test.jpg");