Skip to content

Instantly share code, notes, and snippets.

@bendtherules
Last active June 5, 2025 08:41
Show Gist options
  • Save bendtherules/d4c1981f4e069c4aed2d8b2275e26e5e to your computer and use it in GitHub Desktop.
Save bendtherules/d4c1981f4e069c4aed2d8b2275e26e5e to your computer and use it in GitHub Desktop.
Cleanup scanned pdf contrast using imagemagick

magick convert -density 300 ./old.pdf -brightness-contrast 20X10 -contrast-stretch 1% -compress JPEG -quality 80 ./new.pdf

// For darkening / coloring light images - use -gamma .7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment