Pensile driving 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
dikson
Posts: 3
Joined: 2012-04-21T02:13:39-07:00
Authentication code: 13

Pensile driving effect

Post by dikson »

I use IM6 and PHP I would like to get pensile driving effect, for example http://www.bredereck.net/1.0/fileadmin/ ... A4_m_2.jpg
I tried to use different parameters and functions, for example

Code: Select all

$thumb->solarizeImage(1);
$thumb->charcoalImage ( 5, 100);
But the result is far away. Could somebody help me?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Pensile driving effect

Post by fmw42 »

what is the starting image?

see viewtopic.php?f=18&t=20811 perhaps that will help.

otherwise, I am not sure how to do that.
dikson
Posts: 3
Joined: 2012-04-21T02:13:39-07:00
Authentication code: 13

Re: Pensile driving effect

Post by dikson »

It's exactly what I need! Thank you a lot. Could you give me one more advice? How to add the same frame as at the picture which you mentiod? http://i.imgur.com/fgmGz.jpg
dikson
Posts: 3
Joined: 2012-04-21T02:13:39-07:00
Authentication code: 13

Re: Pensile driving effect

Post by dikson »

I think I founded: http://stackoverflow.com/questions/8699 ... ask-images
Thanks a lot for help.
Post Reply