tmo_reinhard02.cpp (pfstools-2.1.0.tgz) | : | tmo_reinhard02.cpp (pfstools-2.2.0.tgz) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
* Tonemap.c University of Utah / Erik Reinhard / October 2001 | * Tonemap.c University of Utah / Erik Reinhard / October 2001 | |||
* | * | |||
* File taken from: | * File taken from: | |||
* http://www.cs.utah.edu/~reinhard/cdrom/source.html | * http://www.cs.utah.edu/~reinhard/cdrom/source.html | |||
* | * | |||
* Port to PFS tools library by Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de> | * Port to PFS tools library by Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de> | |||
* | * | |||
* $Id: tmo_reinhard02.cpp,v 1.4 2009/04/15 11:49:32 julians37 Exp $ | * $Id: tmo_reinhard02.cpp,v 1.4 2009/04/15 11:49:32 julians37 Exp $ | |||
*/ | */ | |||
#define _USE_MATH_DEFINES | ||||
#include <cmath> | ||||
#include <config.h> | #include <config.h> | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <math.h> | #include <math.h> | |||
#include "pfstmo.h" | #include "pfstmo.h" | |||
#ifdef HAVE_ZFFT | #ifdef HAVE_ZFFT | |||
#include <fft.h> | #include <fft.h> | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |