Disabling resize images

I want to make a gallery for animation, but Imagick doesn't support apng.

So I was curious if there's a way to disable resizing in a gallery or something so I can upload animations.

Comments

  • acrylian Administrator, Developer
    Resizing cannot be disabled directly. You can modify the theme used to call the full image directly.

    I don't think providing apng is a good idea as the browser support is pretty bad
    http://caniuse.com/#feat=apng
  • Yeah, but it's WAY better than gif. Like I have no idea why people are so resistant to apng.

    I guess I'll just use wordpress for an animation gallery since that resizes apngs well.

    Though honestly the theme I use probably wouldn't have handled animations very well so it's a moot point.
  • acrylian Administrator, Developer
    But what does it help if it is better than gif if most browsers don't support it at all? We had never any request for apng support before so there is non built in. I never used or encountered them in the wild I think. Even my Photoshop CS6 can't create them. Feel free to open a ticket about that so we maybe look into it for later.

    You probably can use the anyfile plugin to use apngs but that will not support resizing. Imagick might but I am sure GD does not. That is a server thing.
Sign In or Register to comment.