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

Add support of iOS devices (sprite size limitation) #10

Open
franciscolourenco opened this issue Sep 9, 2013 · 0 comments
Open

Add support of iOS devices (sprite size limitation) #10

franciscolourenco opened this issue Sep 9, 2013 · 0 comments

Comments

@franciscolourenco
Copy link

iOS devices with retina display are limited to 2048px x 2048px images.
If the packed sprite passes these dimensions, the image will not load.

Two things could be done about this:

  1. Tuning the packing algorithm to make an effort to create square sprites in order to maximize the space.
  2. Split packing in multiple sprites each inside the dimension limit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant