cds-astro / ipyaladin

An IPython Widget for Aladin Lite, the sky viewer.
https://cds-astro.github.io/ipyaladin/
BSD 3-Clause "New" or "Revised" License
126 stars 26 forks source link

Is it possible to save jpg/png programmatically? #52

Closed cylammarco closed 2 months ago

cylammarco commented 1 year ago

When I use get_JPEG_thumbnail(), an image pops up in a new tab. Is it possible to programmatically save the image instead of having a pop-up?

ManonMarchand commented 1 year ago

Hello and thanks for your idea! For now it is not possible but I think we can do this when we solve this other feature request #15

ManonMarchand commented 1 year ago

Notes for later: could do something with an optional dependency to https://astroquery.readthedocs.io/en/latest/hips2fits/hips2fits.html ?