jetelain / HugeImages

Library to manipulate extremely large images with ImageSharp
MIT License
0 stars 0 forks source link

Can the libaray load a huge exist image file but not create a new one? #5

Open CougarsJ opened 2 months ago

CougarsJ commented 2 months ago

I have to process an huge tiff image, if loaded by image sharp ,it will throw an exception. How to load an exist large tiff file using this library.

jetelain commented 2 months ago

Hi, No this library is not able to load a tiff by it's own. It relies on ImageSharp for loading common file formats like tiff. What is the error you get with ImageSharp ? which version does you use ?