2017 © Pedro Peláez
 

library tiffinfo

Simple php wrapper for tiffinfo

image

vluzrmos/tiffinfo

Simple php wrapper for tiffinfo

  • Wednesday, February 17, 2016
  • by vluzrmos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

TIFFInfo

This is a simple LibTIFF wrapper., (*1)

Installation

composer install vluzrmos/tiffinfo

Usage

totalPages(); // count pages on tiff
    $tiff->info(); // get an array of all info about the tiff
    $tiff->pages(); // get an array of all info about every page
    $tiff->page(0); // get an array of all info about page 0
?>  

The Versions

17/02 2016

dev-master

9999999-dev

Simple php wrapper for tiffinfo

  Sources   Download

MIT

tiff tiffinfo