I am planning to create an online image editor. I want to use Aviary Library for this.
Can anyone explain to me how to apply it? More specifically, do I need to send an image to my server to modify it? Or do I just do all the modifications on the client side and then save that image on the server?
The editor works by loading the image to the customer through a public URL, so that the user Can edit photos in the browser. When the user saves, the image is posted on Aviary's server, where it is uploaded to the temporary storage location. Then you get a URL on that temporary image which is given to you on the onsway callback, which you can use to save the image to your own server.
See a full customer-side integration here:
Comments
Post a Comment