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
 ImageEn on other platforms

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
spetric Posted - Jul 04 2011 : 00:26:58
Hi,

I'm using ImageEn for quite a long time (with BCB). ImageEn package is absolutely no.1. package in the area of image viewing, image manipulation, layers handling, etc. I'm using it together with Intel IPL, OpenCV 1.0, and Scitech MGL 4 libraries (no need for image format conversion, just shared TIeBitma).

However, new version of OpenCV library (2.0) does not work with BCB/Delphi any more. No one has been able to fully compile and create libraries for Borland platform. Converting libraries to OMF does not yield any results.

To make a long story short, I'm considering in moving from Borland platform to some other platform, for my new projects. I've extensivly tested Qt framwork (with Qt Creator) for a couple of days and I must say that it's not elegant as when working with Borland VCLs, but it has some other advantages (at least, everything works OK with OpenCV 2.0).

Now, my question (and suggestion): Are there any plans of porting ImageEn to some other platform besides Borland/.NET? Not necessary some custom Qt qWidget, but something that I can use with other C++ compiler (MSVC, mingw, etc..)?

If not, I'll have to mimic some ImageEn features for my new projects and that's time consuming process and I'll never be able to cover all those rich features and commodity I have with ImageEn.

With best regards,
Sinisa Petric

1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Jul 04 2011 : 13:18:16
>Now, my question (and suggestion): Are there any plans of porting ImageEn to some other
>platform besides Borland/.NET? Not necessary some custom Qt qWidget, but something that
>I can use with other C++ compiler (MSVC, mingw, etc..)?

There is a project named ievision (written in C++), that initially will add some features to ImageEn, like OCR and vision, as external library (it is a dll). Maybe it will, in future, include several ImageEn features and acts as a independent library.
Note that that dll (a single DLL file) uses internally OpenCV 2.1 and some other libraries, and exports several OpenCV features directly to the Delphi environment.
I hope it will help.