User | Kudos |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
I'd really like the ability to write some metadata information in the PNG Write (and read from Read) VIs. JPG, BMP would be nice for completeness.
Lately I'm using PNGs a lot. The W3.org spec and most PNG readers allow the use of the "tEXt" chuck tag to allow labels for simple text, keywords include: Title, Author, Description, Copyright,... -- simple stuff.
I'd modify the built-in "Write PNG File.vi" but it is password protected 😞
My workaround is to write the PNG normally, then tweak the binary file, inserting the tEXt chuck myself, just before the IEND tag, with size and CRC-32 considered.
I would really like to see it built in. Perhaps a cluster input with some of the reserved keywords. It seems functionally like a simple concatenation on the file IO stream prior to IEND and file close.
Here's the W3 spec for PNG
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.