RainbowRedux / TextureUpscalingPipeline

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

Change run_processing_stage to create new texture paths rather than overwriting previous stage #4

Closed boristsr closed 4 years ago

boristsr commented 4 years ago

This will allow workingImages to be copied at any point, and the results from that stage will be still be valid after further processing stages.

The goal is that the results from 2 processing stages can be used and combined at a later stage.