From d579b5e8bf669918908c894304efd66ee79f179e Mon Sep 17 00:00:00 2001 From: jvech Date: Mon, 19 Jun 2023 13:11:29 -0500 Subject: fix: convolution filter fixed edge filters work --- src/ppm.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/ppm.h') diff --git a/src/ppm.h b/src/ppm.h index 5cf8b02..fa82d7a 100644 --- a/src/ppm.h +++ b/src/ppm.h @@ -5,10 +5,7 @@ #include #include -typedef struct Image { - uint8_t *data; - int32_t width, height, pixel_bits; -} Image; +#include "common.h" void ppm_read(const char *file, Image *img); void ppm_write(const char *file, Image *img); -- cgit v1.2.3-70-g09d2