![Image](https://1.baobeitu.com/upload/1806/07/2029518376!2.png)
Use PS to generate a gif image, using a diffuse transparency dithering option(1.gif):
![Image](https://1.baobeitu.com/upload/1806/07/2029514436!2.gif)
convert 1.png -channel RGBA -separate ( +clone -remap pattern:gray50 ) +swap -combine 2.gif
![Image](https://1.baobeitu.com/upload/1806/07/2037273427!2.gif)
What parameters can be added using convert.exe to generate the same gif as ps?
Erase red circled area content:
![Image](https://1.baobeitu.com/upload/1806/07/2042188780!2.gif)
thanks.