Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41145
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <skip.montanaro@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.018 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'transform': 0.05; 'pil?': 0.07; 'extension': 0.13; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'least,': 0.16; 'python-based': 0.16; 'stumbled': 0.16; 'subject:image': 0.16; 'subject:proxy': 0.16; 'xbm': 0.16; 'skip': 0.17; 'thanks,': 0.18; 'sender:addr:gmail.com': 0.18; "i've": 0.23; 'downloaded': 0.24; 'wonder': 0.27; 'message-id:@mail.gmail.com': 0.27; 'convert': 0.29; 'knows': 0.30; 'to:addr:python-list': 0.33; 'tutorial': 0.33; 'received:google.com': 0.34; 'formats': 0.35; 'subject:?': 0.35; 'there': 0.35; 'display': 0.36; 'unable': 0.36; 'supports': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'different': 0.63; 'finally': 0.66; 'bitmap': 0.84; 'hunt': 0.84; 'presumably': 0.84; 'opera': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=l/2pYfNFIPzgxz6Pv39EEjtsynmQbaVt9YllChRRkuw=; b=fSu+Wf4EKP5SesIWYF54Xulr0HjYI3RHbgt5/2oTMl+imAu1C9bxCyPUgc+3AW1n0f 1FQePopqRDIxeTGrbBXF+5i2dZ6S+6adse9Ld1DjNOkKfKJ9O9GhmDsUkGoZTKGiex8g v7HNb72zOzqDkSxJvYQxZVGH9R6STZO42FFgRH2teovnoMVSQTnWA7N6gt0zLkHykL9S h66bgCdt3wyX94fTx6frubblGSxrzIHZuAoIwBL/MqFqemMBmwSVzPQDGFxiNDCFyMmJ FvHfVnG5t4ArHTHuNFy//beEBcMnyzh1akx9VVq8QIA65nSFBtu1eoIyAlz1jYdvt0Iy Ek5A== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.135.100 with SMTP id pr4mr12157679igb.37.1363111579966; Tue, 12 Mar 2013 11:06:19 -0700 (PDT) |
| Sender | skip.montanaro@gmail.com |
| Date | Tue, 12 Mar 2013 13:06:19 -0500 |
| X-Google-Sender-Auth | gCLD1v2V9a_TmbzQItv-ME1I8ow |
| Subject | image transforming web proxy? |
| From | Skip Montanaro <skip@pobox.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=UTF-8 |
| 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.3246.1363111588.2939.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1363111588 news.xs4all.nl 6918 [2001:888:2000:d::a6]:55191 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:41145 |
Show key headers only | View raw
I stumbled upon an old FFT tutorial on astro.berkeley.edu website whose images are in xbm format. Neither Chrome nor Firefox knows how to display X bitmap format and for Chrome at least, I've been unable to find an extension to do the conversion (didn't hunt for a FF extension). I can clearly download the whole kit-n-kaboodle, use any of a number of different tools to convert the images from xbm to png, then view things locally. I finally figured out that Opera supports xbm and downloaded it. I wonder though, if there is a Python-based web proxy out there which can transparently transform "obsolete" image formats like xbm into png, jpeg, presumably using PIL? Thanks, Skip
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
image transforming web proxy? Skip Montanaro <skip@pobox.com> - 2013-03-12 13:06 -0500
csiph-web