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?