Created
October 7, 2012 07:53
-
-
Save sasasin/3847471 to your computer and use it in GitHub Desktop.
Imagemagickを使用し、ドキュメントスキャナで取り込んだ画像の裏写り補正を行うコマンドです。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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