且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Tiff图像读者/作者

更新时间:2023-11-10 13:40:34

2005年6月13日07:55:04 -0700,

" PyPK" <苏******* @ gmail.com>写道:
On 13 Jun 2005 07:55:04 -0700,
"PyPK" <su*******@gmail.com> wrote:
您好我正在寻找一个简单的tiff图像阅读器/编写器在python.Can
任何人都指向我正确的。
Hi I am looking for a simple tiff Image reader/writer in python.Can
anyone point me to the right one.




我不知道你对简单的定义是什么是的,但是在effbot.org查看

Python成像库(PIL)。


问候,

Dan


-

Dan Sommers

< http://www.tombstonezero.net/dan/>



I don''t know what your definition of "simple" is, but check out the
Python Imaging Library (PIL) at effbot.org.

Regards,
Dan

--
Dan Sommers
<http://www.tombstonezero.net/dan/>


除了PIL

或ImageMagic之外,还有没有处理Tiff图像的包。

Is there any package out there which handles Tiff Images other than PIL
or ImageMagic .

>

你想用TIFF做什么?

你喜欢重量级还是轻量级?对于重量级很高的

有:


- wxPython会做一堆tiff阅读,以及一些图像处理
http://www.wxpython.org


- GDAL
What sort of things do you want to do with the TIFFs? How
heavy-weight or light-weight are you interested in? For heavy-weight
there are:

- wxPython will do a bunch of tiff reading, and some image processing
http://www.wxpython.org

- GDAL
(引用Khalid Zuberi :)
GDAL支持GeoTIFF并包含python绑定:

http://www.remotesensing.org/gdal/

- 来自Kitware的ITK Insight Toolkit(邪恶的重量级)
http://www.itk.org


-Jim


2005年6月13日12:50:48 -0700,PyPK< su ******* @ gmail.com>写道:除了PIL
或ImageMagic之外,还有没有处理Tiff图像的包。

http://mail.python.org/mailman/listinfo/python-list
(quoting Khalid Zuberi:)
GDAL supports GeoTIFF and includes python bindings:

http://www.remotesensing.org/gdal/
- ITK Insight Toolkit from Kitware (wicked heavy-weight)
http://www.itk.org

-Jim

On 13 Jun 2005 12:50:48 -0700, PyPK <su*******@gmail.com> wrote: Is there any package out there which handles Tiff Images other than PIL
or ImageMagic .

--
http://mail.python.org/mailman/listinfo/python-list