Home
last modified time | relevance | path

Searched refs:imagetype (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation3.phpt9 for($imagetype = 0; $imagetype <= IMAGETYPE_COUNT; ++$imagetype) {
10 echo "\n-- Iteration $imagetype --\n";
11 var_dump(image_type_to_mime_type($imagetype));
H A Dimage_type_to_mime_type_variation2.phpt2 …mime_type() function : usage variations - Pass decimal, octal, and hexadecimal values as imagetype
28 // loop through each element of the array for imagetype
H A Dgetimagesize_basic.phpt36 // loop through each element of the array for imagetype
/php-src/ext/gd/libgd/
H A Dgd_tga.c158 tga->imagetype = header[2]; in read_header_tga()
233 if (tga->imagetype != TGA_TYPE_RGB && tga->imagetype != TGA_TYPE_RGB_RLE) in read_image_tga()
243 switch (tga->imagetype) { in read_image_tga()
H A Dgd_tga.h12 uint8_t imagetype; // type of image 0=none,1=indexed,2=rgb,3=grey,+8=rle packed member

Completed in 10 milliseconds