Add CLI option for global frames and disable by default
[fgen.git] / BUGS
diff --git a/BUGS b/BUGS
index acc17a8..ce24ac0 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1 +1,15 @@
 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