Created
September 19, 2015 15:35
-
-
Save wordpressandphpdeveloper/782c72ad9670c5b53f59 to your computer and use it in GitHub Desktop.
This file contains 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
<?php | |
include_once('wideimage/'.'WideImage.php'); | |
$image = WideImage::load('slide5.jpeg'); | |
$resizedImage = $image->resize(194, 175); | |
$resizedImage->saveToFile('img/image-large.png'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment