thumbnail: the best quality

This commit is contained in:
Alexey Bannov 2023-03-17 15:40:21 +03:00
parent 26243d75ac
commit ee22721d46

View File

@ -428,7 +428,8 @@ public class Builder<T>
{
Size = new Size(thumbnaillWidth, thumbnaillHeight),
Mode = resizeMode,
Position = anchorPositionMode
Position = anchorPositionMode,
Sampler = KnownResamplers.Lanczos3
});
});
}