lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.07k stars 422 forks source link

change color type when decoding #29

Open steven274 opened 8 years ago

steven274 commented 8 years ago

Could I change color type image from RGB to RGBA with

unsigned lodepng_decode(unsigned char* out, unsigned* w, unsigned* h, LodePNGState* state, const unsigned char\ in, size_t insize);

Thank so much.