How to resize the image using ImageSharp in C#

Published: 09 January 2023
on channel: IT Core Soft
1,920
5

Download from this link:
https://github.com/hamza3344/resize/b...

My fiverr link: https://www.fiverr.com/hamzakhalid178
My Upwork Profile: https://www.upwork.com/freelancers/~0...

Whatsapp Number: +923338672398

contact me on [email protected] for custom software's.
Please share and like the video and subscribe the channel
If any question comment below

using Image = SixLabors.ImageSharp.Image;
using SixLabors.ImageSharp.Processing;
using SixLabors.ImageSharp;

using(var image=Image.Load("sample.jpg"))
{
image.Mutate(x =gt; x.Resize(100, 100));
image.Save("newsample.jpg");
}


Watch video How to resize the image using ImageSharp in C# online without registration, duration hours minute second in high quality. This video was added by user IT Core Soft 09 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,920 once and liked it 5 people.