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

Ios Problem #12

Closed
sphereoid opened this issue Dec 28, 2010 · 1 comment
Closed

Ios Problem #12

sphereoid opened this issue Dec 28, 2010 · 1 comment
Labels

Comments

@sphereoid
Copy link

I tried to test out my reel on my ipad and discovered a problem where you can see the sprite sheet as you cycle through the images. It doesn't have this problem on anything else. It's difficult to describe but for some reason the section of the sprite sheet doesn't take up the entire space allotted to it. Has anyone had something similar to this happen before?

@pisi
Copy link
Owner

pisi commented Jan 6, 2011

This is an unfortunate known issue in Reel 1.0.x caused by iOS imposed memory limits. Please see FAQ page which explains this issue and links to official Apple guidelines mentioning the exact limit value.

Reel 1.1 addresses this issue in two ways:

  • it fixes the scaling-down of the sprite by enforcing its original dimensions (but that badly affects visual quality of the image).
  • it allows to use sequence of individual images (frames) using the images option which accepts array of images. That way you'll be safely within the memory limits.

So, if you want to use the sprite there's no other way but to learn to respect the limitation. Or cut your sprite into individual images and use images option.

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

No branches or pull requests

2 participants