From 0a09144d880b7f4c946bbc70e1b9f06c06a65984 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 25 Mar 2025 21:18:10 +0100 Subject: [PATCH] GdMediaHandler.php: update doc --- inc/Service/Media/GdMediaHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Service/Media/GdMediaHandler.php b/inc/Service/Media/GdMediaHandler.php index b9c3fa93..270239a6 100644 --- a/inc/Service/Media/GdMediaHandler.php +++ b/inc/Service/Media/GdMediaHandler.php @@ -133,7 +133,7 @@ class GdMediaHandler implements MediaHandler { /** * @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) { $this->strip_redraw = $strip_redraw;