Clinton Ingram

Results 101 comments of Clinton Ingram

Yeah, that error would be expected for WASM -- for now. Currently, we require access to the Windows native codecs to decode and encode images . Almost all of the...

I haven't had any time to look at this, but now that I have the base set of native codec packages done, it may not be too difficult to get...

Yeah, for now it's only configurable from web.config, but I like your idea for an injectable folder config. I built WebRSize originally for one specific use case, so I haven't...

Definitely for a proof-of-concept or a short term solution, you could just modify your own copy of WebRSize. I believe you would only need to change the `WebRSizeModule` to do...

I'm afraid not. There is a hard dependency on the Windows Imaging Component (WIC) for codec, metadata, and color management support for now. I am working on replacing those dependencies...

> A good starting point would be to split this library into platform dependant and independant parts, so that e.g. the high quality convolution code could be used in say...

Yep, I've been meaning to put an update on here. The 0.13 release (which is very nearly done) will include full support for plug-in codecs, clearing the way to integrate...

ImageSharp has definitely closed the gap with their 2.0 release, but I've got some decent improvements coming in MagicScaler 0.13 as well 🚀 The codecs are the main bottleneck for...

I am pleased to announce that with the v0.13.2 release, MagicScaler is now usable from Linux! I've published [native codec packages](https://www.nuget.org/packages?q=photosauce.nativecodecs) for JPEG, PNG, GIF, WebP, HEIF, and JXL. There...

This has been on my list for a while. I guess I'll get busy on it