diff --git a/gm/gm.d.ts b/gm/gm.d.ts index d7272397e..964decdee 100644 --- a/gm/gm.d.ts +++ b/gm/gm.d.ts @@ -9,6 +9,9 @@ declare module "gm" { import stream = require('stream'); function m(image: string): m.State; + function m(stream:NodeJS.ReadableStream, image?: string): m.State; + function m(buffer:Buffer, image?: string): m.State; + function m(width:number, height:number, color?:string): m.State; namespace m { export interface ClassOptions {