mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Refactor conv op to use slightly safer std::vector
Inspired by similar change to recomb op in commit 60c5c50
This commit is contained in:
@@ -197,7 +197,7 @@ struct PipelineBaton {
|
||||
std::unordered_map<std::string, std::string> withExif;
|
||||
bool withExifMerge;
|
||||
int timeoutSeconds;
|
||||
std::unique_ptr<double[]> convKernel;
|
||||
std::vector<double> convKernel;
|
||||
int convKernelWidth;
|
||||
int convKernelHeight;
|
||||
double convKernelScale;
|
||||
|
||||
Reference in New Issue
Block a user