AvalancheImagineBundle
AvalancheImagineBundle copied to clipboard
Pull Request: Insert jpeg progressive
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);