Image

Imageneutrinosun wrote in Imagecpp

hexidecimal file delimiters

I'm outputtihng a file of hex data tat will be read back in pieces at a time later. (Each piece will be ~512KB.)

What delimiter should I use to mark breaks between pieces? I could use pretty much any character, line-break, etc., but I'm wondering if anybody knows of a common form -- something pretty standard.

(Sorry this isn't exactly C++ in nature.)