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.
我需要放大图像但不调整其像素大小。因此,如果原始图像只是一个黑色方块,那么新图像应该是这样的:
我怎么能那样做?
您可以查看核心图像“点屏幕”过滤器或核心图像“半色调”类别中的其他过滤器。
如果您在那里找不到某些东西,您可能必须通过直接操作位图内容自己构建它。