BACKGROUND: My application allows users to select which directory in a multi-page tiff they want to view and draw shapes onto. Simple shapes such as a circle or square are allowed.
ISSUE: After a user has edited one of the images in my multi-page tiff, is it possible to update just the modified directories? It doesn't appear you can do this with the libtiff.net api.
It appears I need to recreate the entire tiff and each directory to handle this scenario.
Thanks,