Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created July 26, 2012 23:48
Show Gist options
  • Save phlegx/3185280 to your computer and use it in GitHub Desktop.
Save phlegx/3185280 to your computer and use it in GitHub Desktop.
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