Small PNG 32bit images that only have greyscale colors with full 8bit alpha will not convert without loosing the alpha layer when using mogrify while convert still works.
"convert pngalpha.png -transparent none -resize 50% PNG32:pngalpha.png"
resulting in proper 32bit 50% scaled iamge
"mogrify pngalpha.png -transparent none -resize 50% PNG32:pngalpha.png"
resulting in proper 8 bit image index color
I spend hours trying everything to get mogrify to work but with no success.
