In my application, I have one functionality called mosaic image generation.
The detail flow is getting user's facebook profile image as input image. Based on the photo's that was uploaded by the user and their friend's profile pictures are input image.
Based on this i have to form a new "mosaic image".
Here am using ruby on rails application.
Is the any gem's available to form a mosaic image?
Can any one give me the solution.