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 文件上传到我的服务器。我也想压缩上传的文件。这可能吗?可以jpegoptim帮助我吗?
jpegoptim
通常可以从您的程序中调用外部二进制文件,但我会说在您的情况下不值得。您将获得文件大小的小幅减少,以及 CPU 使用率的大幅增加。此外,正确实施和测试此功能可能需要大量工时,最终您可能并不真正需要。专注于应用程序的核心功能,并最终进行优化。