Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要重写一些未压缩的 tiff 文件行。问题是我需要这样做而不将整个文件复制到另一个地方。
我发现的唯一方法是阅读规范并编写我自己的代码来处理 tiff 文件。
libtiff 不允许打开文件进行读写。libgeotiff 是基于 libtiff 的。gdal 也不允许就地编辑文件。
GDAL 是执行此操作的最佳库。