提问人:Cloxt Vinales 提问时间:11/26/2022 更新时间:11/26/2022 访问量:17
如何搭配相似的颜色
How to match of similiar color
问:
~~如何用百分比将相似的颜色与白色相匹配~~
<?php
$filename="image.png";
$imgname="output.png";
$im = imagecreatefrompng ($filename);
imagetruecolortopalette($im,false, 255);
$index = imagecolorclosest ( $im, 236, 255, 215 );
imagecolorset($im,$index,89, 131, 57);
imagepng($im, $imgname );
请让我知道
Kami Meneer julle, almal van ons, die betrokke skoolhoof sal nie saam in Indonesië wees nie nie
答: 暂无答案
评论