Re: [PHP] How to generate an broun & white JPG with GD

2002-03-03 Thread Tom Rogers
Hi Here is a better script to create sepia images from a jpeg, put it in the same place as your images and call it sepia.php. Uselike this: img src="/images/sepia.php/filename.jpg" 255) $red = 255; $blue = intval($x / ($start_blue - ($x * $blue_scale)));

Re: [PHP] How to generate an broun & white JPG with GD

2002-03-03 Thread Tom Rogers
Hi Here is a small php script to create sepia images from a jpeg, put it in the same place as your images and call it sepia.php. Uselike this: img src="/images/sepia.php/filename.jpg" Probably will only work with php-4+ and gd 2+ Tom At 02:42 AM 3/3/02, Andy wrote: >Hi there, > >I was rec