glue-viz / bqplot-image-gl

Jupyter widget for displaying images with a focus on astronomy
MIT License
19 stars 13 forks source link

feat: transform/rotate image in shader #103

Open maartenbreddels opened 1 year ago

maartenbreddels commented 1 year ago

This allows for a fast rotation since we do it in the shader.

maartenbreddels commented 1 year ago

update galata

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.35 :tada:

Comparison is base (d16f038) 50.00% compared to head (66b050e) 50.35%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #103 +/- ## ========================================== + Coverage 50.00% 50.35% +0.35% ========================================== Files 7 7 Lines 140 141 +1 ========================================== + Hits 70 71 +1 Misses 70 70 ``` | [Impacted Files](https://codecov.io/gh/glue-viz/bqplot-image-gl/pull/103?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glue-viz) | Coverage Δ | | |---|---|---| | [bqplot\_image\_gl/imagegl.py](https://codecov.io/gh/glue-viz/bqplot-image-gl/pull/103?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glue-viz#diff-YnFwbG90X2ltYWdlX2dsL2ltYWdlZ2wucHk=) | `95.45% <100.00%> (+0.10%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glue-viz). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glue-viz)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.