Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25125

Re: tiffany 0.6.1 released

From Christian Heimes <lists@cheimes.de>
Subject Re: tiffany 0.6.1 released
Date 2012-07-10 09:59 +0200
References <mailman.1652.1341052917.4697.python-list@python.org> <7x4nps3gxg.fsf@ruckus.brouhaha.com> <4FFAFDFD.5000205@stackless.com>
Newsgroups comp.lang.python
Message-ID <mailman.1977.1341907166.4697.python-list@python.org> (permalink)

Show all headers | View raw


Am 09.07.2012 17:51, schrieb Christian Tismer:
> It turns out to be a problem with multiple strips in a tiff file.
> PIL does not support that. Maybe I can find an easy solution,
> maybe I'm better off using
> 
> smc.freeimage
> 
> as suggested by Christian Heimes,
> 
> we will see. Right now I'm pretty exhaused after EuroPython...

Yes, TIFF is a complex format. Even baseline TIFF has several ways to
store data (e.g. chunky or planar configuration, different settings for
stripes). PIL didn't support several features as well as bitonal
compression (G3, G4).

I'll clean up the code of smc.freeimage and release it on bitbucket over
the next couple of days.

Christian

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


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