Thread: [TEC] Modding SH3
View Single Post
Old 04-24-16, 04:57 AM   #24
Fahnenbohn
Ace of the Deep
 
Join Date: Sep 2013
Location: France
Posts: 1,072
Downloads: 155
Uploads: 0
Default

Quote:
Originally Posted by Tycho View Post
In the reverse case, you create "TgaToRaw.bat" with the following line:
Code:
"D:\Programs\ImageMagick\convert.exe" -depth 8 -size 2160x1080 TerrainTypes.tga TerrainTypes.gray
This code is also working :
Code:
"D:\Programs\ImageMagick\convert.exe" -depth 8 -size 2160x1080 TerrainTypes.tga gray:TerrainTypes.raw
Fahnenbohn is offline   Reply With Quote