Home · pvantrepote/ImageKit Wiki · GitHub
Skip to content
pvantrepote edited this page Oct 28, 2011 · 6 revisions

Welcome to the ImageKit wiki!

This is a framework for image manipulation. First checkin contain basic save PNG support.

Sample of png usage

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"];

TODO

  • Read/Write different file format (jpeg, tiff, ...)
  • Filter and effects (using opengl/ciimage filter)
  • OpenGL textures handling ?

Clone this wiki locally