Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '-----------': 0.05; 'url:bitbucket': 0.05; 'subject:released': 0.07; 'tool,': 0.07; 'versions,': 0.07; 'welcome.': 0.07; 'pil': 0.09; 'works.': 0.09; 'python': 0.10; 'cc:addr:python-list': 0.10; '2.7': 0.13; 'requests': 0.15; 'files.': 0.15; '(without': 0.16; '0.6': 0.16; 'bitbucket': 0.16; 'boring,': 0.16; 'pypi.': 0.16; 'tismer': 0.16; 'wrote:': 0.17; 'encoding': 0.18; 'feedback.': 0.18; 'module': 0.21; 'header:In-Reply-To:1': 0.23; 'cheers': 0.24; 'header:User- Agent:1': 0.26; 'command': 0.26; 'cc:2**0': 0.27; 'supposed': 0.27; 'somebody': 0.27; 'appear': 0.28; 'interface': 0.28; 'cc:no real name:2**0': 0.28; 'cc:addr:python.org': 0.29; 'testing.': 0.29; 'am,': 0.30; "i'm": 0.30; 'chris': 0.31; 'looks': 0.31; 'feature': 0.32; 'could': 0.33; 'needed': 0.33; 'sense': 0.33; 'interface,': 0.33; 'file': 0.34; 'handle': 0.35; 'thanks': 0.35; 'project': 0.35; 'downloads': 0.35; 'version': 0.35; 'there': 0.35; 'url:org': 0.35; 'does': 0.36; 'but': 0.36; 'subject:: ': 0.37; 'stuff': 0.38; 'some': 0.38; 'page': 0.38; 'quite': 0.39; 'it.': 0.39; 'files': 0.40; 'to.': 0.61; 'most': 0.62; 'developed': 0.62; 'more': 0.63; 'different': 0.63; 'multi': 0.66; 'reduces': 0.66; 'website:': 0.69; 'received:194': 0.70; 'saw': 0.76; 'freeze': 0.84; 'niche': 0.91; 'tiffany': 0.91 X-IronPort-AV: E=Sophos;i="4.77,476,1336341600"; d="scan'208";a="532166" X-Virus-Scanned: amavisd-new at zimbra.sequans.com Date: Tue, 26 Jun 2012 11:10:47 +0200 From: Jean-Michel Pichavant User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: Christian Tismer Subject: Re: tiffany 0.6 released References: <4FE7C301.6010101@stackless.com> <4FE8D9FB.8010101@stackless.com> In-Reply-To: <4FE8D9FB.8010101@stackless.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 72 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1340701856 news.xs4all.nl 6887 [2001:888:2000:d::a6]:48345 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24465 Christian Tismer wrote: > Abour tiffany... > > On 6/25/12 3:46 AM, Christian Tismer wrote: >> Tiffany - Read/Write Multipage-Tiff with PIL without PIL >> ======================================================== >> >> 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. >> >> Version 0.6 >> ----------- >> >> This is a compatibility update for Python 3.2. >> >> Tiffany now works on Python 2.6, 2.7 and 3.2. >> >> This version also reduces the needed PIL files to only four. The >> same files work for python2 and python3. >> >> You can help me by sending some tiff files with different encoding >> and larger file size for testing. >> >> I'm also thinking of >> >> - an interface to Qt (without adding a dependency) >> >> - a command line interface, to make tiffany into a new tiff tool, >> >> - support for other toolkits that need to handle tiff files. >> >> Ideas about this are most welcome. >> >> Please let me know if this stuff works for you, and send requests to >> or use the links in the bitbucket website: >> >> https://bitbucket.org/didoca/tiffany >> >> cheers -- Chris >> > > Howdy. > > I saw quite a lot of downloads of this package now, but not > a single reaction or any feedback. > > How can I get more than just down-loaders? > I would like to know, if > > - this module is of use for you > - if there are wishes to get more functionality > - if it makes sense at all > - if there are feature requests. > > I could stop right now, freeze development as the stuff does what is > supposed to do in the relevant Python versions, name it 1.0 and forget > about it. > > But I don't want to. > Can somebody please give me some feedback? > Criticism? > Helpful, useless, boring, whatsoever? > > thanks -- cheers - Chris > Well, multi page tiff looks like a niche to me. Anyway, the word play tiff-any is clever, that's all I can say :D JM