Description: Plug-in opens hdr images previews in weak quality, but it allows to open tone mapping manager with tone mapping operators plug-ins. To use extended opening use QImageReader with "hdr:e" format(see GrEEn source for reference).Last changelog:
Hello mchara,
Thanks for the plugin
But i have having the following error while compiling it.
********************************'
CSimpleOperator.cpp:12:18: error: Math.h: No such file or directory
In file included from CSimpleOperator.hpp:15,
from CSimpleOperator.cpp:13:
ui_CSimpleOperator.h:20:24: error: cspinbox.hpp: No such file or directory
In file included from CSimpleOperator.hpp:13,
from CSimpleOperator.cpp:13:
CToneMapperBase.hpp:19: error: expected initializer before ‘CToneMapperBase’
make[2]: *** [CSimpleOperator.o] Error 1
make[2]: Leaving directory `/home/sajjad/downloads/QtApp/HDRReader/Green/src/Qt_Extensions/HighRadiance/ToneMappingMgr'
make[1]: *** [sub-ToneMappingMgr-make_default] Error 2
make[1]: Leaving directory `/home/sajjad/downloads/QtApp/HDRReader/Green/src/Qt_Extensions/HighRadiance'
make: *** [sub-HighRadiance-make_default] Error 2
*******************************'
what about common used .pro project files?! or even CMake-files?
some people still not using dev-cpp (strange, isn't?)
I have no nor dev-cpp, nor Qt4.3.2 (in strnge fu???ng path) and I wantn't to rewrite Makefile by hands everytime.
How I can to build grEEn?!
calling
set qtdir = ...
set mingwdir = ...
make all -fmakefile.1
from command line should be enought, however i'll add pro files soon if it's really a problem - just thought that simple calling make will be easy enough.
Oh, i see now.
My mistake, try 'replace all' on makefile or just copy gcc files to directory 4.3.2 as a temporary solution.
I'll try to add pro files or make those makefiles more intelligent as soon as possible.
Ratings & Comments
5 Comments
Hello mchara, Thanks for the plugin But i have having the following error while compiling it. ********************************' CSimpleOperator.cpp:12:18: error: Math.h: No such file or directory In file included from CSimpleOperator.hpp:15, from CSimpleOperator.cpp:13: ui_CSimpleOperator.h:20:24: error: cspinbox.hpp: No such file or directory In file included from CSimpleOperator.hpp:13, from CSimpleOperator.cpp:13: CToneMapperBase.hpp:19: error: expected initializer before ‘CToneMapperBase’ make[2]: *** [CSimpleOperator.o] Error 1 make[2]: Leaving directory `/home/sajjad/downloads/QtApp/HDRReader/Green/src/Qt_Extensions/HighRadiance/ToneMappingMgr' make[1]: *** [sub-ToneMappingMgr-make_default] Error 2 make[1]: Leaving directory `/home/sajjad/downloads/QtApp/HDRReader/Green/src/Qt_Extensions/HighRadiance' make: *** [sub-HighRadiance-make_default] Error 2 *******************************'
what about common used .pro project files?! or even CMake-files? some people still not using dev-cpp (strange, isn't?) I have no nor dev-cpp, nor Qt4.3.2 (in strnge fu???ng path) and I wantn't to rewrite Makefile by hands everytime. How I can to build grEEn?!
calling set qtdir = ... set mingwdir = ... make all -fmakefile.1 from command line should be enought, however i'll add pro files soon if it's really a problem - just thought that simple calling make will be easy enough.
I have gcc3.4.5 - not 3.4.2 so I need to fix Makefile by hand :(
Oh, i see now. My mistake, try 'replace all' on makefile or just copy gcc files to directory 4.3.2 as a temporary solution. I'll try to add pro files or make those makefiles more intelligent as soon as possible.