this repo has no description
1
fork

Configure Feed

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

ImageIO constants (#445)

+2
+2
src/ImageIO/src/ImageIO.m
··· 29 29 const CFStringRef kCGImagePropertyDPIHeight = CFSTR("DPIHeight"); 30 30 const CFStringRef kCGImagePropertyDPIWidth = CFSTR("DPIWidth"); 31 31 const CFStringRef kCGImageSourceCreateThumbnailFromImageIfAbsent = CFSTR("kCGImageSourceCreateThumbnailFromImageIfAbsent"); 32 + const CFStringRef kCGImagePropertyPixelHeight = CFSTR("PixelHeight"); 33 + const CFStringRef kCGImagePropertyPixelWidth = CFSTR("PixelWidth"); 32 34 33 35 static int verbose = 0; 34 36