░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/opt/cpanel/ea-php74/root/usr/share/doc/pecl/imagick/examples
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: thumbnail.php
<?php /* A simple example demonstrate thumbnail creation. */ /* Create the Imagick object */ $im = new Imagick(); /* Read the image file */ $im->readImage( '/tmp/test.png' ); /* Thumbnail the image ( width 100, preserve dimensions ) */ $im->thumbnailImage( 100, null ); /* Write the thumbail to disk */ $im->writeImage( '/tmp/th_test.png' ); /* Free resources associated to the Imagick object */ $im->destroy(); ?>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 captcha.php
PHP
1.5 KB
2024-12-07 16:48
EDIT
📄 polygon.php
PHP
2.7 KB
2024-12-07 16:48
EDIT
📄 thumbnail.php
PHP
430 B
2024-12-07 16:48
EDIT
📄 watermark.php
PHP
651 B
2024-12-07 16:48
EDIT