Gif Files
Hi,
is there a option to upload *.Gifs under Picture-, Album Modules, Covers ect. pp?
-
-
·
LeonidS
- ·
Hello KinkyC.com !
First of all, there is no limit by default to upload the GIF files to the mentioned areas. If you mean to keep the animation in GIF files then you may try to disable the "Use GD library for image processing" parameter in the Studio->Developer app but usually, it is impossible to keep this feature.
-
·
LeonidS
-
- · titanium
-
·
In reply to LeonidS
- ·
Hi @LeonidS - Is there a way to disable it only for .gif files? It seems useful to keep it for all other file types, but only disable it for gif animations.
-
Hello @titanium !
It will require significant changes in the core's code.
-
- · titanium
-
·
In reply to LeonidS
- ·
Didn't expect otherwise, however animated images should not become non-animated due to processing, so GIF's shouldn't have been included in the first place during the transcoder coding process...
I can't imagine someone wanting an animated gif to become non-animated, either as an UNA site admin, or an UNA site user.
-
So you may try to install the ImageMagick library for your PHP and disable the mentioned option.
-
- · Jason Hopia
- ·
@titanium where you able to get GIFs working with the recommendation?
-
- · titanium
- ·
I haven't realized that there was a reply. Thanks.
That being said, I'm a bit confused. - Disable GD library and install imagemagick php module?
My intention is to not disable image transcoding/optimization all across the board, but to simply exclude gif images from processing...
-
Well, ImageMagick should work fine with all images in UNA too. It supports more formats, but GD is a little faster.