| 67 | }; |
| 68 | |
| 69 | ImageSourcePtr CreateImageSource(const std::string& filepath) |
| 70 | { |
| 71 | return ImageSourcePtr(new FileImageSource(filepath)); |
| 72 | } |
| 73 | |
| 74 | ImageSourcePtr CreateImageSource(v8::Local<v8::Object> imageBuffer) |
| 75 | { |
no outgoing calls
no test coverage detected