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,...
Search Engine Extensions
mnoGoSearch Introduction Installing/Configuring Predefined Constants mnoGoSearch Functions Sphinx — Sphinx Client Introduction Installing/Configuring Predefined Constants Examples SphinxClient — The SphinxClient class Swish — Swish Indexing Introduction Installing/Configuring Predefined Constants Examples Swish Functions Solr — Apache Solr Introduction Installing/Configuring Predefined Constants Solr Functions Examples SolrUtils — The SolrUtils class SolrInputDocument — The SolrInputDocument class SolrDocument — The SolrDocument class SolrDocumentField — The SolrDocumentField class SolrObject — The SolrObject class SolrClient — The SolrClient class SolrResponse — The SolrResponse class SolrQueryResponse — The SolrQueryResponse class SolrUpdateResponse — The SolrUpdateResponse class SolrPingResponse — The SolrPingResponse class SolrGenericResponse — The SolrGenericResponse class SolrParams — The SolrParams class SolrModifiableParams — The SolrModifiableParams class Solr...
Comments
Post a Comment