From: Bastian Dehn Date: Sun, 4 Feb 2024 18:50:36 +0000 (+0100) Subject: convert to pnm X-Git-Tag: v1.0.0^2~344^2~13 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=b353a76588a41a3a6a9e5086dc65310e7e6ff5cb;p=sane-kds-s2000w-net.git convert to pnm --- diff --git a/src/kds_s2000w_image_converter.c b/src/kds_s2000w_image_converter.c index 7607b8d..1a369bb 100644 --- a/src/kds_s2000w_image_converter.c +++ b/src/kds_s2000w_image_converter.c @@ -37,7 +37,7 @@ void kds_s2000w_convert_jpg_to_pnm(const char* filename) exception = AcquireExceptionInfo(); image_info = CloneImageInfo(NULL); strcpy(image_info->filename, "output_test.jpg"); - WriteImages(image_info, input_image, "output.jpg", exception); + WriteImages(image_info, input_image, "output.pnm", exception); DestroyImageInfo(image_info); DestroyImage(input_image);