All Projects → alicevision → QtOIIO

alicevision / QtOIIO

Licence: other
Qt Image IO plugin based on OpenImageIO.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to QtOIIO

Artiq
A leading-edge control system for quantum information experiments
Stars: ✭ 245 (+620.59%)
Mutual labels:  qt
orm-qt
Object Relation Mapping with Qt library
Stars: ✭ 32 (-5.88%)
Mutual labels:  qt
qredis
Redis GUI using Qt & Python
Stars: ✭ 42 (+23.53%)
Mutual labels:  qt
qtCustomPlugins
A set of custom widgets to use directly in QtDesigner.
Stars: ✭ 48 (+41.18%)
Mutual labels:  qt
qt cef poc
Proof of concept of simple browser w/ CEF and Qt
Stars: ✭ 26 (-23.53%)
Mutual labels:  qt
QtNotepad
Super lightweight and super simple notepad application
Stars: ✭ 50 (+47.06%)
Mutual labels:  qt
Qtusb
A cross-platform USB Module for Qt.
Stars: ✭ 245 (+620.59%)
Mutual labels:  qt
screenshotgun
Open cross-platform screenshoter with cloud support and server part
Stars: ✭ 23 (-32.35%)
Mutual labels:  qt
meta-pelux
PELUX is an open source, GENIVI compliant development platform that supports the Qt Automotive Suite
Stars: ✭ 34 (+0%)
Mutual labels:  qt
dannyAVgleDownloader
知名網站avgle下載器
Stars: ✭ 27 (-20.59%)
Mutual labels:  qt
octoxbps
A Qt-based XBPS front end
Stars: ✭ 45 (+32.35%)
Mutual labels:  qt
QUaServer
Qt C++ wrapper for open62541 server stack
Stars: ✭ 78 (+129.41%)
Mutual labels:  qt
Qss
Qt Style Sheets Library With Custom TitleBar!!!
Stars: ✭ 61 (+79.41%)
Mutual labels:  qt
debayer
Debayer raw images automatically, with the option of outputting scene-linear aces exrs.
Stars: ✭ 26 (-23.53%)
Mutual labels:  openimageio
SWMM-EPANET User Interface
User interface for the Stormwater-Management-Model
Stars: ✭ 90 (+164.71%)
Mutual labels:  qt
Jkqtplotter
an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Stars: ✭ 246 (+623.53%)
Mutual labels:  qt
Swiftly
Swiftly is an easy to use Qt/C++ web framework
Stars: ✭ 20 (-41.18%)
Mutual labels:  qt
QtExamples
Translations of the official Qt examples into PyQt5 (also PySide2) and more.
Stars: ✭ 39 (+14.71%)
Mutual labels:  qt
qSIP
VoIP/SIP client (softphone)
Stars: ✭ 20 (-41.18%)
Mutual labels:  qt
OpenImageDebugger
An advanced in-memory image visualization plugin for GDB and LLDB on Linux, MacOS and Windows (experimental). Previously known as gdb-imagewatch.
Stars: ✭ 115 (+238.24%)
Mutual labels:  qt

QtOIIO - OIIO plugin for Qt

QtOIIO is a C++ plugin providing an OpenImageIO backend for image IO in Qt. It has been developed to visualize RAW images from DSLRs in Meshroom, as well as some intermediate files of the AliceVision framework stored in EXR format (i.e: depthmaps).

Continuous integration:

  • Windows: Build status

License

The project is released under MPLv2, see COPYING.md.

Get the project

Get the source code:

git clone --recursive git://github.com/alicevision/QtOIIO
cd QtOIIO

See INSTALL.md to build and install the project.

Usage

When added to the QT_PLUGIN_PATH, all supported image files will be loaded through this plugin.

This plugin also provides a QML Qt3D Entity to load depthmaps files stored in EXR format:

import DepthMapEntity 1.0

Scene3D {
  DepthMapEntity {
    source: "depthmap.exr"
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].