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
 Why PDStoJPEG Merged Pixel Color ?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

MIRIDIH

Korea
1 Posts

Posted - Aug 03 2015 :  23:30:48  Show Profile  Reply

    ImageEnIO1.LoadFromFile(OpenDialog1.FileName);

    ImageEnIO1.Params.JPEG_ColorSpace := ioJPEG_CMYK;

    temp.c := 200;
    temp.m := 0;
    temp.y := 0;
    temp.k := 0;

    ImageEnIO1.IEBitmap.Pixels_ieCMYK[100,100] := temp;

    temp.c := 0;
    temp.m := 200;
    temp.y := 0;
    temp.k := 0;

    ImageEnIO1.IEBitmap.Pixels_ieCMYK[100,101] := temp;

    temp.c := 0;
    temp.m := 0;
    temp.y := 200;
    temp.k := 0;

    ImageEnIO1.IEBitmap.Pixels_ieCMYK[101,100] := temp;

    temp.c := 0;
    temp.m := 0;
    temp.y := 0;
    temp.k := 200;

    ImageEnIO1.IEBitmap.Pixels_ieCMYK[101,101] := temp;

    ImageEnIO1.SaveToFileJpeg(ExtractFileDir(OpenDialog1.FileName) + '\result_' + ImageEnIO1.Params.FileTypeStr + '.jpg');


attach/MIRIDIH/201583233033_test.zip
1539.14 KB

xequte

38514 Posts

Posted - Aug 05 2015 :  18:45:21  Show Profile  Reply
Hi

Sorry, can you explain your issue?


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: