Skip to content

FastImage finds the size and type of an image given its uri by fetching as little as needed for .Net, inspired by https://github.com/sdsykes/fastimage

License

Notifications You must be signed in to change notification settings

ynrajasekhar/FastImage

Repository files navigation

FastImage

Installation

PM> Install-Package FastImage

Example

FastImage fastImage = new FastImage(); 
const string url = "http://localhost/FastImage/fastimage_csharp.png";
ImageInfo result = fastImage.GetImageInfo(url);

References

Licence

MIT, see file "MIT-LICENSE"

About

FastImage finds the size and type of an image given its uri by fetching as little as needed for .Net, inspired by https://github.com/sdsykes/fastimage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages