Lines Matching full:done
846 to a grayscale type (1 or 4), this is not done and is ignored. If enabling this,
1181 [.] test if there are no memory leaks or security exploits - done a lot but needs to be checked oft…
1182 [.] check compatibility with various compilers - done but needs to be redone for every newer versi…
1185 [ ] support all public PNG chunk types (almost done except sPLT and hIST)
1373 above. For C, simple decoding can be done with functions such as
1374 lodepng_decode32, and more advanced decoding can be done with the struct
1375 LodePNGState and lodepng_decode. For C++, all decoding can be done with the
1413 is done, the resulting data will be as it was in the PNG (after decompression)
1424 above. For C, simple encoding can be done with functions such as
1425 lodepng_encode32, and more advanced decoding can be done with the struct
1426 LodePNGState and lodepng_encode. For C++, all encoding can be done with the
1523 in the PNG image is done, the raw pixel data will have that color type and thus
1525 decoding to have another color type, a conversion is done by LodePNG.
1574 between the color types is done if the color types are supported. If it is not
1575 supported, an error is returned. If the types are the same, no conversion is done.
1601 If you want no color conversion to be done (e.g. for speed or control):