Search found 1 match

by chzesin
2017-02-04T08:26:10-07:00
Forum: Users
Topic: Create a sketch from a Photo
Replies: 2
Views: 8110

Create a sketch from a Photo

Hi there, Is there a way to achieve this: https://www.youtube.com/watch?v=Gyu2yPwiQvA I have used the following command: convert <sourcefile> -colorspace gray -sketch 0x20+120 -threshold 50% <renderedfile> but the effect is not ideal. I am using the latest imagemagick version. Regards, Help required ...