PHP Classes

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

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 108 All time: 9,671 This week: 455Up
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: 46
All time rank: 136017 in Argentina Argentina
Week rank: 47 Up1 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 (2)  
File Role Description
Files folder imageOperation (1 file)
Accessible without login Plain text file readme.md Doc. Help

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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:108
This week:0
All time:9,671
This week:455Up
User Comments (1)