How can I change the ultra-violet image on my SmartSource Pro?

How can I change the ultra-violet image on my SmartSource Pro?

Ranger provides an INI option that you can use to set the preference on UV image type.  The option is located in a file called CapiOptions.ini.
This article will help you find the INI file on your operating system:
Where are the Ranger INI files located?

Here's the option that you can change:
  1. [Image.UV]
  2. // COMPRESSIONTYPE
  3. //  9 = CCITT Group 4 Ultraviolet
  4. // 10 = CCITT Group 4 Ultraviolet Inverted
  5. // 11 = JPEG Ultraviolet
  6. // 12 = JPEG Ultraviolet Inverted
  7. // The default is 10.
  8. COMPRESSIONTYPE=10

In the following example we will set the option to 12 for "JPEG Ultraviolet Inverted".

You can set this value by calling Ranger.SetDriverOption("Image.UV", "COMPRESSIONTYPE", "12");

Ranger reads this option's value when you call Ranger.EnableOptions().

IF you want a higher resolution UV image you can set the following options. 
Setting "TREATSNIPPETASIMAGE=1" will overwrite the [Image.UV] settings.
  1. [Image.UIMFRONTIMG3]
  2. // COMPRESSIONTYPE
  3. //  0 = Disabled
  4. //  5 = Full Resolution JPEG
  5. // 15 = Full Resolution JPEG Ultraviolet
  6. // 16 = Full Resolution JPEG Ultraviolet Inverted
  7. // The default is 0.
  8. COMPRESSIONTYPE=15

  9. //TREATSNIPPETASIMAGE
  10. // 0 = Snippet is obtained via passthrough calls (default).
  11. // 1 = COMPRESSIONTYPE will determine in
  12. //           which image buffer the snippet will be stored.
  13. //           5 - Snippet will be stored in GS buffer
  14. //           15-16 Snippet will be stored in UV buffer.
  15. // The default is 0.
  16. TREATSNIPPETASIMAGE=1

Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com