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.
有一个 380x380 分辨率的 png 图像,大小为 980 位。我需要的是相同的分辨率和扩展图像,但大小超过 1Mb。有人可以帮帮我吗?
PNG是一种无损压缩格式。如果您的图像是全白的,它会压缩到非常小的尺寸。
您应该用随机像素填充图像。但即便如此,您将获得的最大大小将是 600 kB(每像素 380 * 380 * 4 字节)。
PNG 格式还允许在文件后附加任何数据,因此您可以在文件末尾添加 1 MB 的零。