Releases: kar-dim/CAS-2D
Releases · kar-dim/CAS-2D
v1.1
OpenCL Implementation
New implementation based on OpenCL. Almost identical performance to CUDA, and many more devices are supported.
Other:
- Faster RGBA Writes in Interleaved Mode Using Coalesced uchar4 Writes; No Changes for Planar RGBA/RGB and Interleaved RGB
- Useful UI features: Allow Zooming (max x4.0) and mouse panning
- Add "Help" and "View" menu
- Added helpful GUI alerts if the DLL could not be loaded, or there was an error when applying the sharpening.
Qt: Introduce UI Timer
Do not call the DLL blindly on each slider value change event, this introduces many redundant DLL calls which the human eye cannot perceive anyway. Introducing a timer to skip entirely the DLL calls after ~50ms helps the UI to stay much more responsive.