1

I am new to Image editing and i am working on a Collage Tool which can add images according to different collage shapes and make them one image and save it to Photo gallery.. I have seen the following links but i cant achieve what i want..

Collage of images with different shapes and How to make collage of images according to different shapes

Community
  • 1
  • 1
champ
  • 11
  • 4
  • I tried above links but i cant achieve what i want.. I just want to know if any other better solution is available for this kind of functionality.. – champ Oct 03 '14 at 14:51
  • Please understand that questions which just look for ready-made solutions are not welcome on SO. Please read the FAQ. – Nikolai Ruhe Oct 03 '14 at 14:52
  • Its my first question in Stackoverflow and i dont want ready-made solution i just want ideas to solve this. – champ Oct 03 '14 at 15:12
  • Any chance that you can let us know if the suggestion below works? I'd also be interested if you care to share any alternate solution you may have come up with... – Tommie C. Aug 10 '15 at 13:48

1 Answers1

0

See this question to get a headstart. Basically I use some CG calls and CGRects to arrange a series of images into a photo collage. To save to the photo library, just do a search on SO for that topic or try using UIImageWriteToSavedPhotosAlbum function. Read the quick help or the full documentation in Xcode to get tips on how to use the class. You can also Cmd-click on any type to read Apple's detailed comments on how to use specific classes in their APIs.

Community
  • 1
  • 1
Tommie C.
  • 12,895
  • 5
  • 82
  • 100