-
In the previous versions I had no problems with the following code.
`ImageSource.ImageSourceImpl ??= new ImageSharpImageSource();
header.AddImage(ImageSource.FromFile(Invoice.Image));`
Now I get…
-
Can someone upgrade this package?
https://github.com/advisories/GHSA-65x7-c272-7g7r
As per author, they already fixed the issue but PdfSharpCore is still using old package.
Thanks
-
Thanks for this library, very helpful for what I am working on.
I am trying to load an HEIC image using ImageSharp using this library. It works on windows but when I try to load it on android (I am…
-
I have a jpg image (JFIF) that uses grayscale (has one color component according to exiftool). Everything works well when I add my image to a pdf document with the current version of PdfSharpCore. But…
-
I feel like I must be missing something basic, but I can't tell what. No matter how I configure things, I'm just not able to query the *Sharp version of images.
I'm running 3.4.0-beta.2 of this pl…
-
Umbraco version 13.4.0
Error: Images List cannot display in the Media Windows.
The Exception is: MissingMethodException: Method not found: 'Void SixLabors.ImageSharp.Web.Resolvers.AWS.AWSS3StorageI…
-
Hi @ststeiger !
Help me please! When i try to open TIFF image i get exception: SixLabors.ImageSharp.UnknownImageFormatException
Exception:
> SixLabors.ImageSharp.UnknownImageFormatException: Im…
-
### Description
I need to send a text to a 128x64 LCD display. I need to generate a bmp and draw some text over. I first use System.Drawing but due to problems with windows nano container I migrate t…
-
While Magick.NET works perfectly fine, it's not really developer-friendly, hence the proposal to switch over to ImageSharp.
It's also actively in development and has [a bunch of samples](https://gith…
-
I'm hoping this is the right place, please let me know If I shouldraise the issue elsewhere.
For SDK versions prior to .NET 5 previews it is possible to declare `InternalsVisibleTo` values in a `Di…