|
|
@ -18,6 +18,10 @@ along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
#if defined(HAVE_CONFIG_H)
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// System
|
|
|
|
// System
|
|
|
|
#include <math.h>
|
|
|
|
#include <math.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdio.h>
|
|
|
@ -39,8 +43,12 @@ extern "C" {
|
|
|
|
#include <kdebug.h>
|
|
|
|
#include <kdebug.h>
|
|
|
|
|
|
|
|
|
|
|
|
// Exiv2
|
|
|
|
// Exiv2
|
|
|
|
|
|
|
|
#if defined(HAVE_EXIV2_EXIV2_HPP)
|
|
|
|
|
|
|
|
#include <exiv2/exiv2.hpp>
|
|
|
|
|
|
|
|
#else
|
|
|
|
#include <exiv2/exif.hpp>
|
|
|
|
#include <exiv2/exif.hpp>
|
|
|
|
#include <exiv2/image.hpp>
|
|
|
|
#include <exiv2/image.hpp>
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// Local
|
|
|
|
// Local
|
|
|
|
#include "imageutils/imageutils.h"
|
|
|
|
#include "imageutils/imageutils.h"
|
|
|
|