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.
我想为短菜单和长菜单使用菜单图像,当我缩放图像时,边缘看起来很糟糕。是否可以只缩放精灵的中间部分,或者有没有办法做我想做的事?
谢谢你的帮助。
您需要使用一种称为9 Slice Scaling的技术。它涉及将图像切成 9 个切片,以便只有中间部分在两个方向上缩放,而边缘仅向上/向下或向左/向右缩放以保留它们。
我在GitHub 上有一个开源实现,它运行良好。