This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, February 14, 2008 10:48:09 PM(UTC)
Groups: Registered
Posts: 2
hello,
i am load *.jpg file for ICR then give me error like
"Invalid File Format"
i am use Dll version "15.0.0.0"
plz help.
dkotadiya attached the following image(s):
#2
Posted
:
Friday, February 15, 2008 7:09:19 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
In the v15 .NET libraries, Invalid File Format means one of three things:
1.
The file is actually invalid or there's a problem with the codec. If you can load the same file in one of our pre-compiled demos that ship with the toolkit, then this is not the case.
2.
You did not call RasterCodecs.StartUp
3.
You are not including as a reference or copying to your .exe's directory the necessary codecs dll for the file format. These dlls follow the naming convention of Leadtools.Codecs.???.dll (e.g. Leadtools.Codecs.Tif.dll). To learn which dlls are necessary for a particular file format, please read the help file article "Files to be Included With Your Application" and find the row for the file format in question.
If you have any more questions or problems, please let me know.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.