Aspose.Imaging by Aspose

<PackageReference Include="Aspose.Imaging" Version="24.3.0" />

.NET API 15,317,024 bytes

 IImageLoaderDescriptor

The image loader descriptor specifying the loader properties. The loader descriptor is used to overcome the necessity to contain each image loader instance in memory and multithreading issues.
bool CanLoad(StreamContainer streamContainer, LoadOptions loadOptions)

Determines whether image loader can read a new image from the specified stream and optionally using the loadOptions.

Creates a new loader instance.