lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.03k stars 420 forks source link

Mark lodepng_convert_rgb() static #170

Open hpjansson opened 2 years ago

hpjansson commented 2 years ago

It's probably not that useful as exported API and was generating a warning when compiled as C with -Wmissing-prototypes. Also saves on code size when compiled without encoder/ancillary chunks.

Alternately, one could add a prototype for it in lodepng.h and move the doc comment there.