You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cuCIM includes an experimental `cuslide2` plugin that uses [nvImageCodec](https://developer.nvidia.com/nvimagecodec) for GPU-accelerated TIFF decoding. This plugin provides enhanced performance for batch ROI decoding operations.
105
+
106
+
### Enabling cuslide2
107
+
108
+
To enable the cuslide2 plugin, set the `ENABLE_CUSLIDE2` environment variable:
109
+
110
+
```bash
111
+
ENABLE_CUSLIDE2=1 python your_script.py
112
+
```
113
+
114
+
### Test Scripts
115
+
116
+
cuCIM provides test scripts to verify cuslide2 functionality with different TIFF formats:
0 commit comments