PhotoSauce icon indicating copy to clipboard operation
PhotoSauce copied to clipboard

MagicScaler high-performance, high-quality image processing pipeline for .NET

Results 31 PhotoSauce issues
Sort by recently updated
recently updated
newest added

I'm trying to convert sample1.heic from https://filesamples.com/formats/heic ([image1.zip](https://github.com/saucecontrol/PhotoSauce/files/9071663/image1.zip)) using the latest version from nuget (PhotoSauce.MagicScaler 0.13.0 and PhotoSauce.NativeCodecs.Libheif 1.12.0-Preview2) on .NET 6.0: ```csharp CodecManager.Configure(codecs => { var wicheif = codecs.OfType().FirstOrDefault(c...

I have two specific needs when using MagicScaler that, from our discussions on Discord, are not quite satisfied: - The ability to provide a BGRA32 input and get the output...

enhancement

It would be nice to have a "smart crop" feature. The main function of those kind of apps is generating thumbnails, so the resize/crop part functionality is the most important...

enhancement

is it possible to run this library under ubuntu? Unfortunately, he receives a message under the implementation `An unhandled exception occurred while processing the request. TypeLoadException: Could not load type...

Im trying to use your PhotoSauce to resize a image loaded on Memory stream, is it possible to make it supported on Blazor? Code that Im using: var memoryStream =...

enhancement
help wanted

Hi, I am getting the below error while trying to execute the below code in script component in SSIS Package on server while it runs good on visual studio if...

needs-more-info

Is there a way to apply a partial overlay or blue partial part in the image? I've a unique case where we have to hide/ cut out a specific area...

question

Hi, Just found your nuget package and am trying to generate thumbnails of my Sony ARW (RAW) photos. The thumbnail stuff is working great, but I would also like to...

enhancement

It would be nice to be able to specify image paths dynamically from code. I'm trying to implement WebRSize in my custom CMS which has plugins and widgets which will...

enhancement

I'd love to see some support for WebP image format. It's often used to serve smaller image sizes for browsers that support it. I have no idea how difficult it...

enhancement