buradan indiriyorsun gerekli classı.
daha sonra aşağıdaki kod ile işlemler yapıyorsun.kolay gelsin.
<?php
require_once '/path/to/ThumbLib.inc.php';
$thumb = PhpThumbFactory::create('test.jpg');
$thumb->resize(100, 100)->save('/path/to/new_thumb.jpg');
?>