PHP Pixel Puzzle, Niu Ge is a programmer who claims to be a designer! When you get an image, you just want to unload it in eight parts, one pixel and one pixel to split it and see what color values the image contains. This php class floated away from Niu Ge!
SetImage ($ img); // You Need to initialize the pixel size to be displayed $ pro = $ px-> getProperty (); if (! $ Px-> error () {$ palete = $ px-> image2palete (); echo"Attributes Image:
"; Echo"Width: ". $ pro [0]."
"; Echo"Height: ". $ pro [1]."
"; Echo"Bits: ". $ pro [" bits "]."
"; Echo"Type: ". $ pro [" mime "]."
"; Echo" pixels Included in the image "; foreach ($ palete as $ color) echo"";}Else {echo $ px-> error ();}
SetImage ($ img); // You Need to initialize the pixel size to be displayed $ px-> zoom = 3; $ px-> span = 2; if (! $ Px-> error () {echo $ px-> image2p ();} else {echo $ px-> error ();}