Menu

Tree [4ca64c] main /
 History

HTTPS access


File Date Author Commit
 .github 2023-12-16 xiaoming xiaoming [190e0c] ci:update ci action
 InnoSetup 2022-03-10 xiaoming xiaoming [d33db7] fix:ConfigFile path
 dpkg 2022-03-10 xiaoming xiaoming [d33db7] fix:ConfigFile path
 img 2023-03-02 xiaoming xiaoming [c332cc] doc:update readme.md
 lang 2023-11-07 xiaoming xiaoming [051fed] src:Add translations for "Save File" in ImgExpo...
 src 2023-11-07 xiaoming xiaoming [051fed] src:Add translations for "Save File" in ImgExpo...
 test 2023-11-07 xiaoming xiaoming [9cb8c4] src:Fix YUV to RGB color conversion in NV12 and...
 tools 2022-09-18 xiaoming xiaoming [430896] build:update dmg create script
 .gitignore 2023-08-09 xiaoming xiaoming [0017ba] src:increased support for Chinese and Japanese
 DEVELOPNOTE.md 2023-08-02 xiaoming xiaoming [7ba3d9] doc:update readme
 LICENSE 2020-03-15 xiaoming xiaoming [94c35f] update
 README.md 2023-03-02 xiaoming xiaoming [c332cc] doc:update readme.md
 README_zh_CN.md 2023-03-02 xiaoming xiaoming [c332cc] doc:update readme.md
 YUVviewer.pro 2023-11-07 xiaoming xiaoming [e9a523] release: update V0.5.6
 build_deb.sh 2023-11-07 xiaoming xiaoming [e9a523] release: update V0.5.6
 build_dmg.sh 2023-11-07 xiaoming xiaoming [e9a523] release: update V0.5.6
 build_setup.bat 2023-11-07 xiaoming xiaoming [e9a523] release: update V0.5.6
 partform_unix.pri 2023-11-07 xiaoming xiaoming [e9a523] release: update V0.5.6
 partform_win32.pri 2023-11-07 xiaoming xiaoming [e9a523] release: update V0.5.6
 version.txt 2023-11-07 xiaoming xiaoming [e9a523] release: update V0.5.6

Read Me

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.2.0 or higher.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.