PHP Classes

Interlace class for WideImage: Set the interlace flag of a WideImage object

Recommend this page to a friend!
  Info   View files Documentation   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 107 All time: 9,653 This week: 198Up
Version License PHP version Categories
wideimage-interlace 1.4GNU Lesser Genera...5.3PHP 5, Graphics
Description 

Author

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.

Picture of Pablo Matias Perrone
  Performance   Level  
Name: Pablo Matias Perrone <contact>
Classes: 5 packages by
Country: Argentina Argentina
Age: 45
All time rank: 136417 in Argentina Argentina
Week rank: 312 Up4 in Argentina Argentina Up
Innovation award
Innovation award
Nominee: 1x

Documentation

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');

  Files folder image Files  
File Role Description
Files folder imageOperation (1 file)
Accessible without login Plain text file readme.md Doc. Help

  Files folder image Files  /  Operation  
File Role Description
  Plain text file Interlace.php Class Source file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:107
This week:0
All time:9,653
This week:198Up
User Comments (1)