From fredrik_lundh@ivab.se Tue Sep 3 21:06:34 1996 From: fredrik_lundh@ivab.se (Fredrik Lundh) Date: Tue, 3 Sep 1996 22:06:34 +0200 Subject: [PYTHON IMAGE-SIG] The Official Image SIG Resource List Message-ID: <9609032006.AA12605@arnold.image.ivab.se> Since there's quite a few newcomers lurking around in here, I just decided to make this a bi-weekly publication. Cheers /F ------------------------------------ The Official Image SIG Resource List ------------------------------------ 1.1/96-09-03/F Here's some pointers to stuff related to this group: * The Python Imaging Library (by Fredrik Lundh) PIL adds an Image object to the Python interpreter. The current release (0.1b1) reads and writes various image file formats, provides cut/paste, colour conversion, resize, rotate and arbitrary affine transforms, channel and point operations, simple graphics, PostScript printing, Tkinter display support, a few utilities, and documentation. I hope to be able to release 0.2(b1) during this month (so much to do, so little time). It adds display support for PythonWin, more formats, enhanced graphics support, an improved interface to numerical Python, and a few more things. http://www.python.org/sigs/image-sig/Imaging.html * The IMG library (by Jack Jansen) Reads and writes a variety of file formats, and displays images on X and Mac systems. An interface to the Imaging Library is available. This library is rumoured to be included in the latest Python for Mac releases. ftp://ftp.cwi.nl/pub/jack/python-img/ * The GD library (by Richard Jones) 'It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a .GIF file. This is particularly useful in World Wide Web applications, where .GIF is the format used for inline images.' http://daneel.rdt.monash.edu.au/~richard/gdmodule Also check out Richard's really cool HTTP statistics tool, which uses gd to create diagrams. * The Python Khoros Interface Module (by Raymond Suorsa) The PKIM interface provides a Python interface to the Khoros image processing library. http://windchime.arc.nasa.gov/~grendel/pkim.html Note that this module is no longer being maintained. The most recent release was tested with Python 1.2 and Khoros2.0.2+p2DR. You can also fetch the list archive, by sending a message containing "get index-sig.archive" to "image-sig-request@python.org". Questions, comments and other ramblings are welcome. Post to image-sig@python.org, or mail me at fredrik_lundh@ivab.se. ================= IMAGE-SIG - SIG on Image Processing with Python send messages to: image-sig@python.org administrivia to: image-sig-request@python.org ================= From fbowie@resumix.com Fri Sep 13 00:01:12 1996 From: fbowie@resumix.com (fbowie@resumix.com) Date: Thu, 12 Sep 1996 16:01:12 -0700 Subject: [PYTHON IMAGE-SIG] PIL Install Problems Message-ID: <199609122301.QAA00272@sonya-blade.resumix.com> Hi, (I'm new to all of this so please don't scream at my silly questions :) I'm really hyped about PIL. I'm trying to run it under PythonWin and keep getting the same error when I try to load a file: Traceback (innermost last): File "", line 1, in ? File "C:\Python1.3\Lib\Image.py", line 324, in open raise IOError, "cannot identify image file" IOError: cannot identify image file >>> Trying to import the modules manually does not seem to help. PYTHONPATH is set. Is there some env. var. for PIL that I must set? Any hope for Acrobat file support? (P.S. yes, all the modules are in python\lib) Many thanks ================= IMAGE-SIG - SIG on Image Processing with Python send messages to: image-sig@python.org administrivia to: image-sig-request@python.org ================= From monty@tbyte.com Fri Sep 13 00:25:50 1996 From: monty@tbyte.com (Monty Zukowski) Date: Thu, 12 Sep 1996 16:25:50 -0700 Subject: [PYTHON IMAGE-SIG] SDSC Image Tools ??? Message-ID: I wonder if anybody has done a python binding to the SDSC ImageTools? Seems like there is a lot of really cool stuff in there. ftp://ftp.sdsc.edu/pub/sdsc/graphics/imtools Monty ================= IMAGE-SIG - SIG on Image Processing with Python send messages to: image-sig@python.org administrivia to: image-sig-request@python.org ================= From Dirk.Engelmann@iwr.uni-heidelberg.de Tue Sep 24 17:17:37 1996 From: Dirk.Engelmann@iwr.uni-heidelberg.de (Dirk Engelmann) Date: Tue, 24 Sep 1996 17:17:37 +0100 Subject: [PYTHON IMAGE-SIG] Handbook Message-ID: <9609241717.ZM3150@chagall.iwr.uni-heidelberg.de> Hello, I tried to read the Handbook and failed with ghostview (Linux) and Windows- postscipt viewer. Does anybody knows what is going wrong? Thank for help! regards, Dirk ================= IMAGE-SIG - SIG on Image Processing with Python send messages to: image-sig@python.org administrivia to: image-sig-request@python.org =================