Suppose I made a app that supports normal images, then
@2 and
@4.
The manual says that if a higher-res image is not found, it will load the base image.
But suppose I have a image that has the base, and
@2, on a device that requires
@4, it will load the base one, or the highest available one? (
@2)
Comments
https://deluxepixel.com
If I understood, what I said (loading the highest version available) is something that not even occurred to the team?
https://deluxepixel.com
https://deluxepixel.com
@Mells
Because the way SinisterSoft replied, and his post story, I assumed he was a employee... I e-mailed already the owner using the contact form stating that his site is terrible in the sense it does not say anything at all about the company, beside the name (and the address in the contact form).
Currently I found no way to figure who is a employee or not, or the history of the company, or anything like that.
It is bad because it smells very unprofessional, and the business side people here are kinda irked by it, but I decided to insist anyway and test gideros on its technical merits.
The Gideros website is improving everyday, to me it looks really professional - eg looks similar, if not better, that it's nearest competitor (CoronaSDK).
https://deluxepixel.com
Btw your portfolio of apps is interesting.
The site visually is very good, I visited it before it was changed, and it is looking great.
But a site is supposed to give useful information, not only look great But it certainly is going on a good direction.
Likes: SinisterSoft
Oh, thanks
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
On your question, it also depends on the scaling mode you enabled, for example letterbox will have the same ratios thus, scaling factor will be the same for both axis.
But you will have to wait for @atilim to get to know more on this
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
But back to the original question, can anyone explain what magnification would be applied given the above scenario...?
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
In your example, the scale = (1.5+1.779)/2 = 1.6395 and it's near to 1.8 therefore Gideros will choose 1.8x.
Also I'm open to suggestions like scale = max(scaleX, scaleY) or scale = min(scaleX, scaleY).
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
Because apk file can not know beforehand on which device it will be installed.
yes. I know. I will export the android project for high-res device and adjust it in the manifest so that it will only support the high-res device. Meaning, high-res device will only download high-res apk in the google play store