holm76
holm76
I need this too. Actually I would love to be able to throw a WEBP file into this library and be returned an object with a list of images. If...
> FWIW, I ended up using [Magick.NET](https://github.com/dlemstra/Magick.NET) to convert WebP images to PNG's (single frame) or GIF's (animated). My code looks like: > > ``` > public static Bitmap NewBitmap(this...
I may not have written my extension correctly! I've solved it by running the parser twice. First without my custom extension and then with my extension added and then I...
I do agree with you. Was looking for best practice solutions but I can probably find those other places.
Yeah unfortunately we don't have a choice on protocol. We are adding support requested by customer. They need FTP support for monitoring files from a 3. party system that use...