I'm try to re size image using phpThumb class(this open source php class)
so i call above class
$phpThumb = new phpThumb();
$phpThumb->setParameter('w', 900);
$phpThumb->setParameter('h', 86);
but image not re size correct dimensions help to solution for this problem