Bluehost.com Web Hosting $6.95

php version for image filter

This is a discussion on php version for image filter within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi to everyone, I have PHP 5.0.4. Does this version support the imageFilter functions? If not, which one ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-28-2006
Jean Pierre Daviau
 
Posts: n/a
Default php version for image filter

Hi to everyone,

I have PHP 5.0.4. Does this version support the imageFilter functions? If
not, which one does support it?

--
Thanks for your attention.

Jean Pierre Daviau
--
Easyphp1.8
Apache1.3.24
DEVC++, borland 5.5
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
http://www.jeanpierredaviau.com


Reply With Quote
  #2 (permalink)  
Old 03-28-2006
Oli Filth
 
Posts: n/a
Default Re: php version for image filter

Jean Pierre Daviau wrote:
> Hi to everyone,
>
> I have PHP 5.0.4. Does this version support the imageFilter functions? If
> not, which one does support it?
>


RTFM........!

--
Oli

Reply With Quote
  #3 (permalink)  
Old 03-28-2006
Jean Pierre Daviau
 
Posts: n/a
Default Re: php version for image filter

I just install: PHP 5.1.2 (cli) (build

at prompt>php -check-f delme.php

Fatal error: Call to undefined function imagecreatefrompng() in C:\Documents
and
Settings\Jean Pierre\Bureau\delme.php on line 2

--------- delme.php ---------------------
<?php
$im = imagecreatefrompng('e.png');
if ($im && imagefilter($im, IMG_FILTER_BRIGHTNESS, 20)) {
echo 'Image brightness changed.';
imagepng($im, 'f.png');
} else {
echo 'Image brightness change failed.';
}

imagedestroy($im);
?>
---------------------------------------------------


Reply With Quote
  #4 (permalink)  
Old 03-30-2006
Jean Pierre Daviau
 
Posts: n/a
Default Re: php version for image filter

php 5.2


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 03:43 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0