Skip to content
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

Unsupported mimetype images load issue #259

Open
SlienceLambs opened this issue May 11, 2020 · 1 comment
Open

Unsupported mimetype images load issue #259

SlienceLambs opened this issue May 11, 2020 · 1 comment

Comments

@SlienceLambs
Copy link

Hi, I was doing some test using tinygltf. When loading images and mimeType is an unsupported type, the datauri will be used as the file name to find the file. here may be an issue if datauri size is too large.

@syoyo
Copy link
Owner

syoyo commented May 11, 2020

Can you post minimal, reproducible glTF file?

Anyway, parsing DaraURI in tinygltf is not perfect. We'll need to implement proper Data URI parser satisfying the Data URI Spec: https://tools.ietf.org/html/rfc2397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants