fabricjs / fabricjs.com

http://fabricjs.com
237 stars 141 forks source link

Create photo collage with different templates #187

Open nitin-bc opened 6 years ago

nitin-bc commented 6 years ago

Hi,

Is there any solution to create photo collage with different templates like this @ https://www.photocollage.com/

Our many clients are looking for this solution. Can you please help me out?

asturur commented 6 years ago

That website is built on fabric.js itselft. Why you ask?

nitin-bc commented 6 years ago

Thanks for your prompt response. Yes, I have the idea about it. I just want to know is there any inbuilt fabric feature they used or any specific customization will be needed.

asturur commented 6 years ago

depends on your project. fabric is a generic canvas library. if you want to add picture and export the composition is generally enough the library itself

nitin-bc commented 6 years ago

Our clients are looking for the same solution like photo collage solution in which they can create multiple templates in different shapes and their customers can apply their photos in those particular templates as per need. I like the way used by https://www.photocollage.com/.

I have the idea about clip feature as well but how can I use that clip to feature in case of different types of templates for the photo collage. Hope you are getting my concern? I am curious to know some hint or path to move forward.

I will appreciate your great support.

av01d commented 6 years ago

Hi Nitin, Arjan here (developer of photocollage.com). You sent me an email asking the same question, remember? Like asturur says, photocollage.com is just a website/tool built using fabricjs. We're using fabricjs as the basis, and have extended it with custom classes etc. Development of this website took several months (I was and still am the only developer). I suggest you take the same route: just begin with fabricjs, and extend it with the features you need. Google is your friend, there's quite a lot to find about fabricjs online. Good luck!

alperxx commented 5 years ago

I need same project. I'm trying to catch alpha places yet. https://github.com/fabricjs/fabric.js/issues/5403