Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

mardy/qtraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is now read-only and won't be updated anymore. Please get QtRaw from here.

QtRaw

Qt image plugin for loading raw files, via libraw. Once installed, it enables all Qt applications to load raw files produced by most digital cameras.

The code is licensed udner the GPL v3 licence. If you need to distribute it under a different license, please contact me at info@mardy.it

INSTALL

The QtRaw plugin depends on Qt and libraw. In order to build it, make sure you have the necessary development packages installed. Under Ubuntu, this can be achieved by running these commands:

sudo apt-get install libraw-dev qtbase5-dev

for building with Qt 5, or

sudo apt-get install libraw-dev libqt4-dev

for building with Qt 4. Alternatively, you can find the libraw source code at http://www.libraw.org/download

Once the dependencies are set up, the following commands will build and install the plugin into your system:

qmake make sudo make install

If everything worked correctly, all Qt applications should be able to load and display raw camera files.

About

Qt image plugin for loading raw files, via libraw

Resources

Stars

Watchers

Forks

Packages

No packages published