We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99643b9 commit 9a6f1d4Copy full SHA for 9a6f1d4
src/Encoder.php
@@ -78,7 +78,7 @@ protected function processAvif()
78
*/
79
protected function processHeic()
80
{
81
- throw new NotSupportedException('Heic format is not supported by VIPS driver.');
+ throw new NotSupportedException('HEIC format is not supported by VIPS driver.');
82
}
83
84
/**
0 commit comments