I have a binary file that can be deserialized into a text representation along with some supporting image files.
Can I use smudge and clean to do this conversion from 1 file to many, and then back again?
Eg:
The binary file:
- Demo.bin
Would deserialize to:
- Demo.txt (important to be able to do diffs on this file)
- Demo.Picture1.bmp
- Demo.Picture2.gif