-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gif support? #155
Comments
Also, if I encode my request, rather than using the 'pure' URL, it works - https://images.theadventurepeople.com/eyJidWNrZXQiOiJ0YXAtd2Vic2l0ZS1pbWFnZXMiLCJrZXkiOiIxMS8xMS0xMTU4OTUtdGlzYS9iZWF1dGlmdWwtYmFsaS05LWRheXMtYy1jZ21uNXdxZS5naWYiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjgxNCwiaGVpZ2h0Ijo4MTQsImZpdCI6Imluc2lkZSJ9fX0= |
Hey @tap-andy. This looks like a semi-duplicate issue of #112, which has been added as a feature request to our backlog for supporting multiple levels of sub-directories. As for GIF support, SharpJS (the image processing engine behind the solution) supports reading GIFs but not outputting them at the moment. This would be a feature request for that team at (https://github.com/lovell/sharp/). Hope this helps! |
Thanks @hayesry. I've changed my requests to encode the request for GIFs only. Not ideal but it'll have to do for now! |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
This issue was closed because it has been inactive for 7 days since being marked as closing-soon. |
Does this solution support gif images? From what I've read I believe it should but the following URL gives an error message:
https://images.theadventurepeople.com/814x814/11/11-115895-tisa/beautiful-bali-9-days-c-cgmn5wqe.gif
When I request this through the demo website, it works as expected but not directly. It doesn't work, even without the size portion of the URL.
The text was updated successfully, but these errors were encountered: