ChinaUnix.net
相关文章推荐:

编译mkyaffs2image

有个软件运行时需要linux2.6.6kernel_image,initrd_image文件,我自己整了一天编译的东西那个软件也不认,请问没有编辑好的文件可以直接下载的,谢谢了

by honglong - 系统管理 - 2005-11-18 15:24:52 阅读(566) 回复(0)

相关讨论

参见 http://effbot.org/imagingbook/concepts.htm#mode 另: 本地保留查询页面 http://www.pythonware.com/library/pil/handbook/ http://effbot.org/zone/pil-index.htm Mode # The mode of an image defines the type and depth of a pixel in the image. The current release supports the following standard modes: 1 (1-bit pixels, black and white, stored with one pixel per byte) L (8-bit pixels, black and white...

by stlaw - Python文档中心 - 2009-04-03 16:15:41 阅读(1289) 回复(0)

linux image 是怎么一回事. 请大家帮忙. Thank You

by fddfdd - Linux论坛 - 2004-11-12 17:15:33 阅读(396) 回复(0)

用PIL处理image: [code] try: im = image.open(image) im_grey = im.convert('L') except IOError, strerror: print "I/O error: %s on %s" % (strerror, image) os.remove(image) [/code] 在Linux下运行正常,即使有些图片转换的时候会陷入except,也能正常删除。 但是在windows下删除一个没有关闭的文件是要报windows32错误的。 但是查了一下PIL的manual,也...

by IAMTOP1982 - Python - 2008-12-11 14:57:43 阅读(2388) 回复(5)

我版本是perl 5.8.8 安装的imageMagick-6.4.7-0-Q16-windows-dll.exe 为什么image::magick没有安装上? 并且ppm也没有image::magick?

by nelfking - Perl - 2008-12-10 18:19:54 阅读(1946) 回复(3)

The frequent reason why your kernel can't boot is not properly created initrd image. Here is a small description of what you can do if you encounter a similar problem. Contents[ hide ] 1 What is initrd image 2 Why initrd image is necessary 3 Typical problem 4 Extracting initrd image 5 Analyzing init script 6 Creating initrd 7 Who create initrd by default? What is initrd image Your...

by xiaomao2006 - 存储文档中心 - 2008-03-25 00:02:22 阅读(914) 回复(0)

经常听说golden image 就是不知道用来干吗呢 哪位仁兄能指点一下? 多谢啊!:D

by alan xing - Solaris - 2007-05-29 10:08:42 阅读(1548) 回复(0)

做好的Xen的image好少 找来找去也就Debian,Ubuntu,Fedora 谁能提供已经做好的RedHat AS 4,并且已经安装了X-win的 没有X-win的话一些软件安装起来太烦,也许是我水平太差 至少我现在还不会Oracle install in console NNTP老大不知道知道这方面的资源吗?

by qlks - 集群和虚拟机 - 2006-08-29 17:21:26 阅读(1142) 回复(9)