eugeneloza / decoherence

Project moved to https://gitlab.com/EugeneLoza/decoherence
GNU General Public License v3.0
10 stars 7 forks source link

Use burners for frames? #409

Closed eugeneloza closed 6 years ago

eugeneloza commented 6 years ago

Still unsure whether to use burner for the frames. It might really look better. However, simplistic interface is something to consider too. Adding a burner adds some problems, as it would need Next initialized at image creation, which might result in bugs. So, maybe later I'll return to this issue.

eugeneloza commented 6 years ago

Unfortunately it's impossible to scale the frames properly without making an intermediate image with OwnsImage = true. On it.

eugeneloza commented 6 years ago

That means non-rectagonal frames should copy image too (to be burned). Or don't burn them?

eugeneloza commented 6 years ago

Burning frame more than once will result in unexpected result. That should be done only once (and frame never re-scaled by next twice).