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


Groups > comp.lang.python > #41145 > unrolled thread

image transforming web proxy?

Started bySkip Montanaro <skip@pobox.com>
First post2013-03-12 13:06 -0500
Last post2013-03-12 13:06 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#41145 — image transforming web proxy?

FromSkip Montanaro <skip@pobox.com>
Date2013-03-12 13:06 -0500
Subjectimage transforming web proxy?
Message-ID<mailman.3246.1363111588.2939.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web