Yet another digital image processor Code
Status: Planning
Brought to you by:
fftb
File | Date | Author | Commit |
---|---|---|---|
bin | 2006-12-21 | fftb | [r1] |
build | 2006-12-21 | fftb | [r1] |
debug | 2006-12-21 | fftb | [r1] |
release | 2006-12-21 | fftb | [r1] |
resources | 2007-01-03 | sigischwarz | [r4] |
src | 2007-05-05 | fftb | [r14] Added a readme for compiling on win32 |
TODO.txt | 2007-04-05 | fftb | [r5] Added some rudimentary EXIF metadata functionality |
gpl.txt | 2006-12-21 | fftb | [r1] |
readme.txt | 2007-05-05 | fftb | [r14] Added a readme for compiling on win32 |
yadipe.pro | 2007-05-05 | fftb | [r14] Added a readme for compiling on win32 |
[README] [Compiling on Windows] _Requirements: Exiv2 library, available on [http://exiv2.org/] _Download and install MSYS [http://www.mingw.org/msys.shtml], it enables us to run the configure script for libexiv2. _Download and install the open source version of Qt 4.2 [http://www.trolltech.com/developer/downloads/qt/windows] which includes MinGW. _Compiling libexiv2: Extract libexiv2 and open MSYS command line. ./configure --enable-static --disable-shared --with-iconv=$PWD/../../ --prefix=$PWD/../../ --without-zlib make make install _Compiling Yadipe: You can use TortoiseSVN [http://tortoisesvn.tigris.org/] to get Yadipe via Subversion from [https://yadipe.svn.sourceforge.net/svnroot/yadipe]. Open a command line (use the one from the Qt menu in Windows start menu). qmake yadipe.pro mingw32-make [Compiling on Linux] _Requirements: Exiv2 library, available for a lot of distributions. Use the particular package manager to get and install it. _You also need Qt 4.2 and Subversion installed on your system. The project's repository can be checked out through SVN with the following instruction set: svn co https://yadipe.svn.sourceforge.net/svnroot/yadipe yadipe _Compiling Yadipe: cd yadipe/ qmake make [Add TIFF image format support] TiffIO [http://artis.imag.fr/Software/TiffIO/] is a Qt plugin that adds TIFF images read/write capabilities to Qt4 applications. Download and compile it for your platform and put it to [/path/to/Qt/plugins/imageformats/].