AvalancheImagineBundle icon indicating copy to clipboard operation
AvalancheImagineBundle copied to clipboard

Pull Request: Insert jpeg progressive

Open lughino opened this issue 11 years ago • 0 comments

Hi, you can add the ability to make images in jpeg progressive? To speak with gd is:

imageinterlace($image, true);

and imagick is:

 $image->setInterlaceScheme(Imagick::INTERLACE_PLANE);

lughino avatar Apr 01 '13 01:04 lughino