Search found 3 matches

by Erik
12 Feb 2019, 17:03
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5105

Re: How to add gif images to products from backend

Maybe Imagick simply doesn't support animations when saving GIF files. If no max width/height is given, the file isn't scaled but only read and written again. You can upload videos in the "Image" tab of the admin interface too as well as all other files. In the 2019.x releases, the tab ha...
by Erik
11 Feb 2019, 12:05
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5105

Re: How to add gif images to products from backend

I'm running Aimeos in a Docker environment with ImageMagick installed, have set the controller to Imagick, and have cleared the max image sizes in https://github.com/aimeos/aimeos-laravel/blob/master/src/default.php#L271 Still I'm having no luck in saving gifs while maintaining the animation, it kee...
by Erik
05 Feb 2019, 16:34
Forum: Laravel package
Topic: Upload a gif image to product using backend
Replies: 4
Views: 1884

Re: Upload a gif image to product using backend

I'm working in 2018.10 and am experiencing the same issue. I am trying to find the location where I can turn off the resizing of images in general, as to surpass this problem as it seems that .gifs that I upload get boiled down to just their first frame. Where can I find this, or is there a way that...