How to include a square frame around a picture

Hello everybody, I need your design help from you!
How would include a frame (of a painting for example) to a normal picture?
Thank you in advance!!

1 Like

See post below, same principal

You can do this by using a canvas with an imageSprite.

Set the canvas background to a colour, or an image of a frame, then set the imagesprite to fit inside this, and load the image to the iamge sprite. Save canvasAs to output your combined image.

If you have online resources(e.g. your own server with php and imagemagick), you could use imagemagick to do this for you:
http://www.imagemagick.org/Usage/crop/

1 Like

I think @TIMAI2 already answered this

1 Like

Okay this is very cool!!!
Thank you so much I thought it was not possible honestly :smile: :+1:

1 Like

In fact I have a gallery app that does just this:

ai2.appinventor.mit.edu/?galleryId=5449150105255936

1 Like

Wow!!! Thank you for shearing it will be very useful for personalise my future apps! :+1:
By the way how would you search for other’s apps to try them out or even get some inspiration??

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.