deca
deca copied to clipboard
Refactor image handling utils into one place
Right now the code to handle BMP, DDSC, ATX, etc... is duplicated. Will require a rethink of how files are represented. Possible make vfs node more low level and available to all ff_*files. This would clean up mess of buffers vs vnode vs file handle usage.