Change the background layer generation method from using paths & shapes to using pixels. Now works entirely and also fixes the erasing other layers issue that was present with the other method.
This is necessary for workflow implementation with Calvo's Classifier, which classifies individual pixels without drawing paths or shapes.
Only downside is it's considerably slower, taking around 45 seconds for a high resolution score portion (about 2 lines of the piece).
Change the background layer generation method from using paths & shapes to using pixels. Now works entirely and also fixes the erasing other layers issue that was present with the other method.
This is necessary for workflow implementation with Calvo's Classifier, which classifies individual pixels without drawing paths or shapes.
Only downside is it's considerably slower, taking around 45 seconds for a high resolution score portion (about 2 lines of the piece).