Skip to content

Commit

Permalink
initial changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tj_devel709 committed Jul 9, 2021
1 parent 9d31e45 commit 6a2d1b9
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 60 deletions.
48 changes: 48 additions & 0 deletions src/imageio.cs
Expand Up @@ -1243,6 +1243,10 @@ interface CGImageProperties {
[Field ("kCGImagePropertyImageCount")]
NSString ImageCount { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyImageIndex")]
NSString ImageIndex { get; }

[Mac (10, 13), iOS (11,0), TV (11,0), Watch (4,0)]
[Field ("kCGImagePropertyWidth")]
NSString Width { get; }
Expand Down Expand Up @@ -2051,6 +2055,50 @@ interface CGImageProperties {
[MacCatalyst (14,1)]
[Field ("kCGImagePropertyTGACompression")]
NSString TgaCompression { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupImageIndexLeft")]
NSString GroupImageIndexLeft { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupImageIndexRight")]
NSString GroupImageIndexRight { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupImageIsAlternateImage")]
NSString GroupImageIsAlternateImage { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupImageIsLeftImage")]
NSString GroupImageIsLeftImage { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupImageIsRightImage")]
NSString GroupImageIsRightImage { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupImagesAlternate")]
NSString GroupImagesAlternate { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupIndex")]
NSString GroupIndex { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroups")]
NSString Groups { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupType")]
NSString GroupType { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupTypeStereoPair")]
NSString GroupTypeStereoPair { get; }

[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), Watch (8,0)]
[Field ("kCGImagePropertyGroupTypeAlternate")]
NSString GroupTypeAlternate { get; }
}

[iOS (7,0)]
Expand Down
12 changes: 0 additions & 12 deletions tests/xtro-sharpie/MacCatalyst-ImageIO.todo

This file was deleted.

12 changes: 0 additions & 12 deletions tests/xtro-sharpie/iOS-ImageIO.todo

This file was deleted.

12 changes: 0 additions & 12 deletions tests/xtro-sharpie/macOS-ImageIO.todo

This file was deleted.

12 changes: 0 additions & 12 deletions tests/xtro-sharpie/tvOS-ImageIO.todo

This file was deleted.

12 changes: 0 additions & 12 deletions tests/xtro-sharpie/watchOS-ImageIO.todo

This file was deleted.

0 comments on commit 6a2d1b9

Please sign in to comment.