Skip to content

Instantly share code, notes, and snippets.

@smndhm
Created February 26, 2015 09:43
Show Gist options
  • Save smndhm/7f5c1b54948c5cd4b055 to your computer and use it in GitHub Desktop.
Save smndhm/7f5c1b54948c5cd4b055 to your computer and use it in GitHub Desktop.
convert myimage.png \
-adaptive-resize '144x168>' \
-fill '#FFFFFF00' -opaque none \
-type Grayscale -colorspace Gray \
-black-threshold 30% -white-threshold 70% \
-ordered-dither 2x1 \
-colors 2 -depth 1 \
-define png:compression-level=9 -define png:compression-strategy=0 \
-define png:exclude-chunk=all \
myimage.pbl.png
convert myimage.png \
-adaptive-resize '144x168>' \
-fill '#FFFFFF00' -opaque none \
-type Grayscale -colorspace Gray \
-colors 2 -depth 1 \
-define png:compression-level=9 -define png:compression-strategy=0 \
-define png:exclude-chunk=all \
myimage.pbl.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment