From b86a2947e221ad463c869e5591129c150569630f Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Sun, 23 Nov 2014 23:09:09 -0600 Subject: [PATCH] Fix some image info fields --- gm/gm.d.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gm/gm.d.ts b/gm/gm.d.ts index 2742aa6f3..2d67a9d3a 100644 --- a/gm/gm.d.ts +++ b/gm/gm.d.ts @@ -73,15 +73,16 @@ declare module "gm" { 'JPEG-Quality'?: string; 'JPEG-Colorspace'?: string; 'JPEG-Colorspace-Name'?: string; - 'JPEG_Sampling-factors'?: string; + 'JPEG-Sampling-factors'?: string; 'Matte Color': string; Orientation: string; 'Page geometry': string; path: string; - 'Png:IHDR.color-type-orig'?: string; - 'Png:IHDR.bit-depth-orig'?: string; + 'Profile-color'?: string; - 'Profile-iptc'?: any; + 'Profile-iptc'?: { + [key: string]: string; + }; 'Profile-EXIF'?: { [key: string]: string; };