Rank: Advanced Member Groups: Member
Joined: 12/18/2007 Posts: 40 Points: 23
|
Hi,
suppose we have a tiff file in hard disk, that contains 5 pages. We want to delete page 3. How can we do this? I can guess that we can create a new file, and iterating through all pages except page 3, we can save it, this i can imagine. I just ask if there is a more simply way/method like bitmap.DeletePage(3) for example, or something familiar.
Thanks in advance
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 1/31/2005 Posts: 369 Points: 352
|
Hello,
No, unfortunately GraphicsMill doesn't support multipage TIFF editing. You should create new file and copy all necessary frames from the original file.
Best wishes, Alex.
|