Home | History | Annotate | Download | only in zopflipng

Lines Matching refs:lodepng

26 #include "lodepng/lodepng.h"
27 #include "lodepng/lodepng_util.h"
40 // Deflate compressor passed as fuction pointer to LodePNG to have it use Zopfli
103 void LossyOptimizeTransparent(lodepng::State* inputstate, unsigned char* image,
178 const lodepng::State& inputstate, bool bit16,
185 lodepng::State state;
228 lodepng::getFilterTypes(filters, origfile);
239 error = lodepng::encode(*out, image, w, h, state);
244 lodepng::State teststate;
246 lodepng::decode(temp, w, h, teststate, *out);
261 error = lodepng::encode(out2, image, w, h, state);
279 const lodepng::State& inputstate, bool bit16,
320 lodepng::getChunks(names, chunks, origpng);
336 lodepng::insertChunks(*png, keepchunks);
364 lodepng::State inputstate;
365 error = lodepng::decode(image, w, h, inputstate, origpng);
378 error = lodepng::decode(image, w, h, origpng, LCT_RGBA, 16);