Lines Matching refs:image
6 * Description: Get the size of an image as 4-element array
7 * Source code: ext/standard/image.c
12 "GIF image file" => "200x100.gif",
15 "JPEG image file" => "200x100.jpg",
18 "PNG image file" => "200x100.png",
21 "SWF image file" => "200x100.swf",
24 "BMP image file" => "200x100.bmp",
27 "TIFF intel byte order image file" => "200x100.tif",
30 "JPC image file" => "test1pix.jpc",
33 "JP2 image file" => "test1pix.jp2",
36 "IFF image file" => "test4pix.iff"
52 -- GIF image file (200x100.gif) --
67 string(9) "image/gif"
72 -- JPEG image file (200x100.jpg) --
87 string(10) "image/jpeg"
94 -- PNG image file (200x100.png) --
107 string(9) "image/png"
112 -- SWF image file (200x100.swf) --
128 -- BMP image file (200x100.bmp) --
141 string(14) "image/x-ms-bmp"
146 -- TIFF intel byte order image file (200x100.tif) --
157 string(10) "image/tiff"
162 -- JPC image file (test1pix.jpc) --
182 -- JP2 image file (test1pix.jp2) --
197 string(9) "image/jp2"
202 -- IFF image file (test4pix.iff) --
215 string(9) "image/iff"