Despeckling multipage tifs

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
nalwec
Posts: 1
Joined: Mon Jun 29, 2009 7:05 pm

Despeckling multipage tifs

Post by nalwec »

I have a large multipage tif file which I need to manipulate - add pages, remove pages, etc. But the first thing I need to do is despeckle it. I read it into a TiffFile, enumerate through the Pages, GetImage() for each page, convert it to a VSTwainImage, despeckle it, add it to a new TiffFIle. Is this the best way?
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Despeckling multipage tifs

Post by Alex »

Hello,

Yes, it's the best way at the moment.

Best regards, Alexander
Post Reply