Open

Description
Hello,
I have installed your extension on Magento CE 1.9.0.1 and it seems to work fine.
But I need progressive JPG instead.
On line 84 of Perfect_Watermarks/src/app/code/community/Varien/Image/Adapter/Imagemagic.php I added:
$this->getImageMagick()->setInterlaceScheme(Imagick::INTERLACE_PLANE);
and it works.
My question is - how should I override that properly, maybe in my custom module, so that I keep your code clean. Or maybe you could somehow add it as a setting in the Admin backend?
Sorry I am not a programmer per se and I don't know how to work with GIT system. I am just trying to customize my store.
I hope it is ok to ask here.