ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Scanner -> Tiff w/LZW

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
rico Posted - Apr 28 2013 : 20:10:02
Hello!
I need to get some images from a scanner and stored in Tiff file with LZW-compression in monochrome. I have studied example of VIA-Stsanner, but could not figure out how to organize the program record in the Tiff file with the desired compression settings. Help me, please.

Best regards,
rico.
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 02 2013 : 02:21:35
Hi Rico

Sorry can you be more specific?

You might want to look at:

http://www.imageen.com/help/TIOParams.TIFF_Compression.html


Here's an example of saving a monochrome compressed image:

ImageEnView1.IO.Params.TIFF_Compression := ioTIFF_LZW;
ImageEnView1.IO.Params.BitsPerSample := 1;
ImageEnView1.IO.Params.SamplesPerPixel := 1;
ImageEnView1.IO.SaveToFile('D:\output.tif');


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com