Skip to content

Instantly share code, notes, and snippets.

@gcachet
Created December 16, 2009 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcachet/257994 to your computer and use it in GitHub Desktop.
Save gcachet/257994 to your computer and use it in GitHub Desktop.
#!/usr/bin/env php
<?php
$file = $argv[1] ;
list($width, $height) = getimagesize($file) ;
echo $width.'x'.$height."\n" ;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment