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

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

2002-03-02 Thread Andy
Hi there, I was recently browsing throught phpbuilder and did see the user pictures there. They are not black/white, but kind of brown white which look pretty cool and might save some disk space compared to true color. Here is the link: http://phpbuilder.com/columns/ying2602.php3?page=1 Doe