Merge branch 'dev' into spot-removal-tool

This commit is contained in:
Hombre57
2019-12-08 00:37:54 +01:00
463 changed files with 16158 additions and 10338 deletions

View File

@@ -19,15 +19,13 @@
//
// A class representing a 8 bit rgb image without alpha channel
//
#ifndef _IMAGE8_
#define _IMAGE8_
#pragma once
#include "imageio.h"
#include "rtengine.h"
#include "imagefloat.h"
namespace rtengine
{
class Imagefloat;
class Image8 : public IImage8, public ImageIO
{
@@ -104,4 +102,3 @@ public:
};
}
#endif