Is there anyway to save image like download full size in the gemini ui. I see that image.save() has lower resolution than download full size. ``` for i, image in enumerate(response.images): await image.save(path="temp/", filename=f"image_{i}.png", verbose=True) print(i, image) ``` <img width="1005" height="522" alt="Image" src="https://github.com/user-attachments/assets/f9bb7e72-9510-41f5-a719-2d561eab9fbd" />