public function load($file)
    {
        try {
            list ($gd, $mime) = $this->gdCreateFromFile($file);
        } catch (\Exception $e) {