Bitmap with metadata (image orientation, flash status, etc) More...
#import <PxMetaImage.h>
Class Methods | |
(PxMetaImage *_Nonnull) | + new: |
Creates PxMetaImage from image. Attempts to retrieve metadata information from the image specifed. More... | |
(PxMetaImage *_Nonnull) | + new:withMetadata: |
Creates PxMetaImage from image and its associated metadata. More... | |
(PxMetaImage *_Nonnull) | + new:withPath: |
Creates PxMetaImage from image and its local file system path. More... | |
(PxMetaImage *_Nonnull) | + new:withURL: |
Creates PxMetaImage from image and its URL. More... | |
Properties | |
UIImage * | image |
The underlying UIImage. | |
PxMetaImage_ColorHint | colorHint |
Image color hint. | |
PxMetaImage_DevicePlatform | devicePlatform |
Image device platform. | |
PxMetaImage_Orientation | orientation |
Image orientation. | |
PxMetaImage_FlashStatus | flashStatus |
Image flash usage status. | |
unsigned short | isoSpeedRatings |
Image ISO speed ratings. | |
BOOL | hasStrongShadows |
YES if image has strong shadows. | |
unsigned int | pageNumber |
Image page number. | |
Bitmap with metadata (image orientation, flash status, etc)
@interface PxMetaImage
+ (PxMetaImage* _Nonnull) new: | (UIImage *_Nullable) | image |
Creates PxMetaImage from image. Attempts to retrieve metadata information from the image specifed.
image | input image |
+ (PxMetaImage* _Nonnull) new: | (UIImage *_Nonnull) | image | |
withMetadata: | (NSDictionary *_Nonnull) | metadata | |
Creates PxMetaImage from image and its associated metadata.
image | input image |
metadata | dictionary with metadata values |
+ (PxMetaImage* _Nonnull) new: | (UIImage *_Nonnull) | image | |
withPath: | (NSString *_Nonnull) | path | |
Creates PxMetaImage from image and its local file system path.
image | input image |
path | image path |
+ (PxMetaImage* _Nonnull) new: | (UIImage *_Nonnull) | image | |
withURL: | (NSString *_Nonnull) | url | |
Creates PxMetaImage from image and its URL.
image | input image |
url | image URL |