Searched refs:NSImageEXIFData (Results 1 – 12 of 12) sorted by relevance
111 … [imgProps setValue:[tmpImageRep valueForProperty:NSImageEXIFData] forKey:NSImageEXIFData];159 … [destImageRep setProperty:NSImageEXIFData withValue:[imgProps objectForKey:NSImageEXIFData]];181 [imgProps setValue:[tmpImageRep valueForProperty:NSImageEXIFData] forKey:NSImageEXIFData];268 … [newImageRep setProperty:NSImageEXIFData withValue:[imgProps objectForKey:NSImageEXIFData]];415 tempVal = [[activeImage bitmapRep] valueForProperty:NSImageEXIFData];417 [imgProps setObject:tempVal forKey:NSImageEXIFData];418 NSLog(@"beforeFilter: %@", [[activeImage bitmapRep] valueForProperty:NSImageEXIFData]);424 if ([imgProps objectForKey:NSImageEXIFData] != nil)441 [imgProps setObject:exifDict forKey:NSImageEXIFData];443 …[[activeImage bitmapRep] setProperty:NSImageEXIFData withValue:[imgProps objectForKey:NSImageEXIFD…[all …]
22 extern NSString *NSImageEXIFData;
14 NSString *NSImageEXIFData = @"NSImageEXIFData";
42 #define NSImageEXIFData @"NSImageEXIFData" macro553 [imgProps setValue:[srcImageRep valueForProperty:NSImageEXIFData] forKey:NSImageEXIFData];572 [destImageRep setProperty:NSImageEXIFData withValue:[imgProps valueForKey:NSImageEXIFData]];852 … [imgProps setValue:[srcImageRep valueForProperty:NSImageEXIFData] forKey:NSImageEXIFData];900 … [destImageRep setProperty:NSImageEXIFData withValue:[imgProps objectForKey:NSImageEXIFData]];
121 APPKIT_EXPORT NSString *NSImageEXIFData; // No GNUstep support yet; for reading & writing JPEG variable
76 NSImageEXIFData: NSString; cvar; external;
130 NSString *NSImageEXIFData = @"NSImageEXIFData"; // No support yet in GNUstep
407 reason the "Orientation" tag does not exist in the "NSImageEXIFData"
80 //APPKIT_EXTERN NSString* NSImageEXIFData AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER; /…