!DATA
Format: 0 !DATA <filename>
Where:
<filename> is the filename of the following encoded data.
Blocks starting with the 0 !DATA statement contain binary data encoded using a multitude of 0 !: lines.
Each of those lines contain a chunk of base64 encoded data which a parser must combine before decoding.
No other LDraw statements may be used inside a !DATA block.
[x] The user should be able to export the !DATA only as png
[x] The user should be able to create the !DATA meta command (205 characters per line, 5 chars to start, 200 chars for the encoded data)
Syntax:
PNG-Standard: https://en.wikipedia.org/wiki/PNG Base-64-Standard: https://datatracker.ietf.org/doc/html/rfc4648#section-4
Example: