gpt4 book ai didi

imagecreatefrompng - PHP imagecreatefrompng 失去颜色

转载 作者:行者123 更新时间:2023-12-02 03:43:18 25 4
gpt4 key购买 nike

我正在使用 imagecreatefrompng 简单加载图像。

图像的背景是#E5DDBB。使用下面的代码,它会渲染图像,但背景现在是#DED6AD。

http://www.letslogic.com/test.php包含以下内容:

<img src="images/skins/yoshi/0.png">

<img src="dyn_image.php">

dyn_image.php 包含:

<?php

$im = imagecreatefrompng('images/skins/yoshi/0.png');

header("Content-Type: image/png");

imagepng($im);

?>

如果您查看 test.php 显示的两个图像,图像颜色不同...

最佳答案

显然这是一个颜色配置文件问题。与具有一种颜色配置文件的图像有关,而 gd 只允许您将图像保存在一种颜色配置文件中,它知道如何保存与输入图像不同的图像,从而导致颜色看起来不同。

看来您需要使用 imagemagick 才能不更改颜色。你应该阅读这些:

http://www.zenphoto.org/support/topic.php?id=3582

http://devot-ee.com/add-ons/support/ce-image/viewthread/1085

关于imagecreatefrompng - PHP imagecreatefrompng 失去颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18845160/

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