meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Mixing multiple images #15

Open gbonamy opened 12 years ago

gbonamy commented 12 years ago

Hi this is a great project!

I notice that you had an image blender. It would be great if instead of proving a single Parent, you could provide an array of them. This would be much faster than the current solution of running the blender multiple times (or at least it seems like it would be). Perhaps this is already possible if so please let me know how.

This would be useful to merge B&W images into RGB pictures for instance.

Thanks,

Ghislain

meltingice commented 12 years ago

This isn't possible right now, but it sounds like something that might not be too difficult to add. I'll have to look into it.