🇺🇸 English | 🇨🇳 简体中文
YUVviewer is a small tool for developers to view and preview various original image formats. It is based on the framework of Qt and opencv and supports windows/linux/macos. The interface is simple and clear, and the operation is portable. The main interface is as follows:
- Select parameters on the main interface.
- Click Open File or Folder to parse the image data and display the image.
- Used in the image display interface
- scroll wheel to zoom in and out of the image,
- use the left button to drag the image,
- Double click the left button to export the image as png format or other raw format,
- Right click to reset image size and position,
- Double click on the right button to swap the image R and B channel display,
- Middle click to display the original size of the image.
Currently supported formats include:
YV12、YU12/I420、NV21、NV12、YUY2/YUYV、YVYU、UYVY、YUV444、RGB565_L、RGB565_B、BGR565_L、BGR565_B、RGB888、BayerBG、BayerGB、BayerRG、BayerGR、BayerBG_RAW12、BayerGB_RAW12、BayerRG_RAW12、BayerGR_RAW12、PNG
If you have suggestions or ideas for this project, please submit issues and pull requests on GitHub or Gitee.
At present, the project has been completely migrated to Qt6 development, it is recommended to use version Qt6.5.0 or higher.