Adding 'Negative' effect to a picture in making Android or iOS applications is now easier to do than ever before - simply 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 convert the following picture from colored to grayscale.
You just need to send an API request to a URL like this.
https://www.sulata.net/api/negative/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/5d8d8d03b5f77.jpg"}
The above JSON response says that there is no error and the picture with negative effect 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.