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 15, 2007 9:49:21 AM(UTC)
Groups: Registered
Posts: 2
I've been using the RasterImage object with the .net (Image) class to load the file
into the RasterImage.
Essentially my problem is this, the .net image class doesn't support JPEG compressed Tiff's. How can I load an image into RasterImage without using the .net Image class?
#2
Posted
:
Monday, February 19, 2007 12:37:49 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can use the LEADTOOLS RasterCodecs Class to load images into
the RasterImage. This class supports loading JPEG compressed TIFF images.
You can find code sample in the "RasterCodecs.Load
Method" topic in the .NET help file.
#3
Posted
:
Tuesday, February 20, 2007 3:12:44 PM(UTC)
Groups: Registered
Posts: 2
Thank-you.
You made my day.
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.