Search found 1 match

by sharifmacky
2011-06-15T05:55:23-07:00
Forum: Users
Topic: Gradient reflection on a transparent background
Replies: 11
Views: 35007

Re: Gradient reflection on a transparent background

Thanks for a such a complete example with vars for fade, spacer etc. For the myriad of novices out there (myself included) to execute this in php, say, the shell command would need ;'s after each line and of coarse \'s escaped... so:

$cmd =
'infile="$src"; ' .
'ramp=40; ' .
'spacer=0 ...