gpt4 book ai didi

php - 某些 JPEG 图像在 IE 中不起作用

转载 作者:行者123 更新时间:2023-12-04 06:56:53 26 4
gpt4 key购买 nike

你好,

我有一个新闻文件。新闻文件将自动创建的缩略图显示为 PDF 文档的链接。

这是我在 IE 6、7 和 8 中得到的:

alt text http://c0759972.cdn.cloudfiles.rackspacecloud.com/100316-jpeg-plus-ie-equals-immense-destruction.png



虽然它在 中运行良好 Chrome :

alt text http://c0759972.cdn.cloudfiles.rackspacecloud.com/100316-jpeg-plus-chrome-equals-passionate-love-2.png



缩略图由 imagemagick 自动创建:
$cmd = 'convert ' . $_FILES['file']['tmp_name'] # This is a PDF file
. '[0]' # This indicates that it is the first page that should be converted
. ' -resize "120x120>" ' # This is the size of the thumbnail
. $thumb_path; # This is the destination
$resize_output = exec($cmd);

命令看起来像这样
convert /tmp/AcXDYe[0] -resize "120x120>" /var/www[...]

然而

我仔细观察了图像,似乎它们有点不同,这是所有失败图像中的一个主题
  • 在 IE 中不起作用的图像:http://regex.info/exif.cgi?url=http://bit.ly/aFTL3T
  • 工作正常的图像:http://regex.info/exif.cgi?url=http://bit.ly/b71B7R

  • 那么,我可以更改我的 imagemagick 命令以创建与 IE 兼容的 JPEGS 吗?

    最佳答案

    图片网站具体说:

    No color-space metadata and noembedded color profile: Windows andMac web browsers treat colorsrandomly.

    Images for the web are mostwidly viewable when in the sRGB colorspace and with an embedded colorprofile.

    关于php - 某些 JPEG 图像在 IE 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2456875/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com