调整大小

Uat_Study
hang 2022-05-19 17:34:01 +08:00
parent 396eaf7e68
commit a82575710f
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ namespace IRaCIS.Core.Application.Contracts
using (var image = SixLabors.ImageSharp.Image.Load(await File.ReadAllBytesAsync(_fileStorePath)))
{
image.Mutate(x => x
.Resize(400, 400)
.Resize(1000, 1000)
);
await image.SaveAsJpegAsync(storePreviewPath);