-
As a follow up to #42, I started yesterday cooking my own AVX2 image downsampler that uses SoA.
I still have a long way to go learning all the SIMD optimizations, but being a former Commodore Amig…
-
Mission accomplished. Microsoft is reviving the [Windows PowerToys](https://github.com/microsoft/PowerToys) and we're going to be a part of it.
### To Do
- [x] Fix a few issues
- [x] Migrate …
-
Many photos are now in HEIC format. Can support for this format be added?
-
We're decoding some images directly into YCbCr planes (via ffmpeg and libheif).
It would be handy to avoid the RGB conversions and pass these buffers in directly to MagicScaler.
e.g.
```cshar…
-
## Changes in v0.10
### Breaking Changes
* The behavior of `CropScaleMode.Max` has been changed so that it no longer upscales the source image if the target size is greater https://github.com/sa…
-
Currently our images and internal buffers are limited to `Int32.MaxValue` size, `ArgumentOutOfRange` exception [is thrown](https://github.com/SixLabors/Core/blob/master/src/SixLabors.Core/Memory/Array…
-
After register dll, Windows Photo Viewer still load jls files failed.
![error](https://user-images.githubusercontent.com/50478427/57752801-dfdb6d80-771c-11e9-81dd-450da11c0933.png)
-
When installing the vcrun2008 libraries, an error appears: vcrun2008 install completed, but installed file /home/acer/pfx/dosdevices/c:/Program Files (x86) (x86)/Common Files/Microsoft Shared/ VC/msdi…
-
I am trying to write directly to Azure Blob storage write stream and am getting an error that:
_Output_ Stream must allow Seek and Write_
There's no reason that you need to Seek when writing. Pl…
-
We are using MagicScaler in a WPF application to resize images and encountered a strange problem:
Depending on whether the call to ProcessImage happens on the main thread or in a background thread*…