Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24705
| From | Christian Heimes <lists@cheimes.de> |
|---|---|
| Subject | Re: tiffany 0.6.1 released |
| Date | 2012-06-30 23:35 +0200 |
| References | <mailman.1652.1341052917.4697.python-list@python.org> <7x4nps3gxg.fsf@ruckus.brouhaha.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1661.1341092143.4697.python-list@python.org> (permalink) |
Am 30.06.2012 18:25, schrieb Paul Rubin: > Christian Tismer <tismer@stackless.com> writes: >> Tiffany stands for any tiff. The tiny module solves a large set of >> problems, has no dependencies and just works wherever Python works. >> Tiffany was developed in the course of the *DiDoCa* project and will >> always appear on PyPi. > > This sounds pretty neat. I didn't comment on it earlier because I > haven't tried it out, since I haven't had occasion to deal with tiff > files anytime recently. But I've had to process them for some projects > in the past, and tiffany would have been useful then. It's good to know > that it's out there. I've developed smc.freeimage exclusively to process large amounts of TIFF images. I estimate that we have processed more than twelve million unique TIFF images with about half a petabyte of data. The packages uses Cython to wrap FreeImage (containing libtiff, libpng, libjpeg, libraw and more) and LittleCMS2. The package is mostly fitted to our needs, a bit limited (e.g. no conversion of CMYK to RGB with color management) and doesn't follow recent best practices for Cython code, but it does it job well. I need to clean up the code base some day when more people get interested in the lib. Christian
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
tiffany 0.6.1 released Christian Tismer <tismer@stackless.com> - 2012-06-30 12:41 +0200
Re: tiffany 0.6.1 released Paul Rubin <no.email@nospam.invalid> - 2012-06-30 09:25 -0700
Re: tiffany 0.6.1 released Christian Heimes <lists@cheimes.de> - 2012-06-30 23:35 +0200
Re: tiffany 0.6.1 released Christian Tismer <tismer@stackless.com> - 2012-07-09 17:51 +0200
Re: tiffany 0.6.1 released Christian Heimes <lists@cheimes.de> - 2012-07-10 09:59 +0200
csiph-web