I need to rewrite some lines of uncompressed tiff file. The probles is that I need to do it without copying entire file to another place.
Only way I found is to read the specifications and write my own code to work with tiff files.
libtiff doesn't allow to open file for read and write. libgeotiff is libtiff based. gdal also doesn't allow in place editing of files.