true, 'jpegQuality' => 90); try { $thumb = PhpThumbFactory::create($fileName, $options); } catch (Exception $e) { // handle error here however you'd like } $thumb->adaptiveResize($X, $Y); $thumb->show(); ?>