PdfSharpCore
PdfSharpCore copied to clipboard
can't load PDF with TIF image
I found #199 which looks like the same issue but it says the issue should be fixed.
I'm getting this exception:
SixLabors.ImageSharp.UnknownImageFormatException: Image cannot be loaded. Available decoders:
- BMP : BmpDecoder
- TGA : TgaDecoder
- GIF : GifDecoder
- PNG : PngDecoder
- JPEG : JpegDecoder
at SixLabors.ImageSharp.Image.Load[TPixel](Configuration configuration, Stream stream, IImageFormat& format)
at PdfSharpCore.Utils.ImageSharpImageSource`1.FromStreamImpl(String name, Func`1 imageStream, Nullable`1 quality)
at PdfSharpCore.Drawing.XImage..ctor(Func`1 stream)
at PdfSharpCore.Drawing.XImage.FromStream(Func`1 stream)