Comparing version 1.18.0 to 1.18.1
// Type definitions for gm 1.18 | ||
// Project: https://github.com/aheckmann/gm | ||
// Definitions by: Joel Spadin <https://github.com/ChaosinaCan>, Maarten van Vliet <https://github.com/maartenvanvliet> | ||
// Definitions by: Joel Spadin <https://github.com/ChaosinaCan> | ||
// Maarten van Vliet <https://github.com/maartenvanvliet> | ||
// Vaclav Mlejnsky <https://github.com/mlejva> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -118,2 +120,3 @@ | ||
colorspace(space: ColorSpace | string): State; | ||
command(customCommand: string): State; | ||
compose(operator: ComposeOperator | string): State; | ||
@@ -161,2 +164,3 @@ compress(type: CompressionType | string): State; | ||
implode(factor?: number): State; | ||
in(...customArguments: string[]): State; | ||
intent(type: IntentType | string): State; | ||
@@ -195,2 +199,3 @@ interlace(type: InterlaceType | string): State; | ||
orderedDither(channelType: ChannelType | string, NxN: string): State; | ||
out(...customArguments: string[]): State; | ||
outputDirectory(directory: string): State; | ||
@@ -197,0 +202,0 @@ page(width: number, height: number, arg?: '%' | '!' | '<' | '>' |string): State; |
{ | ||
"name": "@types/gm", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"description": "TypeScript definitions for gm", | ||
@@ -8,3 +8,3 @@ "license": "MIT", | ||
{ | ||
"name": "Joel Spadin", | ||
"name": " Joel Spadin", | ||
"url": "https://github.com/ChaosinaCan", | ||
@@ -17,2 +17,7 @@ "githubUsername": "ChaosinaCan" | ||
"githubUsername": "maartenvanvliet" | ||
}, | ||
{ | ||
"name": "Vaclav Mlejnsky", | ||
"url": "https://github.com/mlejva", | ||
"githubUsername": "mlejva" | ||
} | ||
@@ -23,3 +28,3 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -30,4 +35,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "6df9d6b989c96d07e351a2193b6248e065bea1414aff43ac557600803cb2202b", | ||
"typesPublisherContentHash": "5a569b4a09931f4ece0acc49a4fa1864142420a44821d4d45d89288a47e43418", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/gm | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gm | ||
Additional Details | ||
* Last updated: Tue, 08 May 2018 16:41:34 GMT | ||
* Dependencies: stream, node | ||
* Last updated: Fri, 05 Oct 2018 18:12:55 GMT | ||
* Dependencies: node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Joel Spadin <https://github.com/ChaosinaCan>, Maarten van Vliet <https://github.com/maartenvanvliet>. | ||
These definitions were written by Joel Spadin <https://github.com/ChaosinaCan>, Maarten van Vliet <https://github.com/maartenvanvliet>, Vaclav Mlejnsky <https://github.com/mlejva>. |
Sorry, the diff of this file is not supported yet
23255
557