pop art effect

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
gmurman
Posts: 2
Joined: 2015-06-26T06:13:32-07:00
Authentication code: 6789

pop art effect

Post by gmurman »

Hi. How to how to apply a similar effect on the picture: http://d14c5m7lr5jmwa.cloudfront.net/v2 ... ct_pop.jpg ?
Linux platform.
Version: ImageMagick 6.7.7-10 2014-03-08 Q16
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: pop art effect

Post by fmw42 »

try +dither -posterize or just +dither -colors X, where X is a small number of colors

see
http://www.imagemagick.org/Usage/quantize/#posterize
http://www.imagemagick.org/Usage/quantize/#colors

What platform are you on and what version of IM? Always provide this information!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: pop art effect

Post by fmw42 »

If on Linux/Mac OSX or Windows with Cygwin, you can try my cartoon script at the link below
gmurman
Posts: 2
Joined: 2015-06-26T06:13:32-07:00
Authentication code: 6789

Re: pop art effect

Post by gmurman »

Yes, i use Linux platform. Version: ImageMagick 6.7.7-10 2014-03-08 Q16
I will try your script.
fmw42, thank you for your help.
Linux platform.
Version: ImageMagick 6.7.7-10 2014-03-08 Q16
Post Reply