Closed melancholy13 closed 5 years ago
It is strange for me:
fusuma.cropHeightRatio = 1.0 fusumaCropImage = true
I expect the photo to be square. And if:
fusuma.availableModes = [FusumaMode.camera, FusumaMode.library]
or
fusuma.availableModes = [FusumaMode.video, FusumaMode.camera]
Everything is good, the area of the photo and the photo itself are square. But if:
fusuma.availableModes = [FusumaMode.camera]
Despite cropHeightRatio and fusumaCropImage, photo area and photo itself are rectangular.
Same issue here : default ratio is not 1:1 for camera mode.
I'll get to it as soon as I can. In the meantime: pull requests are appreciated
https://github.com/ytakzk/Fusuma/pull/286
@FrancoisObob Merci !
new PR only for this fix :)
Fixed in 1.3.2.
It is strange for me:
I expect the photo to be square. And if:
or
Everything is good, the area of the photo and the photo itself are square. But if:
Despite cropHeightRatio and fusumaCropImage, photo area and photo itself are rectangular.