From d95e93bf70f3351e6fd489284794ef7909fd94ce Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 4 Oct 2015 15:35:30 -0400 Subject: Make striping optional. --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index 62038a4..07ecc45 100644 --- a/options.h +++ b/options.h @@ -40,6 +40,7 @@ typedef enum { typedef struct { unsigned int bit_depth; mode_t mode; + bool stripe; selection_t selection; color_space_t color_space; unsigned int width, height; -- cgit v1.2.3