| Jeff Abrahamson on 25 Feb 2004 02:45:04 -0000 |
|
On Tue, Feb 24, 2004 at 08:34:44PM -0500, gabriel rosenkoetter wrote:
> [11 lines, 67 words, 377 characters] Top characters: erosnil0
>
> On Tue, Feb 24, 2004 at 08:22:56PM -0500, Jeff Abrahamson wrote:
> > For example, in order to see the larger image behind a thumbnail in a
> > .Mac collection, I get a full-screen window with brushed metal stuff,
> > even though the image is often no more than 640 or 800 pixels across.
> > (My screen is almost 1800 pixels across.)
>
> wget -r?
Yeah, I tried that. The problem is that it encodes stuff like this:
slides = new Array();
slides[0] = new Slide('http://homepage.mac.com/....jpg', 600, 800, 'IMG_0125.JPG');
slides[1] = new Slide('http://homepage.mac.com/....jpg', 600, 800, 'IMG_0127.JPG');
...
so wget doesn't see it.
Of course, I can download the file, run a perl script (that I haven't
written yet, but that wouldn't be too hard) to pull out the images
URL's from the slide URL's, and then view them individually.
I'm tempted to write a little app that listens for connections from
localhost on some port and acts as a proxy to do that transformation
on the fly. Then I could wget, view online, whatever.
Probably I'll just think about it and not get to it. ;-)
--
Jeff
Jeff Abrahamson <http://www.purple.com/jeff/>
GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B
Attachment:
signature.asc
|
|