I am using the one that came with the 4images as far as I know
Nothing comes with 4images. Check your settings: Admin > General > Settings > Conversion tool for thumbnails.
I beleive, you have GD there. If so, go /includes/constants.php, find
define('CONVERT_IS_GD2', 0); there and chage it to
define('CONVERT_IS_GD2', 1);This should help...