saucecontrol / PhotoSauce

MagicScaler high-performance, high-quality image processing pipeline for .NET
http://photosauce.net/
MIT License
569 stars 49 forks source link

Request more control over input/output pixel formats (BGRA32 / PBGRA32) #90

Open rickbrew opened 2 years ago

rickbrew commented 2 years ago

I have two specific needs when using MagicScaler that, from our discussions on Discord, are not quite satisfied:

rickbrew commented 1 year ago

Like we discussed on Discord, it would also be really useful if [P]BGRA128F were supported end-to-end. Other pixel formats are optimization gravy. This would allow me to normalize on [P]BGRA128F -- especially for my own implementations of scalers or other kernels -- and to just use converters for other pixel formats when necessary.