this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Add symbols for skyline

authored by

CuriousTommy and committed by
GitHub
ed47f719 05596359

+5
+2
src/frameworks/ImageIO/include/ImageIO/CGImageProperties.h
··· 21 21 IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFXResolution; 22 22 IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFYResolution; 23 23 IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFOrientation; 24 + 25 + IMAGEIO_EXTERN const CFStringRef kCGImagePropertyHasAlpha;
+3
src/frameworks/ImageIO/src/CGImageProperties.m
··· 27 27 const CFStringRef kCGImagePropertyGIFDictionary = CFSTR("{GIF}"); 28 28 const CFStringRef kCGImagePropertyGIFLoopCount = CFSTR("LoopCount"); 29 29 const CFStringRef kCGImagePropertyGIFUnclampedDelayTime = CFSTR("UnclampedDelayTime"); 30 + 31 + const CFStringRef kCGImagePropertyHasAlpha = CFSTR("HasAlpha"); 30 32 const CFStringRef kCGImagePropertyProfileName = CFSTR("ProfileName"); // guessed value 33 + 31 34 const CFStringRef kCGImagePropertyAPNGDelayTime = CFSTR("APNGDelayTime"); // ditto 32 35 const CFStringRef kCGImagePropertyAPNGLoopCount = CFSTR("APNGLoopCount"); // ditto