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.
我有一个奇怪的问题,其中某些 JPEG 图像在 Adobe Form 中不可见,而其他图像则可见。这可能是什么原因造成的?
先感谢您,
约书亚
此问题与 JPEG 图像的色彩空间有关。将 JPEG 转换为 YCbCr 颜色空间以修复它。例如,您可以使用 ImageMagick 来做到这一点。这个 Linux 命令可以解决问题:
mogrify -colorspace YCbCr <your_image.jpeg>