Re: Image scrape



nicknack <nickdel@xxxxxxxxx> wrote:
Eh, can you scrap an image from a website that is not within the <img>
tags?

Basically: I have the url for many pictures and I want to be able to
run through these url's using ASP and output all the images to one
page.

You can't output images on HTML page: you can only output <img> tags on
HTML page. When the browser (not the server) sees such a tag it would
retrieve actual image bits from the URL specified in src= attribute.

So, you can simply generate a set of <img> tags all pointing to the URLs
you say you already have. Or, you can download images server-side, store
them locally, then generate a set of <img> tags with URLs pointing to
your server.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages

  • Re: why a different tag for SVG images?
    ... |>|>So we have 2 tags and one allows alt content. ... |>changed by tags being present or absent. ... things like images should not be done in HTML tags at all. ... | decorative, they should be inserted as generated content by CSS, then ...
    (comp.infosystems.www.authoring.html)
  • Re: photo tagging saga
    ... I'm very interested in your views of tools, workflows and tag ... hierarchies. ... and normally don't rename images at all. ... The tags need to be replicated ...
    (rec.photo.digital)
  • Re: Digital Photo Management?
    ... which cannot recognise the tags. ... all the images I've ever taken from that place. ... metadata in an open format. ... if I screwed up and lost the XML file I could reconstruct ...
    (rec.photo.digital)
  • Re: Photo Organisation Software?
    ... I'm finding that this gets unwieldy as the number of tags gets large. ... A folder generally contains related images: a trip to a museum, a vacation, shots taken around the yard during the Spring, etc. ... or within the current selection. ...
    (rec.photo.digital)
  • Re: Problem with tif images captured from a scanner
    ... I scanned a set of SEM images on a Mac OSX connected ... >> scanner and saved them as tif files. ... I don't think the tags are the real problem. ... If GIMP can handle 16-bit images, ...
    (comp.os.linux.misc)