Created
July 26, 2012 23:48
-
-
Save phlegx/3185280 to your computer and use it in GitHub Desktop.
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
img = Magick::Image.read(folder + "/" + count.to_s).first | |
suffix = img.format | |
identify -list format | grep png | |
See http://www.libpng.org/pub/mng/ for details about the JNG | |
MNG* PNG rw+ Multiple-image Network Graphics (libpng 1.2.46) | |
See http://www.libpng.org/pub/mng/ for details about the MNG | |
PNG* PNG rw- Portable Network Graphics (libpng 1.2.46) | |
See http://www.libpng.org/ for details about the PNG format. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment