mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 22:26:20 +01:00
Base maximum output dimensions on limitation of format
This commit is contained in:
@@ -184,6 +184,11 @@ namespace sharp {
|
||||
*/
|
||||
void SetDensity(VImage image, const int density);
|
||||
|
||||
/*
|
||||
Check the proposed format supports the current dimensions.
|
||||
*/
|
||||
void AssertImageTypeDimensions(VImage image, ImageType const imageType);
|
||||
|
||||
/*
|
||||
Called when a Buffer undergoes GC, required to support mixed runtime libraries in Windows
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user