From: Bastian Dehn Date: Fri, 1 Mar 2024 17:30:15 +0000 (+0100) Subject: remove input image properties X-Git-Tag: v1.0.0^2~147 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=93724446332eafcdb62bfbc4e223cfd9c2bbf164;p=sane-kds-s2000w-net.git remove input image properties --- diff --git a/src/kds_s2000w_image_converter.c b/src/kds_s2000w_image_converter.c index 42e4710..ecd285e 100644 --- a/src/kds_s2000w_image_converter.c +++ b/src/kds_s2000w_image_converter.c @@ -37,6 +37,7 @@ void kds_s2000w_convert_jpg_to_pnm_with_depth(blobdata* in, blobdata* out, int d const char* streamname = "streamin.jpg"; strcpy(image_info->filename, streamname); input_image = BlobToImage(image_info, in->data, in->size , exception); + input_image->properties = NULL; if (exception->severity != UndefinedException) CatchException(exception);