From cca66b9ec4e494c1d919bff0f71a820d8afab1fa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:24:48 +0200 Subject: Adding upstream version 1.2.2. Signed-off-by: Daniel Baumann --- src/3rdparty/autotrace/bitmap.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/3rdparty/autotrace/bitmap.h (limited to 'src/3rdparty/autotrace/bitmap.h') diff --git a/src/3rdparty/autotrace/bitmap.h b/src/3rdparty/autotrace/bitmap.h new file mode 100644 index 0000000..0f9b45a --- /dev/null +++ b/src/3rdparty/autotrace/bitmap.h @@ -0,0 +1,13 @@ +/* bitmap.h: definition for a bitmap type. No packing is done by + default; each pixel is represented by an entire byte. Among other + things, this means the type can be used for both grayscale and binary + images. */ + +#ifndef BITMAP_H +#define BITMAP_H + +#include "autotrace.h" +#include "input.h" +#include + +#endif /* not BITMAP_H */ -- cgit v1.2.3