mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 21:56:18 +01:00
Expose unlimited option for HEIF input
This commit is contained in:
@@ -206,6 +206,11 @@ namespace sharp {
|
||||
*/
|
||||
bool ImageTypeSupportsPage(ImageType imageType);
|
||||
|
||||
/*
|
||||
Does this image type support removal of safety limits?
|
||||
*/
|
||||
bool ImageTypeSupportsUnlimited(ImageType imageType);
|
||||
|
||||
/*
|
||||
Open an image from the given InputDescriptor (filesystem, compressed buffer, raw pixel data)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user