note 102365 deleted from function.imagepng by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: pmoore at setsailmedia dot com 

----

Here is another example to convert from 0-100 quality scale to 9-0 PNG quality:

<?php

$png_quality = round( 10 - ($quality / 10) );

imagepng($resource, $path, $png_quality);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.