Merge pull request #1621 from jlucfarias/add-symbols-skyline

Add symbols for skyline
This commit is contained in:
CuriousTommy 2025-10-17 20:30:22 -07:00 committed by GitHub
commit ed47f71924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -21,3 +21,5 @@ IMAGEIO_EXTERN const CFStringRef kCGImagePropertyExifDictionary;
IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFXResolution;
IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFYResolution;
IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFOrientation;
IMAGEIO_EXTERN const CFStringRef kCGImagePropertyHasAlpha;

View File

@ -27,6 +27,9 @@ const CFStringRef kCGImagePropertyGIFDelayTime = CFSTR("DelayTime");
const CFStringRef kCGImagePropertyGIFDictionary = CFSTR("{GIF}");
const CFStringRef kCGImagePropertyGIFLoopCount = CFSTR("LoopCount");
const CFStringRef kCGImagePropertyGIFUnclampedDelayTime = CFSTR("UnclampedDelayTime");
const CFStringRef kCGImagePropertyHasAlpha = CFSTR("HasAlpha");
const CFStringRef kCGImagePropertyProfileName = CFSTR("ProfileName"); // guessed value
const CFStringRef kCGImagePropertyAPNGDelayTime = CFSTR("APNGDelayTime"); // ditto
const CFStringRef kCGImagePropertyAPNGLoopCount = CFSTR("APNGLoopCount"); // ditto