Skip to content

suyati/Image-Fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Fetcher

Travis NuGet Downloads

Fetching images from a particular url

This nuget package will help you to fetch images (JPEG and PNG) from a given url .You can configure the image type and maximum number of images.

##Installation To install Image Fetcher, run the following command in the Package Manager Console

PM> Install-Package ImageFetcher

##Quick Start It is recommended that you install ImageFetcher via NuGet.

Add a reference to ImageFetcher.dll

  1. Create a instance for ImageFetcher
ImageFetcher imageFetcher = new ImageFetcher();
  1. Call GeImages() method for fetching images from a given url
var imagesUrls = imageFetcher.GetImages("www.sampleweburl.com”);
  1. Parameters

JPEG: Boolean (by default true), set true for fetching only JPEG images
PNG: Boolean (by default false), set true for fetching only PNG images
OgImage: Boolean (by default false) ,set true for fetching Og Image
MaxImageCount: Integer (by default 2), set the maximum number of images needs to fetched.

##Authors and Contributors XML Extractor is developed by Suyati Technologies. It is written and maintained by their Product Development team.

####Author:

Anoop Malayil (@t4anoop)

##Support or Contact Have Suggestions? Want to give us something to do? Contact us at : [email protected]

About

Fetching images from a particular url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages