Pop art / Andy warhole effect.
Posted: 2008-07-11T00:45:20-07:00
Hi there!
Ive been working with ImageMagick for a while now, and need an effect to make images lookalike some popart/ andy warhole images.
While im a pretty good photoshop designer, it is no problem doing it there, but then i cut out some stuff etc, and that makes me have some major problems doing it with ImageMagick.
What i tried first was things like this:
This atleast make my image get some colours!
I also tried to put in a -paint effect, but still its to "noisy" and not looking right..
Let me give you an example:
This would be awsome: http://picture.yatego.com/images/452fb3 ... llage2.jpg
This would also be lovely: http://www.artake.com/celebrity_popart_gifts.jpg
It dont even have to be close to presicely like that, but as close as possible..
ALSO i have one major last note.... The code need to be executed in one line.
I dont know if its possible... But... Any suggestions?
-Regards
Mike
Ive been working with ImageMagick for a while now, and need an effect to make images lookalike some popart/ andy warhole images.
While im a pretty good photoshop designer, it is no problem doing it there, but then i cut out some stuff etc, and that makes me have some major problems doing it with ImageMagick.
What i tried first was things like this:
Code: Select all
convert image.jpg -type Grayscale -colorize 255,150,0 -emboss 0x1 final_image.jpg
I also tried to put in a -paint effect, but still its to "noisy" and not looking right..
Let me give you an example:
This would be awsome: http://picture.yatego.com/images/452fb3 ... llage2.jpg
This would also be lovely: http://www.artake.com/celebrity_popart_gifts.jpg
It dont even have to be close to presicely like that, but as close as possible..
ALSO i have one major last note.... The code need to be executed in one line.
I dont know if its possible... But... Any suggestions?
-Regards
Mike