Merge pull request #5713 from lbguilherme/patch-1

gm: add support for subClass({nativeAutoOrient: true})
This commit is contained in:
Masahiro Wakame
2015-09-09 01:22:29 +09:00
Vendored
+1
View File
@@ -13,6 +13,7 @@ declare module "gm" {
module m {
export interface ClassOptions {
imageMagick?: boolean;
nativeAutoOrient?: boolean;
}
export interface CompareCallback {