简体   繁体   English

宽高比为800x480

[英]Aspect Ratio with 800x480

I know this may be a very simple question for graphic designers, but i cant seem to figure it out. 我知道对于平面设计师来说这可能是一个非常简单的问题,但我似乎无法弄清楚。

I am creating a game and the games camera width and height is 800x480. 我正在创建一个游戏,并且游戏摄像头的宽度和高度为800x480。

So with this, what does this means in terms of my aspect ratio? 那么,这对我的宽高比意味着什么? And how should graphics be designed accordingly? 以及应该如何设计图形呢?

800x480 is the most common resolution on Android powered devices. 800x480是Android设备上最常见的分辨率。 Your aspect ratio would be: 5:3 (which is the same as 800:480 just put in its simplest form). 您的宽高比应为:5:3(这与以最简单的形式表示的800:480相同)。 All your graphics should be created on a composition with the size 800x480, not to have stretched graphics when you run your game. 您的所有图形都应在800x480大小的合成上创建,运行游戏时不要拉伸图形。

I would suggest you also have a look at supporting more phone screens when writing an Android game. 我建议您在编写Android游戏时也考虑支持更多的手机屏幕。

I hope this helps. 我希望这有帮助。

The aspect ratio is 5:3, but I dont think graphics would have to change. 宽高比为5:3,但我认为图形不必更改。 Also, if you are developing an android game, take into consideration different phone screen sizes. 另外,如果您要开发的是Android游戏,请考虑不同的手机屏幕尺寸。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM