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 (...
Popular posts from this blog
100+ Best Script Resources Sites for Web Programming
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,...
Flash Tutorials
1- Awesome Flash Preloader Tutorial View Tutorial 2- Fresh Grass Photo Effect Tutorial View Tutorial 3- Drag And Drop Flash Actionscript Video Tutorial View Tutorial 4- Shape animation using the AS View Tutorial 5- Dreamy Sparkling Star Photo Effect View Tutorial 6- Create Your Own Adobe AIR Application with Flash View Tutorial 7- Fine Tunning Animation for Depth in Flash Video Tutorial View Tutorial 8- Create a Dynamic Bar Graph Generator Using XML + AS3 View Tutorial 9- Mac Style PhotoFlip Gallery Using Flash And Photoshop View Tutorial 10- Create a Super Modern Elastic Menu in AS3 View Tutorial 11- Sparkling Glass Effect in Flash View Tutorial 12- Build a Dynamic Flash Gallery with Slider Control View Tutorial 13- Alphabet Text Animation View Tutorial 14- Create Random Torn Photos with Actionscript 3.0 View Tutorial 15- Zoom in Zoom out image animation in Flash View Tutorial 16- Build an OOP Tag Cloud in ActionScript 3.0 View Tutorial 17- Build a Smooth Hot Products List with the Ca...
Comments
Post a Comment