Adding 'Emboss' effect to a picture is ofter required in making Android or iOS applications where you apply different effects/filters to a picture. One of the easiest ways to do it is by using an API from Sulata.Net.
Sulata.Net provides a sufficient number of APIs to extend you ease in programming. All you need to do is follow the steps below.
Let us suppose you want to apply emoboss effect to the following picture.
You just need to send an API request to a URL like this.
https://www.sulata.net/api/emboss/5d7f0x128683axv7f0d1286849/?data=http://path/to/image/file.ext
You will get a JSON response like this.
{"errorno":"0","output":"https://www.sulata.net/output/2019/09/30/5d8d8e03b5f77.jpg"}
The above JSON response says that there is no error and the embossed picture is available at output URL.
With this little line of code, you can make quite a lot of applications, like Picture Effects.
There are many other, ready-to-use APIs available at www.sulata.net. You can just grab the idea and launch your own app or use it for any of your requirements.