S1artie / png-text-embed

Insert "text chunks" into PNG files (and read text chunks)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The utility 'png-text-append' inserts "text chunks" into PNG files.
*Note: this does _not_ mean 'drawing text on the image' in any way;
the appearance of the image will be unchanged.  This means inserting
an ancillary text chunk into the PNG stream, which can be used for 
example, to hold copyright information.

The utility 'png-text-dump' displays all text chunks present in a PNG 
file.

References:
http://stackoverflow.com/questions/9036152/insert-a-text-chunk-into-a-png-image

About

Insert "text chunks" into PNG files (and read text chunks)

License:The Unlicense


Languages

Language:C 95.6%Language:Makefile 4.4%