Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Automatic Image Resolution — Gideros Forum

Automatic Image Resolution

asakharovasakharov Member
edited May 2014 in Bugs and issues
Maybe I'm doing something wrong ... But this behavior is very similar to a bug

Use case 1:
1. Logical dimensions 400x640
2. Image Scales suffix @2x -> scale 2
2. All backgrounds size 400x640
3. Additional backgrounds with size 800*1280

Result: small textures are used in the resolutions 240*320, 240*400, 320*480, 320*568, 360*640, 480*800, 480*854, 540*960, 600*800

big textures are used in the resolutions 600*1024, 640*960, 640*1136, 720*1280, 768*1024, 768*1366, 800*1280, 1080*1920, 1536*2048

Everything is fine!

Use case 2:
1. Logical dimensions 800x1280
2. Image Scales suffix @0.5x -> scale 0.5
2. All backgrounds size 1280*800
3. Additional backgrounds with size 400*640

Result: bigger textures are used for any screen resolution :-(

Comments

Sign In or Register to comment.