Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing hdr photo #34

Open
keithlee opened this issue Mar 24, 2024 · 1 comment
Open

Accessing hdr photo #34

keithlee opened this issue Mar 24, 2024 · 1 comment

Comments

@keithlee
Copy link

Hey everyone,

I would like to display the hdr and ultra hdr photos stored on a Google photos account. Looking at the mediaitem info, I don't see anyway to access this info.

How can I go about calling the API and displaying hdr images?

Thank you

@shyd
Copy link

shyd commented Jan 7, 2025

Hi, I've seen hdr photos when downloading them with parameter =d instead of providing explicit dimensions to get the original image. Maybe you can adjust this here:

const fullUrl = `${item.baseUrl}=w${item.mediaMetadata.width}-h${

My project handles the content differently so I cannot tell for sure where to change the request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants