Search found 3 matches

by bubu333
2014-04-17T01:18:21-07:00
Forum: Developers
Topic: How to reduce color using ImageMagick
Replies: 5
Views: 8304

Re: How to reduce color using ImageMagick

Thanks for reply I don't have example of the correct type of result. I use -colorize 0,0,-50 for reduce color.Ex: convert sample.jpg -colorize 0,0,-100 tmp_sample.jpg for reduce blue color.Something like that. I don't know about RGB color,so can you help me?I don't now how to reduce yellow color and ...
by bubu333
2014-04-16T20:36:42-07:00
Forum: Developers
Topic: How to reduce color using ImageMagick
Replies: 5
Views: 8304

Re: How to reduce color using ImageMagick

Hi.Thanks for reply. I write a web application for convert image realtime and i use imagemagick and reduce color is an option. My customer ask me to reduce image's color with blue,red,yellow colors. My sample.jpg: https://www.dropbox.com/s/98idrkn64eiy1zs/sample.jpg My result convert : https://www ...
by bubu333
2014-04-16T19:06:29-07:00
Forum: Developers
Topic: How to reduce color using ImageMagick
Replies: 5
Views: 8304

How to reduce color using ImageMagick

I have a image and I want to reduce color using ImageMagick I use this code strConversion = img.Convert("-fill", "blue", "-colorize", "-5%", strSrcdir, strDestdir) But I receive image with wrong color So My code is wrong or wrong way?Please help me.I use Classic ASP