forked from leftypol/leftypol
GdMediaHandler.php: update doc
This commit is contained in:
parent
3ed42cdcf8
commit
0a09144d88
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue