Closed AmyMcD75 closed 1 year ago
Apparently there are several formats not supported via the windows codec that SkiaSharp imports which is weird that windows only supports the other 3 in the lib. I am going to remove BMP support for now till its supported across all platforms. BMPs are very large in comparison to the other formats so those are more preferred any way.
Using Version 3.0.0, and using the SaveImage method with a Bmp SaveType.
Barcodelib is coming back with this error message:
ESAVEIMAGE-1: Could not save image.
======================= Object reference not set to an instance of an object.
Bmp is a valid Save type, so why am I getting this error message?