Mark fleming
Mark fleming
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of Magick.NET ### System Configuration - Magick.NET...
When opening image with metadata and resaving to JPG, some of the Metadata is stripped when saving it. EXIF metadata is not stripped. BUT GPS and IPTC metadata is stripped....
Feature request: this sample code has basic http: PUT, POST and GET controllers. It should be easy to merge this into this editor to give options to PUT File to...
in MNAttributedString.m Updated. # if TARGET_OS_IPHONE +(BOOL)hasUIKitAdditions { // NSAttributeString is enhanced in ios 6.0 return ([[[UIDevice currentDevice] systemVersion] compare:@"6.0"] != NSOrderedAscending); } # endif Also on ios 5.1 I...
Fixed by change to the following: -(id)initWithColor:(UIColor *)color { if ((self = [super init])) { // Need to deal with CTForegroundColor = " [ (kCGColorSpaceDeviceGray)](0 1)"; if ([color getRed:&_red green:&_green...