Skip to content

Commit

Permalink
Более лёгкий пример
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse committed Nov 17, 2015
1 parent 3999789 commit fc8809b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added examples/resize/example.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/resize/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Обработка изображения
$factory = new ImageFactory();
$image = $factory->openFile( 'lena.gif' );
$image = $factory->openFile( 'example.jpg' );
$image->resize(
$_GET[ 'width' ],
$_GET[ 'height' ],
Expand Down
Binary file removed examples/resize/lena.gif
Binary file not shown.

0 comments on commit fc8809b

Please sign in to comment.