jbilcke-hf / clapper

Clapper.app, a video synthesizer and sequencer designed for the age of AI cinema
https://clapper.app
GNU General Public License v3.0
2.08k stars 195 forks source link

Refactoring: Replace ClapMediaOrientation with ClapImageRatio #89

Closed jbilcke-hf closed 2 months ago

jbilcke-hf commented 2 months ago

Context

Our current ClapMediaOrientation is a bit limited, to portrait, landscape and square

It initially made sense when we only had either landscape or portrait, but today with square it becomes confusing, especially since a more common word for this kind of stuff is "image ratio".

Solution

jbilcke-hf commented 2 months ago

done