-
Notifications
You must be signed in to change notification settings - Fork 8
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
Image compression is very aggressive – is there a way to control? #18
Comments
I cann see that I can create a macro to do this like so:
what is the correct process / setup for using this new macro with your module? – do I make a fork of your repo and use that in my project instead? |
Hi Simon, Thanks for your feedback. There's not currently a way to define your own macros. This is a good point and it shouldn't take much to add this support. However, I suspect the image quality issues you're experiencing are down to imagemagick's (or graphicsmagick) default quality settings, rather than this plugin. In your image style you can define any number or parameters to send to imagemagick for processing. Have you tried adding a Remember to clear out any existing (cached) copied of the generated images and try re-comiling nuxt with this new value. I'll be interested to hear how you get on. Thanks, Barry |
Hey Barry, Thanks so much for getting back to me so quick! Sorry for not making clear in my second comment – I got this macro working perfectly thanks, in addition to the code I provided above, I was aware to clear the
Yeah the ability to define your own macros would be fantastic! Thanks again, Simon |
I second this issue, no matter what settings I change, the images that are scaled are very blurry even when viewed at their native resolution. |
There’s quite substantial loss of quality using this plugin, which I’m sure suits some needs perfectly but it would be great if the quality could be user-controlled.
I want to use this for an image-heavy portfolio site but the quality lost is very noticeable and ideally I would be able to fine-tune the compromises made.
The text was updated successfully, but these errors were encountered: