see in jqmagick two effect can't replicate
Blue coloration

Vintage Heritage

anyone can post syntax fore these effect ?
thank you,
m.
Code: Select all
convert image -colorspace gray \
\( -size 1x1 xc:black xc:"hsl(50%,50%,50%)" xc:white +append -filter cubic -resize 256x1! \) \
-clut result
Code: Select all
convert image -colorspace gray ^
( -size 1x1 xc:black xc:"hsl(50%%,50%%,50%%)" xc:white +append -filter cubic -resize "256x1!" ) ^
-clut result
Code: Select all
convert image -set colorspace Gray -separate -average -contrast -set colorspace RGB -contrast -colorize 10,5,0 -contrast result
This command makes no sense to me and does not add much color if anything at all and -colorize needs a fill color to work. Did you try it?convert image -set colorspace Gray -separate -average -contrast -set colorspace RGB -contrast -colorize 10,5,0 -contrast result
Code: Select all
convert image -set colorspace Gray -separate -average -contrast -set colorspace RGB -contrast -colorize 25,5,0 -contrast result