X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fmedia%2FExif.php;h=95fa8594fc0f0f235ca43c20efa91de2562d2398;hp=11178f42ccc38c5be5ec622a3dc2bd20277955f0;hb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;hpb=9ba3fca2d8adc56787c8efc32c41424cb212e387 diff --git a/includes/media/Exif.php b/includes/media/Exif.php index 11178f42cc..95fa8594fc 100644 --- a/includes/media/Exif.php +++ b/includes/media/Exif.php @@ -174,8 +174,8 @@ class Exif { # Tags relating to image configuration 'ComponentsConfiguration' => Exif::UNDEFINED, # Meaning of each component #p33 'CompressedBitsPerPixel' => Exif::RATIONAL, # Image compression mode - 'PixelYDimension' => Exif::SHORT_OR_LONG, # Valid image width - 'PixelXDimension' => Exif::SHORT_OR_LONG, # Valid image height + 'PixelYDimension' => Exif::SHORT_OR_LONG, # Valid image height + 'PixelXDimension' => Exif::SHORT_OR_LONG, # Valid image width # Tags relating to related user information 'MakerNote' => Exif::IGNORE, # Manufacturer notes