Page 1 of 1

Pensile driving effect

Posted: 2012-04-21T02:50:30-07:00
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?

Re: Pensile driving effect

Posted: 2012-04-21T09:47:24-07:00
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.

Re: Pensile driving effect

Posted: 2012-04-23T01:23:50-07:00
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

Re: Pensile driving effect

Posted: 2012-04-23T04:59:05-07:00
by dikson
I think I founded: http://stackoverflow.com/questions/8699 ... ask-images
Thanks a lot for help.