Submit
Path:
~
/
/
opt
/
cpanel
/
ea-php82
/
root
/
usr
/
share
/
doc
/
pecl
/
imagick
/
examples
/
File Content:
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(); ?>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
captcha.php
1576 bytes
0644
polygon.php
2776 bytes
0644
thumbnail.php
430 bytes
0644
watermark.php
651 bytes
0644
N4ST4R_ID | Naxtarrr