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
 CropTool not functioning if layersCount>1

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
kturkay Posted - Apr 18 2021 : 17:18:30
Hi Sir,

Just Reporting: croptool not functioning if layers count is bigger than 1.
CropTool.dpr RotateAndCrop.dpr demos load only 1 layers and crop tool works as expected. but not functionig for multiple layers.

I wanttto croptool.enact to all layers under crop grip.
I tried a code as below but no difference. just not functioning.


for i := 0 to iev.LayersCount - 1 do
    iev.Layers[i].Cropped := True;

iev.LayersCropped := True;
iev.Update;


(I temporary resolved to merge all layers into one to make croptool work.)
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 19 2021 : 00:50:02
Hi

Multi-layer cropping is not yet supported, but we will look into it after the release of 10.0.

Nigel
Xequte Software
www.imageen.com