The Original imagefilter() called with different filter constants Filter: IMG_FILTER_BRIGHTNESS Code to reproduce: <?php $image = imagecreatefrompng ( 'nathalie.png' ); imagefilter ( $image , IMG_FILTER_BRIGHTNESS , 5 ); imagepng ( $image , 'img_filter_brightness_5.png' ); imagedestroy ( $image ); ?> Filter: IMG_FILTER_BRIGHTNESS Code to reproduce: <?php $image = imagecreatefrompng ( 'nathalie.png' ); imagefilter ( $image , IMG_FILTER_BRIGHTNESS , 50 ); imagepng ( $image , 'img_filter_brightness_50.png' ); imagedestroy ( $image ); ?> Filter: IMG_FILTER_BRIGHTNESS Code to reproduce: <?php $image = imagecreatefrompng ( 'nathalie.png' ); imagefilter ( $image , IMG_FILTER_BRIGHTNESS , 100 ); imagepng ( $image , 'img_filter_brightness_100.png' ); imagedestroy ( $image ); ?> Filter: IMG_FILTER_GRAYSCALE Code to reproduce: <?php $image = imagecreatefrompng (...
Posts
Showing posts from 2012
100+ Best Script Resources Sites for Web Programming
- Get link
- X
- Other Apps
Hot Scripts is the most popular web resource directory, but is not the only one. This is a list of 100+ best websites who provides free scripts written in following language: PHP, ColdFusion, MySQL, Python, HTML, AJAX, ASP.NET, Ruby on Rails, Perl, and Java. Hot Scripts – Hot Scripts is the net’s largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal. SourceForge – SourceForge.net is is one of world’s largest Open Source applications and software directory. Scripts.com – Scripts.com maintains a huge list of ready to use scripts and development tools to assist programmers to create dynamic content for their internet and intranet projects. PHP Classes – PHP Classes Repository is one of the world’s largest repository of PHP classes from which you can download many innovative application classes to develop your own application. ScriptSearch.com – ScriptSearch.com listings include PHP, Perl, JavaScript, Ajax,...
PHP Tutorials Techniques
- Get link
- X
- Other Apps
1- Image Resizing Made Easy with PHP View Source 2- Retrieve Google Analytics Visits and PageViews with PHP View Source 3- 9 Useful PHP Functions and Features You Need to Know View Source 4- How to Create a PHP/MySQL Powered Forum from Scratch View Source 5- How to Properly Create a Website Index Page Using PHP View Source 6- Creating a Bar Graph using CSS and PHP View Source 7- How to Validate Forms in both sides using PHP and jQuery View Source 8- How to Send Text Messages with PHP View Source 9- Rabid Ratings View Source 10- Caching Dynamic PHP pages easily View Source 11- Libchart View Source 12- Reading Excel Documents from PHP applications View Source 13- Retrieve Your Gmail Emails Using PHP and IMAP View Source 14- Using PHP Sessions View Source 15- Create a Photo Admin Site Using PHP and jQuery View Source 16- Vertical Bar Graphs with CSS and PHP View Source 17- Email Error Logs with PHP View Source 18- Retri...