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


Groups > comp.lang.python > #34029

Re: Imaging libraries in active development?

Path csiph.com!usenet.pasdenom.info!aioe.org!rt.uk.eu.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!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
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1354129245; bh=gZUTaPm1RRD8/raNL30k+9fEjgZ/GOgBY3qEwMLenNY=; h=To:From:Subject:Date:Message-ID:References:Mime-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=Wf0nhkJpz9VY88MsBhy/0uyikItDT3H7V2qUc/CHq4v2cJIo44UjFMftU9pMEQ3BZ WM4IqDEQfKSQSt07+NbqubkEGzwJEKDJ6cY3RMwV/JvcqAvn3reO5PodqnMz/W4rUg ByDWaG7ehOPd/yEm6zmdrQvZjRfOwiNU7d7h3csc=
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'pil': 0.07; 'compression': 0.09; 'pep': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'slow.': 0.09; 'stable.': 0.09; 'library': 0.15; 'bugs,': 0.16; 'curious.': 0.16; 'formats,': 0.16; 'from:name:christian heimes': 0.16; 'mapping,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'recently.': 0.16; 'from:addr:python.org': 0.17; 'fix': 0.17; 'odd': 0.17; 'obviously': 0.18; 'versions': 0.20; 'bit': 0.21; '2000,': 0.22; 'seems': 0.23; 'linux': 0.24; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'bugs': 0.27; 'raw': 0.27; 'updating': 0.27; "doesn't": 0.28; 'fixed': 0.28; 'header:X -Complaints-To:1': 0.28; 'faster,': 0.29; 'subject:development': 0.29; "i'm": 0.29; 'maybe': 0.29; 'support,': 0.32; 'to:addr :python-list': 0.33; 'replaced': 0.35; 'subject:?': 0.35; 'received:org': 0.36; 'michael': 0.36; 'wanted': 0.36; 'author': 0.37; 'reported': 0.37; 'uses': 0.37; 'rather': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'kind': 0.61; 'course.': 0.62; 'times': 0.63; 'six': 0.65; 'have?': 0.84; 'tone': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Christian Heimes <christian@python.org>
Subject Re: Imaging libraries in active development?
Date Wed, 28 Nov 2012 20:00:28 +0100
References <ed0f3366-d0e9-4d87-94e0-d3fb48b34b65@googlegroups.com> <50B65486.8010306@gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host g228162116.adsl.alicedsl.de
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0
In-Reply-To <50B65486.8010306@gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.343.1354129246.29569.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1354129246 news.xs4all.nl 6982 [2001:888:2000:d::a6]:40707
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:34029

Show key headers only | View raw


Am 28.11.2012 19:14, schrieb Michael Torrie:
> I'm curious.  What features do you need that pil doesn't have?  Other
> than updating pil to fix bugs, support new image types or new versions
> of Python, what kind of active development do you think it needs to
> have? Maybe pil has all the features the original author wanted and is
> pretty stable.  To judge a package on how fast it's changing seems a bit
> odd to me.  Obviously you want to know that bugs can get fixed of
> course.  Perhaps none have been reported recently.

PIL is missing a bunch of features like proper TIFF support (no
multipage, g3/g4 compression and more), JPEG 2000, RAW and HDR image
formats, tone mapping, proper ICC support, PEP 3128 buffer support ...

PIL is also rather slow. My smc.freeimage library can write JPEGs about
six times faster, because it uses libjpeg-turbo. Only some Linux
distributions have replaced libjpeg with the turbo implementation.

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


Thread

Imaging libraries in active development? Alasdair McAndrew <amca01@gmail.com> - 2012-11-28 04:30 -0800
  Re: Imaging libraries in active development? Michael Torrie <torriem@gmail.com> - 2012-11-28 11:14 -0700
    Re: Imaging libraries in active development? Alasdair McAndrew <amca01@gmail.com> - 2012-11-28 22:53 -0800
      Re: Imaging libraries in active development? Adrien <adnothing@gmail.com> - 2012-11-29 10:29 +0100
        Re: Imaging libraries in active development? Alasdair McAndrew <amca01@gmail.com> - 2012-11-29 03:22 -0800
        Re: Imaging libraries in active development? Alasdair McAndrew <amca01@gmail.com> - 2012-11-29 03:22 -0800
    Re: Imaging libraries in active development? Alasdair McAndrew <amca01@gmail.com> - 2012-11-28 22:53 -0800
  Re: Imaging libraries in active development? Christian Heimes <christian@python.org> - 2012-11-28 20:00 +0100
    Re: Imaging libraries in active development? Jorgen Grahn <grahn+nntp@snipabacken.se> - 2012-11-28 21:11 +0000
      Re: Imaging libraries in active development? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-11-28 19:27 -0500
        Imaging library zoom <zoom@yahoo.com> - 2012-11-29 10:01 +0100
      Re: Imaging libraries in active development? Christian Heimes <christian@python.org> - 2012-11-29 09:37 +0100
  Re: Imaging libraries in active development? Nobody <nobody@nowhere.com> - 2012-11-29 18:45 +0000
  RE: Imaging libraries in active development? "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-11-29 23:04 +0000

csiph-web