-2

I'm building a photo-framing application using Kinetic JS (which is great, by the way).

I would like the photo, which starts life as a JPEG, to have blurred edges so it is blended in nicely to its patterned background.

Is there any native way using Kinetic or JS to blend in the edge borders (say 10 pixels) of a photo with its background?

Drongo
  • 43
  • 2
  • http://kineticjs.com/docs/symbols/Kinetic.Filters.php you basically get 3 image filters, and blur-edges is not one of them. You would have to have the photo already blurred before you add it to the stage. – SoluableNonagon Jan 25 '13 at 17:28

1 Answers1

0

kineticjs doesn't but you can use it in conjunction with other frameworks, try:

  http://creativejs.com/2011/12/day-5-blur-that-canvas/
SoluableNonagon
  • 11,541
  • 11
  • 53
  • 98