Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 3.49 KB

README.md

File metadata and controls

47 lines (33 loc) · 3.49 KB

Windows ci Linux ci Macos ci CodeFactor License GitHub tag (latest SemVer) GitHub All Releases GitHub stars GitHub forks Gitee stars Gitee forks

YUVviewer

🇺🇸 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:

img0

Feature

  1. Select parameters on the main interface.
  2. Click Open File or Folder to parse the image data and display the image.
  3. 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.

Format

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

Build

 > Build documentation

Contributing

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.