Search found 1 match

by nalwec
Mon Jun 29, 2009 7:19 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Despeckling multipage tifs
Replies: 1
Views: 7624

Despeckling multipage tifs

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 th...