Page 1 of 1

Despeckling multipage tifs

Posted: Mon Jun 29, 2009 7:19 pm
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?

Re: Despeckling multipage tifs

Posted: Wed Jul 01, 2009 8:15 am
by Alex
Hello,

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

Best regards, Alexander