RainbowRedux / TextureUpscalingPipeline

A framework to perform multiple processing passes on textures in order to upscale them.
MIT License
5 stars 1 forks source link

Add ability to save and resume process between passes #2

Open boristsr opened 4 years ago

boristsr commented 4 years ago

The ability to save the WorkingImageData information into a json manifest would allow quicker iteration when developing or refining a processing pass, as all the preceding passes would not need to be performed.