As of release 4.3.1.0-2.0.31.0, RangerForSmartPVA supports grayscale bmp or png images.
In
the .ini file located at C:\ProgramData\Silver Bullet
Technology\Ranger\Scanner
Plug-ins\Burroughs-SmartPVA\Burroughs-SmartPVA.ini
- [OptionalDevices]
- NeedFrontImage2 =true
- NeedRearImage2 =true
Please see the following code example for enabling these options to get grayscale PNG for front and rear:
- SetGenericOption("OptionalDevices", "NeedFrontImage2", "true");
- SetGenericOption("OptionalDevices", "NeedRearImage2", "true");
- SetDriverOptions("Image.FrontGrayscale", "COMPRESSIONTYPE", "21");
- SetDriverOptions("Image.RearGrayscale", "COMPRESSIONTYPE", "21");

Please note that these driver options will not work in conjunction with some other driver options