T O P I C R E V I E W |
graph_man |
Posted - Jun 13 2017 : 14:36:25 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 |
5 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jun 27 2017 : 22:40:47 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
|
graph_man |
Posted - Jun 27 2017 : 17:54:35 Did you receive my message? |
xequte |
Posted - Jun 14 2017 : 20:00:11 Hi
You should email me at: nigel@xequte.com
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
graph_man |
Posted - Jun 14 2017 : 02:41:54 > 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. |
xequte |
Posted - Jun 13 2017 : 21:18:32 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
|