Created
April 28, 2017 10:43
-
-
Save dubst3pp4/c02beccfc9989da96c87b3825921b346 to your computer and use it in GitHub Desktop.
Create background image for PocketBook e-readers
This file contains hidden or 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
# 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