Help-Wang Image Scan control 
Author Message
 Help-Wang Image Scan control

Hi,
Has anyone used the Wang Image Scan control that comes with VB5.0?
If so, how can u compress a colour scanned image. I have tried this:

imgscan1.filetype=TIFF
imgscan1.compressiontype=JPEG
imgscan1.compressioninfo=64

This does not work. When I tried to view the compressed image, it seemed
sort of corrupted. Please help.

ps: Is there a newer version of Wang Image Scan control that has JPEG in
its filetype?

I appreciate any suggestions. Thanks..




Tue, 15 Aug 2000 03:00:00 GMT  
 Help-Wang Image Scan control


Quote:
> Has anyone used the Wang Image Scan control that comes with VB5.0?
> If so, how can u compress a colour scanned image. I have tried this:
> imgscan1.filetype=TIFF
> imgscan1.compressiontype=JPEG
> imgscan1.compressioninfo=64
> This does not work. When I tried to view the compressed image, it seemed
> sort of corrupted. Please help.

I'm leaping to a conclusion here, because I haven't used the control
you mention.  But I *have* used the Wang Imaging application that
comes with NT 4.0, and it's a reasonable bet that that's based on the
same code, no?  Anyway, Wang Imaging's TIFF/JPEG code is brain damaged
beyond belief.  It follows an obsolete, ambiguous TIFF/JPEG specification,
and there are at least three demonstrable ways that it violates the
parts of that specification that aren't ambiguous.  There is no chance
on God's green earth that any non-Wang-based software will ever read
or write what Wang thinks is a TIFF/JPEG.

Try asking it for a plain JFIF-format JPEG, and you might possibly
get something that other software will deal with.

Alternatively, find a VB control written by more competent people.

                        regards, tom lane
                        organizer, Independent JPEG Group
                        member, TIFF Advisory Committee



Wed, 16 Aug 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. using image scan control wang (from imaging)

2. Help! Wang Imaging Professional - Imag Scan Control

3. Help needed on Wang Image Scan Control

4. Help needed on Wang Image Scan Control

5. Wang image scan control

6. I Need sample of WANG IMAGE SCAN CONTROL (VB)

7. Wang image scan control

8. Wang and/or Adobe Scan and Image Controls

9. Problem in Wang Image Scan Control.

10. Wang Image Scan Control

11. Wang Image Scan Control -> table insert

12. Wang image scan control

 

 
Powered by phpBB® Forum Software