How to resize the image using ImageSharp in C#

Опубликовано: 09 Январь 2023
на канале: 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");
}


Смотрите видео How to resize the image using ImageSharp in C# онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь IT Core Soft 09 Январь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,920 раз и оно понравилось 5 людям.