Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我使用了 PhotoLibrary,它获取照片,该图像的一小部分。在完整图像中,它只选择角落部分。我在它告诉的网络上搜索,它检查设备尺寸和图像尺寸,仅返回设备尺寸图像。那么如何才能带来整个图像。
许多照片大于屏幕尺寸。Corona 只能显示屏幕上的内容。您有两个选择,将较大的图像放在 widget.newScrollVew() 中,以便您滚动并查看较大的图像,或者缩小图像直到它适合屏幕。