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.
我的应用程序中有一个旋转位图,但它真的被扭曲和像素化了,我能做些什么吗?
我指的是时钟指针。
如果您尝试在绘图程序中旋转图像,我相信您会得到类似的结果。这是因为它必须以一个奇怪的角度绘制它,这通常需要更多的像素才能“看起来正确”。如果你将它从 12 旋转到 3、6 或 9,我敢打赌它不会像像素化那样。
尝试使用像素密度更高的位图 - 旋转,然后按比例缩小。这可能会有所帮助。