How to improve performance with -define jpeg:size when using Rails ActiveStorage? #140
Unanswered
collimarco
asked this question in
Q&A
Replies: 1 comment
-
Yes, you can pass the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found this interesting option for performance described in your wiki:
https://github.com/janko/image_processing/wiki/Improving-ImageMagick-performance
However I am not using the gem directly, I am using it through ActiveStorage and mini_magick gem.
This is the code used to create a variant for example:
Is it possible to add something like this to improve performance on large images?
Where can you add that option in this case?
Beta Was this translation helpful? Give feedback.
All reactions