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
 cropsel bug ?

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
pierrotsc Posted - Jan 23 2019 : 10:18:12
If you modify the select and crop demo by adding true to the cropsel command

procedure TForm1.BitBtn_cropClick(Sender: TObject);
begin
  //ImageEnView1.AssignSelTo(ImageEnView1);
  if ( imageenview1.Selected )
    then ImageEnView1.Proc.CropSel(True)
    else ShowMessage ('Please select an area to crop with your mouse first!');
  ImageEnView1.Deselect;
end;


you get weird results. I thought it was my code but i was able to replicate it.

Anybody else see a strange behavior ?
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Feb 06 2019 : 14:04:02
We'll have a fix for this in 8.3.0 which will be released within a week or two.

Nigel
Xequte Software
www.imageen.com
pierrotsc Posted - Jan 23 2019 : 19:11:44
no problem..
xequte Posted - Jan 23 2019 : 17:15:50
Hi

Yes, I can reproduce and we will investigate shortly.

Nigel
Xequte Software
www.imageen.com