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

Automatic Image Resolution - scaling down problem

godrargodrar Member
edited July 2014 in General questions
Hello!

I have a problem with scaling images down.
My setting is:
Android
logical dimensions: 480x800
suffix, scale
@2x, 2
@half, 0.5
I added base, @2x and @half image to project

Resolutions (getLogicalScaleX(), getLogicalScaleY()):
480x800 (1, 1) - display @half image Why not base?
240x320 (0.4, 0.4), 240x400 (0.5, 0.5)- base image. Why not @half?
600x800 (1, 1)- @half image. Why not base?
720x1280 (1.5, 1.5) - @2

When I remove @2x from project (scaling setting) for 720x1280 - Gideros display @half image. Why?

Please help

Comments

Sign In or Register to comment.