Lines Matching full:there

404 /*only returns true if there is a palette and there is a value in the palette with alpha < 255.
487 …size_t text_num; /*the amount of texts in these char** buffers (there may be more texts in itext)*/
510 …unsigned phys_defined; /*if 0, there is no pHYs chunk and the values below are undefined, if 1 els…
566 …To avoid this do not set an ICC profile in the image unless there is a good reason for it, and whe…
585 There are 3 buffers, one for each position in the PNG where unknown chunks can appear.
630 For < 8 bpp images, there should not be padding bits at the end of scanlines.
814 there is a PLTE chunk, that one must be inspected before tRNS or bKGD.
852 There must be at least 4 bytes to read from. If the result value is too large,
888 Will output pointer to the start of the next chunk, or at or beyond end of the file if there
1068 [.] test if there are no memory leaks or security exploits - done a lot but needs to be checked oft…
1155 simplicity, the following design choices were made: There are no dependencies
1156 on any external library. There are functions to decode and encode a PNG with
1160 the PNG file uses. To read and write files, there are simple functions to
1297 There's also a setting color_convert, true by default. If false, no conversion
1340 there are translucent colors in the palette), it'll add a tRNS chunk.
1373 It's all tEXt or all zTXt though, there's no separate setting per text yet.
1394 is easy, but there are multiple ways if you want to give some channels more
1475 one-channel even if there are numerical imprecisions.
1515 LodePNG on purpose, there are myriads of formats, including endianness of 16-bit
1530 OK, or a non-zero code if there was an error.
1605 functions do no boundary checking of the allocated data whatsoever, so make sure there is enough
1646 parameters there instead.
1694 Precompiled Headers, and set it to Not Using Precompiled Headers there.
1730 //if there's an error, display it
1890 *) 26 apr 2008: added a few more checks here and there to ensure more safety.