Skip to content

Instantly share code, notes, and snippets.

@Alistair1231
Created November 26, 2025 20:56
Show Gist options
  • Select an option

  • Save Alistair1231/de716238f0a4d05e6e23ddb8b564d655 to your computer and use it in GitHub Desktop.

Select an option

Save Alistair1231/de716238f0a4d05e6e23ddb8b564d655 to your computer and use it in GitHub Desktop.
Black and White printing color correction
#!/usr/bin/env fish
# install imagemagick and ghostscript
for i in fridrich_oll.pdf fridrich_pll.pdf;convert -density 300 $i -modulate 100,30,100 temp_%04d.png;convert temp_*.png $i.1.pdf;rm temp_*.png;end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment