▲ | kookamamie 7 days ago | |
This is not a good idea in practice. Why not bundle the metadata as JSON or Protobuf via an aux file? | ||
▲ | kuberwastaken 7 days ago | parent [-] | |
That's how it's usually done. The main reason I tried embedding it directly was to make the file self-contained, so that context always travels with the image itself and it's less tedious. |