public function Emboss(&$gdimg)
    {
        if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functions::gd_is_bundled()) {
            if (imagefilter($gdimg, IMG_FILTER_EMBOSS)) {
                return true;