How can you (in C/C++) add text to a jpeg-file using libjpeg?
I do not mean by editing pixels, but by adding text to the meta-data (like the png_set_text() libpng library for png files).
How can you (in C/C++) add text to a jpeg-file using libjpeg?
I do not mean by editing pixels, but by adding text to the meta-data (like the png_set_text() libpng library for png files).