Arkady Skvoretsky

Results 2 issues of Arkady Skvoretsky

Using library to reduce incoming images size. Converting incoming GIFs to WebP removes animation. Used code: ```cs public async Task ConvertStreamAsync(Stream input, CancellationToken cancellationToken) { Log.Debug("Converting image stream"); using var...

enhancement
libimageflow

**Describe the bug** Generated docs.go file has non-conventional header. **To Reproduce** Generate pretty much anything. **Expected behavior** According to [go:generate docs](https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source): > To convey to humans and machine tools that...