-1

Does the G'MIC (Grey's Magic Image Converter) library work on iOS ?

what steps i should take in order to begin adapting it?

this is library link http://gmic.sourceforge.net/gimp.shtml

neubert
  • 15,947
  • 24
  • 120
  • 212

1 Answers1

0

So long as it's written in C++, it should have no problem running on an iOS device. You could even write a thin ObjC++ wrapper for it to make your life a bit easier, but in it's current form, it should work smashingly.

CodaFi
  • 43,043
  • 8
  • 107
  • 153