Set stroke to any shape of image

Can i give green color stroke to image . like the following attached image

did you tried creating another image behind it give it blur effect and a color? there are other effects on corona that can help you easy to managed that. the image needs to be transparent ofc.

Images cannot be stroked as they are not vector objects.  you will need to make the image like that in Photoshop ideally or do what @carlos says and place another image behind it and load both into a display group.  

note: the blur filter is really CPU intensive so use it sparingly.  it is much better to pre-blur the image in Photoshop if you can.

you can take screenshots of the blured object, remove the blured intensive cpu image and use the new screenshot image behind that image. i’ve done that on some projects with 100% success without slowing the app and not depending on the image. the function is pretty simple, you enter an image in the function, it will return a “halo” effect on that image. its less expensive for a project, since you only do this code once. if you ask a designer to do X effects to each image, it will take X time, and you app will grow 2x more without the need. my 2 cents.

did you tried creating another image behind it give it blur effect and a color? there are other effects on corona that can help you easy to managed that. the image needs to be transparent ofc.

Images cannot be stroked as they are not vector objects.  you will need to make the image like that in Photoshop ideally or do what @carlos says and place another image behind it and load both into a display group.  

note: the blur filter is really CPU intensive so use it sparingly.  it is much better to pre-blur the image in Photoshop if you can.

you can take screenshots of the blured object, remove the blured intensive cpu image and use the new screenshot image behind that image. i’ve done that on some projects with 100% success without slowing the app and not depending on the image. the function is pretty simple, you enter an image in the function, it will return a “halo” effect on that image. its less expensive for a project, since you only do this code once. if you ask a designer to do X effects to each image, it will take X time, and you app will grow 2x more without the need. my 2 cents.