Daanoz / ha-google-photos

Home Assistant Google Photos integration
MIT License
84 stars 5 forks source link

Improve fallback resolution in Original mode #27

Closed amondit closed 1 year ago

amondit commented 1 year ago

Hello,

I've experienced a strange behavior when using "Original" mode. On "Crop" mode it seems fine, pictures get cropped at the view container size, however on "Original" mode, pictures get resized to either the fallback width or height values (1024 x 512 px) (values in code. This leads to seriously blurry pictures.

I tried manually changing the values to 3000x3000 just to test, and indeed it now generates much clearer pictures.

Do you think it might be a good idea to increase these fallback values or would there be a reason not to?

Thanks a lot!

Daanoz commented 1 year ago

I'm not able to reproduce this, could you share your dashboard configuration where it happens?

Daanoz commented 1 year ago

I'm guessing it's the same problem as mentioned in the issue you also replied too at the lovelave-wallpanel repo?

I have replied there with an explanation what happens, feel free to reopen if this doesn't solve your issue.