You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly, although I have applied the process :optimize in the model's namespace, it does only apply to the original file, and not to any version.
classImageUploader < AbstractUploaderincludeCarrierWave::ImageOptimprocessoptimize: [{pngquant: {allow_lossy: true}}]version:printdoprocessborder: ['black']# Why do we have to re-apply this here?processoptimize: [{pngquant: {allow_lossy: true}}]endend
Any idea what's going on here?
The text was updated successfully, but these errors were encountered:
This is a very nice gem.
Sadly, although I have applied the
process :optimize
in the model's namespace, it does only apply to the original file, and not to any version.Any idea what's going on here?
The text was updated successfully, but these errors were encountered: