Skip to content

rayrfan/DotNetCoreImageResizing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetCoreImageResizing

Image resizing is a common requirement but .NET Core currently does not have System.Drawing or something equivalent for this, so we have to rely on third party libraries.

I created this repo to demonstrate how to perform image resizing with some of these libraries and to compare their performance in terms of speed and output file size.

I've included two libraries Magick.NET and ImageSharp. Please note my sampling size is small and comparison is by no means conclusive, play with the demo and make your own conclusions.

magicknet-vs-imagesharp

About

Compare different libraries to do image resizing with .NET Core

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages