How can you (in C / C ++) add text to a jpeg file using libjpeg?
I do not mean editing pixels, but adding text to metadata (for example, the libpng library png_set_text () for png files).
Nothing found this:
char * text = "Hello world!";
jpeg_write_marker (& cinfo, JPEG_COM, (const JOCTET *) text, strlen (text));
(immediately after jpeg_start_compress)
Source: https://habr.com/ru/post/1712343/More articles:Как создать класс Action Script 3, используемый в двух файлах SWF, разрешить этот же класс, когда один SWF динамически загружает другой? - abstract-classPDF stream to a new browser instance or tab? - pdfClojure/Фрагментальный рисунок Java Mandelbrot - javaIs there a way to hide my email address in Google Code projects? - privacyTarget ResolveReferences Not Found - .netHow to select random key from NSDictionary? - randomRefresh column for different aggregate values - tsqlAdding a help icon in WinForms form titlebar - c #Сохранение большого файла с использованием пути GWT + GAE + S3 - javaPorting an odd subversion layout to git with history - gitAll Articles