From c853ffb5b2f75f5a889ed2e3ef89b818a736e87a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:50:49 +0200 Subject: Adding upstream version 1.3+ds. 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