This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, August 20, 2007 1:43:41 AM(UTC)
Groups: Registered
Posts: 4
Hi,
Here I am trying to load a Tif image but getting an error in Load() function . The error what i'm getting is "Invalid File Format".
Can please anyone tell how to solve this problem.
Leadtools.Codecs.
RasterCodecs codcs = new Leadtools.Codecs.RasterCodecs();
IRasterImage RasImg1 = codcs.Load("D:\\DOXIO23.tif");
#2
Posted
:
Monday, August 20, 2007 4:00:26 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
In most cases, the reason for this is that you did not include all the needed LEADTOOLS codec DLL files in your application, such as Leadtools.Codecs.Tif.dll and Leadtools.Codecs.Fax.dll (For loading TIF images).
For a list of needed files, see the help topic "Files To Be Included With Your Application"
#3
Posted
:
Tuesday, August 21, 2007 3:58:33 AM(UTC)
Groups: Registered
Posts: 4
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.