Task #12828 (closed)
Opened 4 years ago
Closed 4 years ago
Web viewer NO interpolation
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | Unscheduled |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
See forum: https://www.openmicroscopy.org/community/viewtopic.php?f=4&t=7786
Want to be able to zoom without interpolation (already supported in Insight).
Can do this with css https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering
For demo see: http://phrogz.net/tmp/canvas_image_zoom.html
Just need to add a checkbox that toggles a "pixelated" class and add the css from that demo.
Change History (1)
comment:1 Changed 4 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
Fixed in https://github.com/openmicroscopy/openmicroscopy/pull/3772