Tagged Questions
2
votes
1answer
263 views
adding text to a jpeg
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).