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
 Problem with loading J2K (jpeg2000)
 New Topic  Topic Locked
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

graphman

259 Posts

Posted - Mar 09 2013 :  12:44:30  Show Profile
LoadFromFileAuto
LoadFromFileJP2

without success

graphman

259 Posts

Posted - Mar 09 2013 :  12:49:51  Show Profile
ImageEn 4.3.0
C++ Builder 2010
Go to Top of Page

w2m

USA
1990 Posts

Posted - Mar 09 2013 :  17:06:34  Show Profile
Show us some code so we do not have to guess what you are trying to do. Also you could try posting the image you are attempting to load so we can look at it. Does the image load with LoadFromFile(AFilename)?

William Miller
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Go to Top of Page

graphman

259 Posts

Posted - Mar 10 2013 :  05:51:47  Show Profile
I have written before:

I use
LoadFromFileAuto and LoadFromFileJP2

ImageEvView1->IO->LoadFromFileAuto(filename)

I have sent my file ( support@xequte.com and w2m@frontiernet.net ).
Thanks

Go to Top of Page

graphman

259 Posts

Posted - Mar 10 2013 :  06:07:35  Show Profile
> Does the image load with LoadFromFile(AFilename)?

Doesn't
Go to Top of Page

w2m

USA
1990 Posts

Posted - Mar 10 2013 :  07:31:50  Show Profile
The file you sent me does not open in any program including commercial apps. When the file is loaded it is reported as corrupt. ImageEn loads the file with LoadFromFile but it is blank.

William Miller
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Go to Top of Page

graphman

259 Posts

Posted - Mar 10 2013 :  08:23:19  Show Profile
I can open this file with AcdSee
Go to Top of Page

w2m

USA
1990 Posts

Posted - Mar 10 2013 :  10:03:50  Show Profile
When Fabrizio looks at the file I assume he will advise you what the problem is. You can fix the file so it loads into ImageEn with LoadFromFile by using SaveAs in ACDSee.

William Miller
Go to Top of Page

graphman

259 Posts

Posted - Mar 10 2013 :  12:35:15  Show Profile
GIMP and Manifold GIS also allow to open.

You can get the originals at
http://gis.ny.gov/gateway/mg/2011/seneca/11ic_t_covert_c24_4bd.htm
Go to Top of Page

graphman

259 Posts

Posted - Mar 10 2013 :  14:37:43  Show Profile
My mistake Infranview not GIMP.
Go to Top of Page

fab

1310 Posts

Posted - Mar 10 2013 :  23:39:41  Show Profile
This file cannot be open using current version of ImageEn (this is a gray scale with four channels). Next version will be able to read it: however only 64 bit version will be able load it (or using the external ielib.dll library for 32 bit).
Go to Top of Page

graphman

259 Posts

Posted - Mar 11 2013 :  03:45:04  Show Profile
> or using the external ielib.dll library for 32 bit

I need 32 bit version.
How to get this ielib.dll
I need more information
Go to Top of Page

Uwe

284 Posts

Posted - Mar 11 2013 :  10:47:38  Show Profile
quote:
Next version will be able to read it: however only 64 bit version will be able load it (or using the external ielib.dll library for 32 bit).

The code of yet another 32bit feature becoming unavailable because it's moved to the closed-source 32bit ielib.dll? Really? Why am I paying for the (as advertised!) full source code version once again ... ?

Uwe

PS:
Some food for thought: https://forums.embarcadero.com/thread.jspa?threadID=84331&tstart=0
Go to Top of Page

xequte

38514 Posts

Posted - Mar 11 2013 :  22:35:06  Show Profile
Uwe,

???

Just two weeks ago I sent you the source for ielib 32 and 64bit....


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

graphman

259 Posts

Posted - Mar 12 2013 :  01:39:09  Show Profile
> or using the external ielib.dll library for 32 bit

I need 32 bit version.
How to get this ielib.dll ?
I need more information

When the next version is going to be available?
Go to Top of Page

Uwe

284 Posts

Posted - Mar 12 2013 :  08:23:34  Show Profile
Nigel

You sent me a link to a 64bit version because you insisted that the code of the 32bit version of ielib.dll is not part of the full source distribution we all paid for. Do I really have to link in the thread where you stated that publicly?

Uwe
Go to Top of Page

fab

1310 Posts

Posted - Mar 12 2013 :  11:07:57  Show Profile
Sorry Uwe, but I don't understand what you mean. 32 and 64 bit versions of ielib share the same source code (it is just a parameter of Visual Studio project).
I really don't know what you need more.
Go to Top of Page

xequte

38514 Posts

Posted - Mar 12 2013 :  12:19:24  Show Profile
Hi Uwe

At the time we had the original discussion, we considered the use of IELib32 as purely optional, but we then realized that there may be situations like this (where it is not possible or practical to add the feature to the native release) so decided to make the source for both versions available.

The native source of ImageEn has always been the priority in our development and the use of DLL's is not expected to change that. We initially only expected to use a DLL for the 64bit version (required for compatibility), but it was hard to ignore the performance benefits offered by IELib in the 32bit version too (which we could not have achieved compiling under Delphi)

Also, use of the DLL does not mean a reduction in native code as it generally only replaces code that is supported by obj files anyway.


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

graphman

259 Posts

Posted - Mar 12 2013 :  13:55:58  Show Profile
Can you answer my questions?
Go to Top of Page

xequte

38514 Posts

Posted - Mar 12 2013 :  15:02:46  Show Profile
Hi

If you have the latest version then ielib32.dll is in the \DLL\ folder of your ImageEn installation folder.

Please also review this section which explains the defines that need to be made in ie.inc

http://www.xequte.com/imageen/help/ImageEn/64bit%20Support%20and%20DLLs.html


This does not include the J2K fix, but that will be included in the next update.

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

graphman

259 Posts

Posted - Mar 14 2013 :  14:58:00  Show Profile
When the next version is going to be available?
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
Jump To: