Last active
November 8, 2017 18:45
-
-
Save agirorn/22c98558fb9148ec2716046abff011d2 to your computer and use it in GitHub Desktop.
Use graphicsmagick to convert image to old BMP format
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
#!/usr/bin/env bash | |
convert image.png ppm:- | convert ppm:- BMP3:image.bmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment