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


Groups > comp.lang.python > #41145

image transforming web proxy?

Date 2013-03-12 13:06 -0500
Subject image transforming web proxy?
From Skip Montanaro <skip@pobox.com>
Newsgroups comp.lang.python
Message-ID <mailman.3246.1363111588.2939.python-list@python.org> (permalink)

Show all headers | 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


Thread

image transforming web proxy? Skip Montanaro <skip@pobox.com> - 2013-03-12 13:06 -0500

csiph-web