Home | History | Annotate | Download | only in stbi

Lines Matching defs:iphone

34       1.23              fixed bug in iPhone support
38 iPhone PNG-extensions from James Brown
65 James "moose2000" Brown (iPhone PNG) Laurent Gomila
136 // iPhone PNG support:
138 // By default we convert iphone-formatted PNGs back to RGB; nominally they
140 // failed on such iPhone PNGs. But you can disable this conversion by
142 // you will always just get the native iphone "format" through.
146 // says there's premultiplied data (currently only happens in iPhone images,
147 // and only if iPhone convert-to-rgb processing is on).
257 // indicate whether we should process iphone images back to canonical format,
2961 int first=1,k,interlace=0, iphone=0;
2972 iphone = stbi_de_iphone_flag;
3059 z->expanded = (uint8 *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, 16384, (int *) &raw_len, !iphone);
3069 if (iphone && s->img_out_n > 2)
5024 1.23 fixed bug in iPhone support
5030 iPhone PNG-extensions from James Brown