We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the ImageKit wiki!
This is a framework for image manipulation. First checkin contain basic save PNG support.
IKPNGImage* img = (IKPNGImage*)[IKPNGImage imageWithUIImage:srcImage]; .... img.title = @"This is a nice picture"; img.author = @"Pascal Vantrepote"; img.dpi = 150; img.interlaced = YES; [img writeToFile:@"myFile.png"];