Pavel Eroshkin

Results 4 issues of Pavel Eroshkin

Hello! Documentation says: `fit_pad ` - Pad to desired aspect ratio, then downscale or upscale to fit If only one dimension is specified, behaves like fit. But it does same...

!

Hello. Seems like crop coordinate validation doesn't work right for some images, for some reason width and height got messed up. If I try to use `Region` with these coordinates...

!

Hello! We are migrating to net6 and using this library in some projects. In net6 when calling `Icu.Wrapper.Cleanup` the application crashes with following: `[7354115.440346] .NET ThreadPool[1337354]: segfault at 8 ip...

bug

Hello! Steps to reproduce: 1) Resize some gif image 2) Resize output from first step Example gif: https://media2.giphy.com/media/BLjVY7KIN1fYLLvkLh/giphy.gif?cid=ecf05e472d5ea09f14d415d582fe28c7665c258b75644605&rid=giphy.gif&ct=g Example code: ``` public class Test { public async Task ConvertAsync(byte[] image)...

bug