Cutout filter 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
lonk
Posts: 5
Joined: 2012-02-10T09:19:47-07:00
Authentication code: 8675308

Cutout filter effect

Post by lonk »

here's an example of cutout filter used to simplify lineart into abstract shapes
http://www.youtube.com/watch?v=c8_YaaRpVKY

is there a way to produce this similar effect?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: More effects.. Cutout filter and newprint.. how to?

Post by fmw42 »

lonk wrote:here's an example of cutout filter used to simplify lineart into abstract shapes
http://www.youtube.com/watch?v=c8_YaaRpVKY

is there a way to produce this similar effect?
In general it is not a good idea to post a new topic on an old post. Better to start a new topic even if it is related.

However, IM does not have any thing like the Photoshop cutout filter. I think they must do raster to vector conversion, thin the vectors and then rasterize again. That would likely be how they get more coarse results. IM has no vector processing. Perhaps Anthony might know of some mixed processing concepts using vector tools.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Cutout filter effect

Post by anthony »

Topic split from the old topic on cutout filters...
viewtopic.php?f=1&t=6050

As for the filter, love to know how it works.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply