Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
Forum membership is Free! Click
Join
to sign-up
Username:
Password:
Save Password
Forgot your Password?
All Forums
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
Compress color images
New Topic
Reply to Topic
Author
Topic
izaque
Brazil
95 Posts
Posted - Feb 24 2012 : 12:54:04
Hi, how can I compress color images as TIFF for example, that when I scan?
fab
1310 Posts
Posted - Feb 24 2012 : 14:08:30
Hi,
you have to specify a compression method using TIFF_Compression property.
For color images you can select ioTIFF_LZW, ioTIFF_JPEG and ioTIFF_PACKBITS (and other two non standard ways).
Example (a single page in TImageEnView):
ImageEnView.IO.Params.TIFF_Compression := ioTIFF_JPEG;
ImageEnView.IO.Params.SamplesPerPixel := 3;
ImageEnView.IO.Params.BitsPerSample := 8;
ImageEnView.IO.SaveToFile('output.tiff');
izaque
Brazil
95 Posts
Posted - Feb 27 2012 : 06:27:54
Ok, Thanks!
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page