Package Torello.HTML.Tools.Images
Tools for assisting in downloading images from news, information, and other types of
web-sites.
-
ImageScraper Tool Java Entity Description ImageScraper A more advanced class for both downloading and saving a list of images, using URL'sImageInfo Simple Image Data-Class that is instantiated by theImageScraper
, and passed to any of theFunctionalInterface
's or Lambda-Targets that are non-null / available in the user'sRequest
object instanceRequest Holds all relevant configurations and parameters needed to run the primary download-loop ofResults After downloading all of the user's requested images, the classImageScraper
returns an instance of this classPhoto-Site Experiment Java Entity Description PhotoBombSite An experimental class that can be used (with, albeit, way too much effort) to download those photo-montages that are on major news-network web-sitesSectionGet A functional-interface for returning the portion of the page that contains the list of images on the site - usually one line from the Node-Search Package classesTextCleaner If there is 'HTML Clutter' surrounding the image-html, this functional-interface can be used to eliminate such clutterURLIterator AnIterator
that is intended to be used for retrieving the image-URL's from the pageBasic Image Downloader Java Entity Description ImageScrape A simple class for scraping & downloading images using a URL, or list of URL'sEnums Java Entity Description IF An enumeration of the primary image-types available on the internetExceptions Java Entity Description ImageScraperException A wrapper exception that wraps any all exceptions that may be thrown by the underlying downloader logicNullImageException Used when an Image-URL
appears to download an image succesfully, and does not generate anyException
throws, but actually turns out to be nothing more than a null refereceUnrecognizedImageExtException This exception may be used when a particular file or file-name cannot be mapped to an actual Image-Format byenum
-ClassIF