Knowledge Base
Knowledgebase

Knowledgebase Home > C  |  Home  | Contact Knowledgebase Home  |  Home  | Contact
Search the Knowledgebase Browse by Category
C
There were 5 questions found in this category:
  1. Does the current version of the VisImage C/C++ toolkit support reading of images that were compressed using LZW?
    Yes, we do provide this support.

  2. Does the VisImage C/C++ toolkit support MO:DCA?
    Our toolkits have always supported, and will continue to support, export capabilities of bitonal images to MO:DCA/IOCA. Compressions supported for export include MMR, G3, G32d, G4, etc.

    Visionary Solutions has opted to discontinue library edits for MO:DCA/IOCA image files sen...


  3. Does the VisImage Pro C Toolkit Support 1bpp TIFF LZW?
    We do not offer support for this format. We, do, however, support 1bpp GIF LZW.

  4. I'm getting a VALUES_OUT_OF_RANGE error when merging a 4 bit color TIFF and a G4 Fax TIFF. What's the problem?
    You are getting a value out of range error when using the vimg_merge_bitmaps function because your source and operator images must be the same bitdepth.  If the two images to be merged aren't of the same color level, then they don't "fit". Use vimg_promote_to_8 follo...

  5. We have a bitonal image which needs to be darkened. What convolution matrix can we use to darken the image?
    I don't think what you want to do is darken the image since this would darken the whites as well. Instead you want to apply a dilation filter. There are some other approaches as listed below:

    Approach 1
    - Promote to 8bpp
    - Convert to grayscale
    - Apply kernel {1, ...



©1995-2007 Visionary Solutions. All rights reserved.