-
Notifications
You must be signed in to change notification settings - Fork 37
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
iOS display image #53
Comments
@neo0x0 Could you explain in more detail what are you trying to achieve? |
I believe that this is the same issue that I am encountering. Without a transformation the image displays fine let fileLink = fsClient!.sdkClient.fileLink(for: handle); However when using a transformation I get an error let transformable = fsClient!.sdkClient.transformable(handle: handle); The error I receive when trying to display the image is "conv20 provider error: Failed to identify the file, probably corrupted image provided (idx 0)" |
@emajewicz Could you please provide some more context? Specifically, it would be helpful to know:
Thanks! |
I know this is old, but just today we have encountered this again. Typically we see this issue when the file is a BMP file, and we're trying to render it as a JPG or PNG. For some reason, Filestack is unable to convert it and claims it's corrupted, but I'm able to view the underlying file just fine. I've emailed [email protected] just now with details and a specific example, which I can't reveal here publicly for privacy reasons. (Ticket # 60857) |
iOS Documentation needs update or explanation.
I want to display image but get error.
Code official doc says:
Github gives nothing on this, only about displaying picker/upload
https://filestack.github.io/filestack-ios/
The text was updated successfully, but these errors were encountered: