Skip to content

Commit

Permalink
Fix some image info fields
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Nov 24, 2014
1 parent d172093 commit b86a294
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gm/gm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit b86a294

Please sign in to comment.