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


Groups > comp.lang.python > #24705

Re: tiffany 0.6.1 released

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'processed': 0.05; 'subject:released': 0.07; 'works.': 0.07; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'from:addr:cheimes.de': 0.16; 'from:addr:lists': 0.16; 'from:name:christian heimes': 0.16; 'message-id:@dough.gmane.org': 0.16; 'pypi.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'recently.': 0.16; 'code,': 0.18; 'module': 0.19; 'mostly': 0.20; 'bit': 0.21; 'earlier': 0.21; 'amounts': 0.22; "haven't": 0.23; "i've": 0.23; 'paul': 0.24; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'appear': 0.26; '(e.g.': 0.27; 'then.': 0.27; "doesn't": 0.28; 'there.': 0.28; 'header:X-Complaints-To:1': 0.28; 'wrap': 0.29; 'writes:': 0.29; 'code': 0.31; 'stands': 0.33; 'to:addr:python-list': 0.33; 'project': 0.34; 'christian': 0.34; 'received:org': 0.36; 'but': 0.36; 'data.': 0.36; "didn't": 0.36; 'useful': 0.36; 'does': 0.37; 'uses': 0.37; 'well.': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'comment': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'developed': 0.62; 'needs,': 0.62; 'more': 0.63; 'our': 0.65; 'color': 0.69; 'sounds': 0.71; 'million': 0.72; 'day': 0.73; 'management)': 0.84; 'occasion': 0.84; 'twelve': 0.84; 'tiffany': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Christian Heimes <lists@cheimes.de>
Subject Re: tiffany 0.6.1 released
Date Sat, 30 Jun 2012 23:35:31 +0200
References <mailman.1652.1341052917.4697.python-list@python.org> <7x4nps3gxg.fsf@ruckus.brouhaha.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host f049237211.adsl.alicedsl.de
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1
In-Reply-To <7x4nps3gxg.fsf@ruckus.brouhaha.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1661.1341092143.4697.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1341092143 news.xs4all.nl 6947 [2001:888:2000:d::a6]:46802
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:24705

Show key headers only | View raw


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 | NextPrevious in thread | Next 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