ChinaUnix.net
相关文章推荐:

load png resource and visual c and libpng

在运行webalizer之后出现如下提示: libpng warning: Application was compiled with png.h from libpng-1.0.8 libpng warning: Application is running with png.c from libpng-1.2.2 gd-png: fatal libpng error: Incompatible libpng version in application and library 但是把libpng版本改到1.0.8之后会导致libpng12.so.0和libpng.so.2无法安装,好象是libpng-1.0.8不支持 各位达人,应该如何修改?把libpng12.so.0和libpn...

by addbe - 服务器架设 - 2006-06-13 16:47:28 阅读(858) 回复(1)

相关讨论

打包的文件里有example.c文件可以学着用libjpeg、libpng

by smtuotuo - C/C++ - 2005-05-23 16:49:31 阅读(480) 回复(1)

直接在X上,想用libpng,读一个png图片,然后显示出来。 程序该怎么写?搜了半天没搜到。 麻烦大家了!

by coding3125 - C/C++ - 2008-07-08 16:50:43 阅读(3530) 回复(1)

哪位朋友有AS4的LIBpng-DEVEL。。。。。。RPM包啊。。发我一个,或是给个下载地址,我打了半天没有找到,谢谢。

by jaryer - Linux论坛 - 2005-11-25 15:32:42 阅读(359) 回复(1)

安装libpng之前安装zlib: #cd zlib-1.1.4 #./configure -s #make #make install 安装libpng #cd libpng-1.2.6-config #./configure checking for a BSD-compatible install... /opt/imake/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... no checking for cc... cc checking for C compiler default output... a.out...

by Penghanxin - HP-UX - 2004-12-25 23:47:51 阅读(772) 回复(0)

在create database命令中for load选项说的是跳过页面清除这一步,哪位大哥能具体说一下这个步骤的作用吗?或者直接解释一下为什么要设置for load选项呢?是减少create database的时间吗?

by ywtmh - Sybase - 2004-05-13 10:12:26 阅读(938) 回复(4)

Vault: " src="http://py.vaults.ca/gfx/dir1.gif" width=17 align=absMiddle> Applications - Ready to run programs written in, or using, Python. (5|86) " src="http://py.vaults.ca/gfx/dir1.gif" width=17 align=absMiddle> Database - Database related. (95) " src="http://py.vaults.ca/gfx/dir1.gif" width=17 align=absMiddle> Games - And game systems. (61) " src="http://py.vault...

by boyeestudio - Python文档中心 - 2006-04-09 14:09:44 阅读(799) 回复(0)

OS:rhel 4 libpng version:libpng-1.2.10-no-config.tar.tar ./configur: ok #make gcc -o pngtest -I../zlib -Wall -O3 -funroll-loops pngtest.o -L. -Wl,-rpath,. -L../zlib -Wl,-rpath,../zlib -lpng12 -lz -lm ./libpng12.so: undefined reference to `png_read_filter_row' ./libpng12.so: undefined reference to `png_mmx_support' ./libpng12.so: undefined reference to `png_combine_row' ./libpng12.so: undefined...

by shiying50 - PHP - 2007-05-21 16:31:14 阅读(1193) 回复(0)

visual C++也很有意思,请问各位都在哪个论坛讨论Windows编程啊?

by ccc - C/C++ - 2003-04-18 06:31:29 阅读(774) 回复(1)

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)