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;