resize_animated declared public in ImageMagickPlugin

This commit is contained in:
Mikael Nordfeldth 2015-01-24 11:36:02 +01:00
parent 2dd1f3fe67
commit d1a1eefa38
1 changed files with 5 additions and 1 deletions

View File

@ -35,11 +35,15 @@ if (!defined('GNUSOCIAL')) { exit(1); }
* *
* Provides: * Provides:
* Animated image support (for image/gif at least) * Animated image support (for image/gif at least)
*
* Bugs:
* Not even ImageMagick is very good at resizing animated GIFs.
*/ */
class ImageMagickPlugin extends Plugin class ImageMagickPlugin extends Plugin
{ {
protected $resize_animated = false; // configurable plugin options must be declared public
public $resize_animated = false;
/** /**
* @param ImageFile $file An ImageFile object we're getting metadata for * @param ImageFile $file An ImageFile object we're getting metadata for