ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

image encoding stride error #143

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

Setting a width of 300 on the frame buffer and saving the output gives the following encode with an obvious stride error evident in the stripe of transparent pixels crossing the image:

stride-error

The integration tests all test on 400 pixel images. Probably worth adding a set of tests, maybe at the end, that test encodes on a variety of different output sizes and aspect ratios.