Searched refs:imagetype (Results 1 – 5 of 5) sorted by relevance
9 for($imagetype = 0; $imagetype <= IMAGETYPE_COUNT; ++$imagetype) {10 echo "\n-- Iteration $imagetype --\n";11 var_dump(image_type_to_mime_type($imagetype));
2 …mime_type() function : usage variations - Pass decimal, octal, and hexadecimal values as imagetype28 // loop through each element of the array for imagetype
36 // loop through each element of the array for imagetype
158 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()
12 uint8_t imagetype; // type of image 0=none,1=indexed,2=rgb,3=grey,+8=rle packed member
Completed in 5 milliseconds