Code: Select all
convert -depth 8 xc:blue MNG:test.mng
identify test.mng
Code: Select all
convert -depth 8 -size 100x100 xc:blue MNG:test2.mng
identify test2.mng
Only "identify +ping" (or "identify -verbose") has no problems in reading these files:
Code: Select all
identify +ping test2.mng
I'm using ImageMagick v6.6.3-0 Q16, on Windows XP.
Edit:
By the way: When creating animated MNGs, "identify -verbose" always shows an alpha layer - even when there's no alpha at all in the individual images (provided that TweakPNG shows correct values for such files). But as I'm using MNG not much, I'm not sure how it's supposed to be.
Code: Select all
convert -delay 100 -depth 8 -size 100x100 xc:blue xc:red MNG:bluered.mng
identify -verbose bluered.mng[0]
Alpha:
min: 255 (1)
max: 255 (1)
mean: 255 (1)
standard deviation: 0 (0)
kurtosis: 0
skewness: 0
...
Edit2:
Another small issue with MNG:
Code: Select all
convert rose: logo: +adjoin images.mng
The files (images-0.mng and images-1.mng) are ok, but the error message is confusing. Especially since this works without error message:
Code: Select all
convert logo: logo.png
convert rose: logo.png +adjoin images.mng