Here's the image I'm working on:
Here's the MS_DOS command line:
convert "IM_Effect_Smoke_problem.png" -background transparent -crop 64x64+0+64! "IM_Effect_Smoke_problem_crop.png"
The problem is that ImageMagick reduces the color depth to 8 bits and ignores or destroys the alpha channel.
Can anyone tell me how to fix this? Thanks!!!