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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Why PDStoJPEG Merged Pixel Color ?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
MIRIDIH Posted - Aug 03 2015 : 23:30:48

    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
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 05 2015 : 18:45:21
Hi

Sorry, can you explain your issue?


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com