Skip to content

Instantly share code, notes, and snippets.

@leopolicastro
Created August 14, 2022 11:35
Show Gist options
  • Save leopolicastro/c6690ce93fa3ae3038b4b5ed38a0cbe8 to your computer and use it in GitHub Desktop.
Save leopolicastro/c6690ce93fa3ae3038b4b5ed38a0cbe8 to your computer and use it in GitHub Desktop.
# Blur the image using ImageMagick
MiniMagick::Image.new tempfile.path do |image|
image.blur "0x16"
end
logger.info "Image #{file_name} was blurred"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment