pi3d / pi3d_demos

Demos and support files for pi3d (3D graphics python package for the raspberry pi)
Other
71 stars 33 forks source link

don't crop portrait images #65

Closed Karry closed 3 years ago

Karry commented 3 years ago

Hi. I would like to show landscape images cropped, but use use "fit" option for portrait one.

paddywwoof commented 3 years ago

@Karry this looks simple and possibly useful.

This bit of pi3d_demos has been 'hived off' into a significantly more complicated version https://github.com/helgeerbe/picframe and in that there is the option to show portrait images in pairs, which by definition are shrunk so they are not cropped.

I will merge this anyway but it might be worth you while looking at picframe.

Paddy