Skip to content

tiamo2/FastImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FastImage

example usage

<?php
$image = new FastImage('http://...');

// Example image data
/*
    [uri] => http://...
    [name] => test.jpg
    [type] => image/jpeg
    [error] => 
    [format] => jpg
    [size] => 57845
    [progressive] => 1
    [width] => 414
    [height] => 621
    [physicalWidthDpi] => -1
    [physicalHeightDpi] => -1
    [bitsPerPixel] => 24
    [colorType] => -1
    [comments] => Array
        (
            [0] => *
        )
*/
?>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published