Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (2) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2014-01-12 (2 years ago) | Not enough user ratings | Total: 105 | All time: 8,437 This week: 919 |
Version | License | PHP version | Categories | |||
wideimage-interlace 1.4 | GNU Lesser Genera... | 5.3 | PHP 5, Graphics |
Description | Author | |
This class can set the interlace flag of a WideImage object. |
This class can set the interlace flag of a WideImage object. It takes a WideImage object and creates a copy of the object. The class can set or reset the image interlace flag of the image object copy. Usage example: <?php include "WideImage.php"; $img_source = "http://files.phpclasses.org/graphics/phpclasses/logo-phpclasses.png"; $img = WideImage::load($img_source); $img->resize(90, 30, 'inside' ) ->interlace() ->output('png'); |
wideimage-interlace-2014-01-12.zip 938 | |
wideimage-interlace-2014-01-12.tar.gz 719 | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
WideImage Documentation WideImage Documentation |
WideImage Project Web Site |