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
 How to convet bitmap to other color profile
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

ohadnet

2 Posts

Posted - Apr 15 2015 :  09:43:08  Show Profile  Reply

I need to replace/convert RGB channels to CMYK channels respectively ,
How can it be done..

I need a working example

Many thanks

Ohad

function ConvertBitmap(Bitmap: TIEBaseBitmap; DestPixelFormat: TIEPixelFormat; DestProfile: TIEICC): boolean;


Description

Transforms the same bitmap from current profile to the destination profile.
Returns False if it cannot perform the transformation.

xequte

38510 Posts

Posted - Apr 21 2015 :  04:02:12  Show Profile  Reply
Hi Ohad

To convert from RGB to CMYK you need only call:

ImageEnView.IEBitmap.PixelFormat := ieCMYK;

Notes:
- When setting PixelFormat directly, ImageEn uses sRGB ICC profile to convert from RGB to CMYK.
- ImageEnView.LegacyBitmap must be False.


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