Skip to content

Instantly share code, notes, and snippets.

@chezsick
Created May 17, 2018 23:49
Show Gist options
  • Save chezsick/9928c4344c003a975ec845bebbbd0bf6 to your computer and use it in GitHub Desktop.
Save chezsick/9928c4344c003a975ec845bebbbd0bf6 to your computer and use it in GitHub Desktop.
Convert To Subpixel Red And Cyan :::: prog in out
convert "$1" -resize 200%x100%! -channel red -morphology Convolve "2x1:1,0" -channel cyan -morphology Convolve "2x1:0,1" +channel -resize 50%x100%! "$2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment