Skip to content

Instantly share code, notes, and snippets.

@dubst3pp4
Created April 28, 2017 10:43
Show Gist options
  • Save dubst3pp4/c02beccfc9989da96c87b3825921b346 to your computer and use it in GitHub Desktop.
Save dubst3pp4/c02beccfc9989da96c87b3825921b346 to your computer and use it in GitHub Desktop.
Create background image for PocketBook e-readers
# for readers with 758x1024 resolution, for other devices change this value
mogrify -background white -gravity center -extent 758x1024 \
-alpha remove -format bmp -type Grayscale -density 72 -units PixelsPerInch -depth 8 -colors 256 -compress none *.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment