seekoer
路人甲
路人甲
  • 注册日期2003-09-23
  • 发帖数20
  • QQ
  • 铜币213枚
  • 威望0点
  • 贡献值0点
  • 银元0个
阅读:6048回复:14

tif 转img批处理

楼主#
更多 发布于:2003-09-23 22:05
/*
** IMAGINE Version 8.4 Batch Commands File
*/
variable input User;
variable output Auto "$(input.Path)$(input.Root).img";

importtif -inputfilename '$(input)' -outputfilename '$(output)' -upperleft '$(input.Ulx)' '$(input.Uly)' -lowerright '$(input.Lrx)' '$(input.Lry)' -coordinatetype MAP -pixeltype u8 -compressionname None -subsample
喜欢0 评分0
游客

返回顶部