aboutsummaryrefslogtreecommitdiff
path: root/pnm
diff options
context:
space:
mode:
Diffstat (limited to 'pnm')
-rw-r--r--pnm/pbm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pnm/pbm.scm b/pnm/pbm.scm
index b8e3178..b3d2c3c 100644
--- a/pnm/pbm.scm
+++ b/pnm/pbm.scm
@@ -55,4 +55,4 @@
(copy-bit (- 7 bit-idx) byte b)))))
(unless (= byte-count (bytevector-length data))
(error (string-append "(pnm pbm) make-pbm-image: Invalid bytevector length" byte-count)))
- (make-image 'pbm width height 1 data pixel-getter pixel-setter)))))
+ (make-image 'pbm width height #t data pixel-getter pixel-setter)))))