Commit graph

6 commits

Author SHA1 Message Date
Antoine Martin b71f0aee5a library: core: document film module 2020-03-22 00:14:25 +01:00
Bruno BELANYI f9c86639ce library: core: film: fix x/y ratio mix-up
The X axis is the left-right axis. The Y axis is the up-down axis.
2020-03-18 18:06:13 +01:00
Bruno BELANYI 7dc622b9e7 library: core: film: add width/height methods 2020-03-17 23:25:29 +01:00
Bruno BELANYI 4c7085ab16 library: core: film: use float for pixel_ratio 2020-03-17 23:24:48 +01:00
Bruno BELANYI 7112873715 library: replace super::super by crate import
Done with the following shell command:
`sed -e 's/super::super/crate/' -i $(git grep -l super::super)`.

Followed by a `cargo fmt --all`.
2020-03-17 20:49:30 +01:00
Bruno BELANYI a4caa456ce library: core: add Film implementation 2020-03-17 19:17:52 +01:00