ChinaUnix.net
相关文章推荐:

ipa png

就是/usr/ports/sysutils/ipa 控制流量的

by shiv_kiev - BSD - 2003-03-02 21:03:36 阅读(1448) 回复(14)

相关讨论

XrtPDSImageFuncs *image_func[2] = { XrtPDSpngImageUtils, XrtPDSJpegImageUtils }; XrtGearSnapSaveImage (graphics_widget, image_func, file_name, error_message)) 对JPEG没有问题,对png报以下错误: libpng error: Invalid bit depth for RGB image

by dutysmart - C/C++ - 2009-07-10 17:00:01 阅读(715) 回复(0)

//imagedestroy($im); /** * 创建bmp格式图片 * * * @param resource $im 图像资源 * @param string $filename 如果要另存为文件,请指定文件名,为空则直接在浏览器输出 * @param integer $bit 图像质量(1、4、8、16、24、32位) * @param integer $compression 压缩方式,0为不压缩,1使用RLE8压缩算法进行压缩 * * @return integer */ function imagebmp(&$im, $filename = '', $bit = 8, $co...

by toohao - php文档中心 - 2007-07-25 10:00:14 阅读(421) 回复(0)

C:\Documents and Settings\jimmy>D:\Python25\Scripts\img2png -n get test.png image.py image.py这个文件生成在哪个目录里?我在当前目录里没有找到,是我的格式不对吗?

by lvxinzhi - Python - 2007-05-09 14:06:29 阅读(1572) 回复(1)

这个文件运行错误, "/path/arial.ttf" 是啥意思,请教

by jimli - PHP - 2005-11-02 17:49:28 阅读(1447) 回复(10)

我下了一个fblogo-0.5.2.tar.gz ,解压安装后执行下面的命令: #fblogo mylogo.tif linux_logo.h 提示: fblogo reeor :image is not a png 我在书上看到fblogo是用来转换tif格式的图片的工具,那为什么不能呢? 又,png 图片该怎样制作呢? 谢谢!

by yswallow - Linux论坛 - 2004-04-20 17:29:33 阅读(7496) 回复(8)

请教一下,php中动态画图,如画的点或线超过五万,图形就很难显示。怎么解决? :P

by yilian_wusi - PHP - 2012-03-27 12:55:49 阅读(4321) 回复(20)

import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; public class ConvertImage { public static void main(String args[]) throws IOException { File inputFile = new File("c:\\11.bmp"); BufferedImage input = ImageIO.read(inputFile); File outputFile = new File("c:\\test.png"); ImageIO.write(input, "BMP", outputFile); outputFile = new File("...

by codecraft - Java文档中心 - 2008-11-14 14:06:13 阅读(1901) 回复(0)

png图片,本来是透明的,可是把它作为窗口背景后,发现图片后面是黑的 是图片的问题吗? 我设置了窗口的背景色为白色也不行

by wxgchinaunix - GUI编程 - 2008-11-10 11:29:30 阅读(1999) 回复(1)

Installing ImageMagick with FreeType, png, JPEG, AI and EPS Support Often a client will request some type of image manipulation performed server side to support their application. A common example of this is the simple 'add watermark' function that you see on so many sites, but the examples can quickly get more complicated including items such as sharpen, add text, overlay imag...

by xuelanghu - php文档中心 - 2008-11-06 10:17:35 阅读(2541) 回复(0)

搞了N天,GD安装了无数遍,就是不能支持png,郁闷的说!!!下面是安装步骤,提示是支持png的,但是PHP INFO就是找不到png SUPPORT.各位DX帮我看看吧,感谢再感谢!!所有的程序都是最新版本,系统是FREEBSD是7.0-realease,libxml2-2.6.32,libpng-1.2.26,zlib-1.2.3,jpegv6,gd-2.0.36rc1,php5-5.25. gd GD Support enabled GD Version 2.0 or higher GIF Read Support enabled GIF Create Support enabled JPG Support enabled ...

by yuqi33 - IT职业生涯 - 2008-04-14 16:06:46 阅读(1208) 回复(2)