help:old looking photo effect

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: help:old looking photo effect

Post by Bonzo »

Direct from php you should be able to do something like :

Code: Select all

exec("convert input.jpg  -sepia-tone 65%  output.jpg");
Post Reply