
Use PS to generate a gif image, using a diffuse transparency dithering option(1.gif):

convert 1.png -channel RGBA -separate ( +clone -remap pattern:gray50 ) +swap -combine 2.gif

What parameters can be added using convert.exe to generate the same gif as ps?
Erase red circled area content:

thanks.