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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
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
 IEBitmap.PixelFormat versus Proc.ConvertTo
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

JonMRobertson

USA
32 Posts

Posted - Aug 18 2023 :  10:47:18  Show Profile  Reply
Related to my last post on converting to 8-bit, what is the difference between
ImageEnView1.IEBitmap.PixelFormat := ie8p;
and
ImageEnView1.Proc.ConvertTo(256);
Thanks!

Jon

xequte

38613 Posts

Posted - Aug 18 2023 :  19:06:54  Show Profile  Reply
Hi Jon

When setting PixelFormat := ie8p; it does an optimized 24RGB->8p conversion. With ConvertTo(256) it uses a general method to reduce the color depth.

Also see:

https://www.imageen.com/help/TIEGlobalSettings.AutoSetBitDepth.html

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: