resize_animated declared public in ImageMagickPlugin
This commit is contained in:
parent
2dd1f3fe67
commit
d1a1eefa38
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user