Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -619,6 +619,11 @@ |
620 | 620 | $wgCustomConvertCommand = false; |
621 | 621 | |
622 | 622 | /** |
| 623 | + * Some tests and extensions use exiv2 to manipulate the EXIF metadata in some image formats. |
| 624 | + */ |
| 625 | +$wgExiv2Command = '/usr/bin/exiv2'; |
| 626 | + |
| 627 | +/** |
623 | 628 | * Scalable Vector Graphics (SVG) may be uploaded as images. |
624 | 629 | * Since SVG support is not yet standard in browsers, it is |
625 | 630 | * necessary to rasterize SVGs to PNG as a fallback format. |