Skip to content

Instantly share code, notes, and snippets.

@jpalardy
Last active July 24, 2023 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpalardy/0d217e666434bd35ee7df5ac1cd6614f to your computer and use it in GitHub Desktop.
Save jpalardy/0d217e666434bd35ee7df5ac1cd6614f to your computer and use it in GitHub Desktop.
Magick notes

thumbnail

mogrify 
   -filter Triangle 
   -define filter:support=2 
   -thumbnail 50%                     # adjust 
   -unsharp 0.25x0.08+8.3+0.045 
   -dither None 
   -posterize 136 
   -quality 82 
   -define jpeg:fancy-upsampling=off 
   -define png:compression-filter=5 
   -define png:compression-level=9 
   -define png:compression-strategy=1 
   -define png:exclude-chunk=all 
   -interlace none 
   -colorspace sRGB
   $argv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment