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
 Access violation - RemoveIsolatedPixels
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

graph_man

328 Posts

Posted - Jun 13 2017 :  14:36:25  Show Profile  Reply
simple demo:

void __fastcall TForm9::Button1Click(TObject *Sender)
{
if (OpenImageEnDialog1->Execute())
ImageEnIO1->LoadFromFileAuto(OpenImageEnDialog1->FileName);
}
//---------------------------------------------------------------------------

void __fastcall TForm9::Button3Click(TObject *Sender)
{
ImageEnProc1->RemoveIsolatedPixels(0, 8);
}
//---------------------------------------------------------------------------


ImageEn_Source_701_Beta_5

xequte

38616 Posts

Posted - Jun 13 2017 :  21:18:32  Show Profile  Reply
Hi

Is ImageEnProc1 connected to a TImageEnView? Or have you assigned an image to it?

Also, please note that for 7.0.1 Beta we have made some improvements to RemoveIsolatedPixels, so you may want to email us for it.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

graph_man

328 Posts

Posted - Jun 14 2017 :  02:41:54  Show Profile  Reply
> Is ImageEnProc1 connected to a TImageEnView?

Yes

> Also, please note that for 7.0.1 Beta we have made some improvements to RemoveIsolatedPixels, so you may want to email us for it.

Thanks. Please inform me.
Go to Top of Page

xequte

38616 Posts

Posted - Jun 14 2017 :  20:00:11  Show Profile  Reply
Hi

You should email me at: nigel@xequte.com

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

graph_man

328 Posts

Posted - Jun 27 2017 :  17:54:35  Show Profile  Reply
Did you receive my message?
Go to Top of Page

xequte

38616 Posts

Posted - Jun 27 2017 :  22:40:47  Show Profile  Reply
Yes, sorry for the delay. I need to check something in the source before responding. You should have it now.

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: