Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progressive JPG #12

Open
ghost opened this issue Feb 15, 2015 · 2 comments
Open

Progressive JPG #12

ghost opened this issue Feb 15, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 15, 2015

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.

@Schrank
Copy link
Member

Schrank commented Feb 15, 2015

Thanks for the snippet. I think having a backend option to choose is a good idea, but I don't think this will be implemented in the near future, so for the moment (because you are not a dev), I would just let it as it is.

@ghost
Copy link
Author

ghost commented Feb 15, 2015

Thanks for the quick reply Schrank.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant