{"record":{"id":"50d4ee1ae5bed71e","repo":"Intervention/image","slug":"colorspace-is-not-supported-by-driver","errorCode":null,"errorMessage":"Colorspace is not supported by driver","messagePattern":"Colorspace is not supported by driver","errorType":"exception","errorClass":"NotSupportedException","httpStatus":null,"severity":"error","filePath":"src/Modifiers/ColorspaceModifier.php","lineNumber":54,"sourceCode":"            $colorspace = new $this->target();\n\n            if (!$colorspace instanceof ColorspaceInterface) {\n                throw new NotSupportedException(\n                    'Target colorspace \"' . $this->target . '\" is not supported by driver',\n                );\n            }\n\n            return $colorspace;\n        }\n\n        return match (strtolower($this->target)) {\n            'rgb', 'srgb', 'rgba', 'srgba' => new Rgb(),\n            'cmyk' => new Cmyk(),\n            'hsl' => new Hsl(),\n            'hsv', 'hsb' => new Hsv(),\n            'oklab' => new Oklab(),\n            'oklch' => new Oklch(),\n            default => throw new NotSupportedException(\n                'Colorspace is not supported by driver',\n            ),\n        };\n    }\n}\n","sourceCodeStart":36,"sourceCodeEnd":60,"githubUrl":"https://github.com/Intervention/image/blob/5598b9e39751c34afc5cdee84abef77f92c26f68/src/Modifiers/ColorspaceModifier.php#L36-L60","documentation":"Error \"Colorspace is not supported by driver\" thrown in Intervention/image.","triggerScenarios":"Thrown at src/Modifiers/ColorspaceModifier.php:54 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Only request colorspaces the current driver supports; GD supports RGB, Imagick supports RGB and CMYK","Check $image->driver()->supports($colorspace) before applying","Switch to the Imagick driver when CMYK or other non-RGB colorspaces are required"],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"5598b9e39751c34afc5cdee84abef77f92c26f68","analyzedAt":"2026-08-23T02:17:31.068Z","schemaVersion":2},"datasetVersion":"2026-08-23T08:06:27.607Z"}