mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Refactor internal 'resize' to more apt 'pipeline'
Refactor 'composite' C to C++ 'operations'
This commit is contained in:
8
src/pipeline.h
Executable file
8
src/pipeline.h
Executable file
@@ -0,0 +1,8 @@
|
||||
#ifndef SRC_PIPELINE_H_
|
||||
#define SRC_PIPELINE_H_
|
||||
|
||||
#include "nan.h"
|
||||
|
||||
NAN_METHOD(pipeline);
|
||||
|
||||
#endif // SRC_PIPELINE_H_
|
||||
Reference in New Issue
Block a user