A cross-platform image viewer that supports reading raw Luminance/YUV/RGB/ARGB/Bayer pixel data from files and rendering them. Please visit the Website for more details.
跨平台影像檢視器,支援讀取及繪製原始 Luminance/YUV/RGB/ARGB/Bayer 像素資料。請參閱 網站 以取得更多資訊。
If you are upgrading from 3.x to 2026+ on macOS, please download the application bundle manually and place it alongside the existing 3.x bundle (instead of replacing it). This allows 2026+ to import your application data from the 3.x bundle on first launch.
| Luminance | YUV | RGB | ARGB | Bayer Pattern | Compressed |
|---|---|---|---|---|---|
| L8 | YUV444p | BGR_888 | ARGB_8888 | 10-bit MIPI | HEIF |
| L16 | P410 | RGB_565 | ABGR_8888 | 12-bit MIPI | JPEG/JFIF |
| P416 | RGB_888 | BGRA_8888 | 14-bit MIPI | PNG | |
| YUV422p | BGRX_8888 | RGBA_8888 | 16-bit | TIFF 2026.1+ |
|
| P210 | RGBX_8888 | ARGB_16161616 | 8-bit | WebP | |
| P216 | XBGR_8888 | ABGR_16161616 | |||
| UYVY | XRGB_8888 | BGRA_16161616 | |||
| YUVY | BGR_161616 | RGBA_16161616 | |||
| YUYV | RGB_161616 | ABGR_2101010 | |||
| YVYU | ARGB_2101010 | ||||
| NV12 | BGRA_1010102 | ||||
| NV21 | RGBA_1010102 | ||||
| I420 | ABGR_F16 | ||||
| YV12 | ARGB_F16 | ||||
| Android_YUV_420_888 | BGRA_F16 | ||||
| P010 | RGBA_F16 | ||||
| P016 |
- sRGB
- DCI-P3
- Display-P3
- Adobe RGB
- ITU-R BT.601 525-lines
- ITU-R BT.601 625-lines
- ITU-R BT.2020
- ITU-R BT.2100 (HLG)
- ITU-R BT.2100 (PQ)
- Rendering image from raw pixel file.
- Evaluate image dimensions according to file name, file size and format.
- Specify pixel-stride and row-stride for each plane.
- Specify data offset to image in file.
- Specify color space of image and screen.
- Import ICC profile as custom color space.
- Defining custom image rendering scripts in JavaScript, C# or Python.
2026.1+ - Rotate and scale rendered image.
- Navigate to specific image frame in file.
- Playing frames continuously with an adjustable frame rate.
2026.1+ - Adjust R/G/B gain for Bayer Pattern formats.
- Adjust brightness/contrast and color balance.
- Adjust highlight/shadow of image.
- Show histograms of R/G/B and luminance.
- Demosaicing for Bayer Pattern formats.
- Defining custom demosaicing scripts in JavaScript, C# or Python.
2026.1+ - Pasting an image from the clipboard.
2026.1+ - Saving the rendered image as a PNG/JPEG/TIFF/BGRA file.