UWP:启动画面中徽标的大小建议是多少?
UWP: What is the recommendation for the size of the logo in the splash screen?
https://docs.microsoft.com/en-us/windows/uwp/launch-resume/add-a-splash-screen 的启动画面文档说启动画面图像没有拉伸,保持居中,因此它可以小于 window:
Important The splash screen image you choose must be 620 x 300 pixels
using a 1x scaling factor. Also, when designing your splash screen,
note that it is smaller than the screen, and centered. It does not
fill the screen like a splash screen for a Windows Phone Store app
does.
但是您放入图像中的实际表示的大小如何?
例如,应用徽标。徽标相对于初始屏幕图像大小的大小百分比是多少?有什么建议吗?
此外,第二个问题:我不太明白为什么 Windows 想要 2480 x 1200、1240 x 600、930 x 450 的确切启动画面尺寸, 775 x 375 和 620 x 300,因为初始屏幕图像无论如何都居中?
What is the size percentage which the logo should have in respect to the size of the splash screen image? Any recommendations?
这取决于您如何设计应用徽标。你可以制作任何你想要的尺寸的标志。显示初始屏幕时,只有背景的大小会发生变化以适应各种屏幕尺寸。你的形象永远完好无损。
I don't quite understand why Windows wants exact splash screen sizes of 2480 x 1200, 1240 x 600, 930 x 450, 775 x 375 and 620 x 300 since the splash screen image is centered anyway?
这些具有不同像素和比例的图像将用于不同的场景,例如不同的设备、不同的缩放设置。这可以使您的应用程序具有适应不同场景的初始屏幕。
https://docs.microsoft.com/en-us/windows/uwp/launch-resume/add-a-splash-screen 的启动画面文档说启动画面图像没有拉伸,保持居中,因此它可以小于 window:
Important The splash screen image you choose must be 620 x 300 pixels using a 1x scaling factor. Also, when designing your splash screen, note that it is smaller than the screen, and centered. It does not fill the screen like a splash screen for a Windows Phone Store app does.
但是您放入图像中的实际表示的大小如何?
例如,应用徽标。徽标相对于初始屏幕图像大小的大小百分比是多少?有什么建议吗?
此外,第二个问题:我不太明白为什么 Windows 想要 2480 x 1200、1240 x 600、930 x 450 的确切启动画面尺寸, 775 x 375 和 620 x 300,因为初始屏幕图像无论如何都居中?
What is the size percentage which the logo should have in respect to the size of the splash screen image? Any recommendations?
这取决于您如何设计应用徽标。你可以制作任何你想要的尺寸的标志。显示初始屏幕时,只有背景的大小会发生变化以适应各种屏幕尺寸。你的形象永远完好无损。
I don't quite understand why Windows wants exact splash screen sizes of 2480 x 1200, 1240 x 600, 930 x 450, 775 x 375 and 620 x 300 since the splash screen image is centered anyway?
这些具有不同像素和比例的图像将用于不同的场景,例如不同的设备、不同的缩放设置。这可以使您的应用程序具有适应不同场景的初始屏幕。