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
 Manipulating pixel in TIFF file
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

poetix.nudix

Indonesia
1 Posts

Posted - Dec 16 2015 :  01:02:49  Show Profile  Reply
Hi all!!
Does ImageEn enable me to check each and every pixel in tiff file and get the CMYK value from the pixel that I check. And also edit the CMYK value on that pixel.

Thanks.

klausdoege

Germany
389 Posts

Posted - Dec 16 2015 :  03:32:16  Show Profile  Reply
Hi,
yes you can work with CMYK Pixels,
see description in Helpfile ImageEn.chm.

Example:
var mycmyk:TCMYK;
Imageenview.IEBitmap.Pixels_ieCMYK[x,y]:= myCMYK;
or
MyCMYK:= Imageenview.IEBitmap.Pixels_ieCMYK[x,y];


Declaration

property Pixels_ieCMYK[x, y: integer]: TCMYK;

Description

Gets/sets one pixel value in CMYK true color images (ieCMYK pixelformat).
This function doesn't perform a range check test.


Klaus
www.klausdoege.de
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: