django-resized
django-resized copied to clipboard
GIF resize ?
Hello guys! Would be desirable a changeset that resizes gif ?
If you do it and want to contribute, feel free to open a PR.
Contributions are always appreciated.
hey guys! I almost completed this stuff. Now I am able to resize gif, the only one problem is: gif increases a lot in size, for instance: this image: https://dmu15ljfgjtjw.cloudfront.net/django-media/banners/promotion/ID0311.resized.agg-testtest.gif?dsadasdasdas increases up to 8MB. The one thing I am doing is, execute this method with download image: https://github.com/sergeyglazyrindev/django-resized/blob/master/django_resized/image_processing.py#L52 this is a way to copy properly gif frames.... but not sure.... how do I optimize it to keep it 500kb, instead of 8mb. Could you please suggest ?
any updates?
hi, not completed yet, there are some improvements to be done.....