mirror of
https://github.com/lovell/sharp.git
synced 2025-07-13 12:20:13 +02:00
Support gamma correction of images with alpha channel Favour shrink over affine when reducing by integral factor
9 lines
117 B
C
9 lines
117 B
C
#ifndef SRC_METADATA_H_
|
|
#define SRC_METADATA_H_
|
|
|
|
#include "nan.h"
|
|
|
|
NAN_METHOD(metadata);
|
|
|
|
#endif // SRC_METADATA_H_
|