LEADTOOLS Support
Imaging
Imaging SDK Questions
Poor Image Quality Only in RasterImageViewer
#1
Posted
:
Thursday, February 16, 2023 4:46:05 PM(UTC)
Groups: Registered
Posts: 1
I have an application where I download a TIFF from a webservice, save it off to the client's file structure, then load it up to display in the RasterImageViewer
Leadtools.Codecs.RasterCodecs.Startup();
using( Leadtools.Codecs.RasterCodecs codecs = new Leadtools.Codecs.RasterCodecs() )
{
imageViewer.Image = codecs.Load( filePath );
}
If I view the image through windows photo viewer or any other image viewer for that matter the document appears completely fine. It is only within the RasterImageViewer that we experience the loss in quality.
Can this be helped?
I have attached a screen shot of the same block of text in the image viewer as well as in regular windows photo viewer.
#2
Posted
:
Friday, February 17, 2023 10:27:34 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 163
Was thanked: 9 time(s) in 9 post(s)
Hello,
I have reached out to you via email for additional information. Do note the call to RasterCodecs.Startup() has been deprecated for several versions of the toolkit. Could you clarify what version of the toolkit you're using?
Nick Crook
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Poor Image Quality Only in RasterImageViewer
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.