Search found 2 matches

by macosxvn
2015-11-18T14:49:51-07:00
Forum: Users
Topic: Hue / Saturation / Luminosity / Selective color
Replies: 27
Views: 13130

Re: Hue / Saturation / Luminosity / Selective color

the command line that i used:
# convert infile.png -colorspace cmyk -colorspace gray gradient.png -clut -resize 602x602 -background white -gravity center -format png outfile.png
by macosxvn
2015-11-18T14:29:12-07:00
Forum: Users
Topic: Hue / Saturation / Luminosity / Selective color
Replies: 27
Views: 13130

Re: Hue / Saturation / Luminosity / Selective color

Thank for your response. I think my friend have a mistake or I miss some detail when talk with him. On my local, I already used php exec to call a command line convert to do this process & same on server. The problem is: My local is: OS X 10.11 with ImageMagick 6.8.3-3. -> perfect result The server ...