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はこれを行うのに最適なライブラリです。