From f127ec18f2854be71aee040b5d4c873d55cc41af Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sat, 13 Oct 2001 15:54:31 +0000 Subject: [PATCH] Don't send gimp images with more then 8 bits/color. Patches from mh . Changed name of find-scanner to sane-find-scanner. Henning Meier-Geinitz --- Changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog b/Changelog index ae7af58..70da193 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +2001-10-13 Henning Meier-Geinitz + + * src/xscanimage.c: Fixed pnm output of images with a depth >8. + Don't send gimp images with more then 8 bits/color. Patches from + mh . Changed name of find-scanner + to sane-find-scanner. + 2001-09-05 Henning Meier-Geinitz * INSTALL: Added paragraph about gcc and GNU make and the C compiler.