Bug avec couche CRAYON (colorspace grayscale)?
+
+OK:
+convert -colorspace sRGB test5.psd[318] PNG32:f318.png
+ou
+convert -colorspace sRGB test5.psd[318] -colorspace RGB f318.png
+et:
+convert -colorspace sRGB -page +0+0 test5/background.png -page +2500+1500 f318.png -background none -layers merge test.png
+
+Marche pas:
+convert -define colorspace:auto-grayscale=false -colorspace sRGB -define png:color-type=6 -page +0+0 test5/background.png -page +2500+1500 test5.psd[318] -background none -layers merge test.png
+
+
+$ convert test5.psd[318] -verbose info: | grep "Colorspace:"
+ Colorspace: sRGB