Created
August 5, 2013 07:32
-
-
Save a3020/6154071 to your computer and use it in GitHub Desktop.
$im->outputThumbnail()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$im->outputThumbnail($obj, $maxWidth, $maxHeight, $alt = null, $return = false, $crop = false) | |
Runs getThumbnail on the $obj argument, and prints out or returns an IMG tag. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment