私の目標は、スプライトの組織をゲームで読み取れるように変換することです。私はいくつかのコマンドを実現しました:
convert skin.png -resize 133% skin-resize.png
convert skin-resize.png -crop 128x128+0+0 skin-resize-crop1.png
convert skin-resize.png -crop 128x128+128+0 skin-resize-crop2.png
convert skin-resize-crop2.png skin-resize-crop1.png +append montage.png
convert montage.png -background transparent -extent 256x256 -quality 0 montage_extend.png
スプライトの新しい構成は私には良さそうに見えますが、画像がゲームで認識されなくなり、Windows ソフトウェアで問題なく開くことができます。Photoshop で画像を開いてバックアップすると、何も変更せずに画像がゲームで認識されることに気付きました。違いを確認するために、2 つのイメージで「identify -verbose」を実行しました。次の点に気付きました。
imagemagick 6.8.1-9 (Windows 7) で生成された montage_extend.png
Alpha: none #00000000
Rendering intent: Perceptual
Gamma: 0.45455
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Interlace: None
Background color: black
Border color: srgba(223,223,223,1)
Matte color: grey74
Transparent color: none
Compose: Over
Page geometry: 680x340+256+0
Origin geometry: +256+0
Dispose: Undefined
Iterations: 0
Compression: Zip
Orientation: Undefined
Properties:
date:create: 2013-01-22T23:43:59+01:00
date:modify: 2013-01-23T00:29:50+01:00
png:bKGD : chunk was found (see Background color, above)
png:cHRM : chunk was found (see Chromaticity, above)
png:gAMA : gamma=0.45454544 (See Gamma, above)
png:IHDR.bit_depth : 8
png:IHDR.color_type : 6 (RGBA)
png:IHDR.interlace_method: 0 (Not interlaced)
png:IHDR.width,height : 256, 256
png:oFFs : x_off=256, y_off=0
png:pHYs : x_res=7873, y_res=7873, units=1
png:sRGB : intent=0 (Perceptual Intent)
png:text : 2 tEXt/zTXt/iTXt chunks were found
png:vpAg : width=680, height=340
signature: c9aee1b8c3e1b8111a19eb1ec2a50b675eec067688f74363730c58857ea9c724
Artifacts:
filename: montage_extend.png
montage_extend-ps.png (フォトショップで保存した画像)
Alpha: srgba(255,255,255,0) #FFFFFF00
Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.63999,0.33001)
green primary: (0.3,0.6)
blue primary: (0.15,0.05999)
white point: (0.31269,0.32899)
Interlace: None
Background color: white
Border color: srgba(223,223,223,1)
Matte color: grey74
Transparent color: none
Compose: Over
Page geometry: 256x256+0+0
Dispose: Undefined
Iterations: 0
Compression: Zip
Orientation: Undefined
Properties:
date:create: 2013-01-23T00:30:40+01:00
date:modify: 2013-01-23T00:30:42+01:00
png:cHRM : chunk was found (see Chromaticity, above)
png:IHDR.bit_depth : 8
png:IHDR.color_type : 6 (RGBA)
png:IHDR.interlace_method: 0 (Not interlaced)
png:IHDR.width,height : 256, 256
png:pHYs : x_res=7873, y_res=7873, units=1
signature: c121d0c36e1dca7f55fb4bd04f140614aa34210dab19c6f6d5031f63d0be4978
Artifacts:
filename: montage_extend-ps.png
透明度は異なって見えますが、同じ結果を得るために Image Magick で画像を変換する方法がわかりません。
PS : 私の英語でごめんなさい :s