mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Allow separate parameters for gamma encoding and decoding (#1439)
This commit is contained in:
@@ -87,6 +87,7 @@ struct PipelineBaton {
|
||||
double linearA;
|
||||
double linearB;
|
||||
double gamma;
|
||||
double gammaOut;
|
||||
bool greyscale;
|
||||
bool normalise;
|
||||
bool useExifOrientation;
|
||||
|
||||
Reference in New Issue
Block a user