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.
こんにちは、標準の tif ファイルがあり、多層 tiff を作成したいと考えています。
インターネットでそれを行う方法について何かを見つけることができるようです。
助けてください。
ありがとう。
convert [source image] -define tiff:tile-geometry=256x256 -compress jpeg 'ptif:o.tif'
これにより、ソースからレイヤー化された tif が作成され、imagemagick を使用して o.tif という名前が付けられます。