PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

can't load PDF with TIF image

Open ghosttie opened this issue 2 years ago • 0 comments

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)

ghosttie avatar Aug 30 '23 22:08 ghosttie