GdMediaHandler.php: update doc

This commit is contained in:
Zankaria 2025-03-25 21:18:10 +01:00
parent 3ed42cdcf8
commit 0a09144d88

View file

@ -133,7 +133,7 @@ class GdMediaHandler implements MediaHandler {
/** /**
* @param bool $strip_redraw If the EXIF metadata should be stripped by redrawing it. * @param bool $strip_redraw If the EXIF metadata should be stripped by redrawing it.
* May cause the loss of color profiles. Orientation is still handled. * May cause the loss of color profiles. Orientation is still handled in JPG and PNG.
*/ */
public function __construct(bool $strip_redraw, ImageMetadataReader $image_metadata_reader) { public function __construct(bool $strip_redraw, ImageMetadataReader $image_metadata_reader) {
$this->strip_redraw = $strip_redraw; $this->strip_redraw = $strip_redraw;