From 7dd80dc7bc0a386bca55d6f7f44f55c11d62c441 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 8 Oct 2023 17:12:38 -0400 Subject: [PATCH] BUG: colorspace --- BUGS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/BUGS b/BUGS index acc17a8..ce24ac0 100644 --- 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 -- 2.20.1