We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got a gif image, request with sdwebimage and reponse with response.respondWithImage(newImage,mimeType: "image/gif");, it doesn't work.
response.respondWithImage(newImage,mimeType: "image/gif");
for png ,it always work
for jpg image/jpg works but image/jpeg don't
image/jpg
image/jpeg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got a gif image, request with sdwebimage and reponse with
response.respondWithImage(newImage,mimeType: "image/gif");
, it doesn't work.for png ,it always work
for jpg
image/jpg
works butimage/jpeg
don'tThe text was updated successfully, but these errors were encountered: