Jose M. Piñeiro

Results 12 comments of Jose M. Piñeiro

Please, give me more details. Load animated WebP into ¿....? Convert animated WebP to ¿...?

In the new version, the DLL suport animated WebP. But it is trying to decode and render in an image (a windows bitmap). Bitmaps are static, so they will hardly...

I have updated the 64-bit library to version 1.2.1 Please try her. If you use the 32-bit version, I recommend you recompile this library. I have put instructions on how...

Please, test this change: [DllImport("kernel32.dll", EntryPoint = "CopyMemory", SetLastError = false)] You should end up with: [DllImport("kernel32.dll", EntryPoint = "RtlMoveMemory", SetLastError = false, ExactSpelling = true)] internal static extern void...

Not have nuget package. For use: - Copy the CS file in your program folder. - Add the CS file to your proyect. - Add "using WebPWrapper;" in your form...

Please, test https://github.com/stulzq/dotnetcore-image

It's been over a year now. Do you have an answer from the author of rdopt? Do you really need a license change if the patent has expired?

@viresh-ratnakar Good news!!

You have windows binaries in https://encode.ru/threads/1892-mozjpeg

Is the same optimization that https://github.com/mozilla/mozjpeg/issues/81 And similar to https://github.com/mozilla/mozjpeg/issues/182