Skip to content

Instantly share code, notes, and snippets.

@sasasin
Created October 7, 2012 07:53
Show Gist options
  • Save sasasin/3847471 to your computer and use it in GitHub Desktop.
Save sasasin/3847471 to your computer and use it in GitHub Desktop.
Imagemagickを使用し、ドキュメントスキャナで取り込んだ画像の裏写り補正を行うコマンドです。
#!/bin/sh
mogrify -channel Red -separate -modulate 110 +contrast "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment