PHP Classes
elePHPant
Icontem

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    
Last Updated Ratings Unique User Downloads Download Rankings
2014-01-12 (2 years ago) RSS 2.0 feedNot enough user ratingsTotal: 105 All time: 8,437 This week: 919Up
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
Innovation award
Innovation award
Nominee: 1x

Details
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:105
This week:0
All time:8,437
This week:919Up
User Comments (1)