Package org.javlo.service.remote
Class RemoveBgService
- java.lang.Object
-
- org.javlo.service.remote.RemoveBgService
-
public class RemoveBgService extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoveBgService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static void
removeBg(String apiKey, InputStream in, OutputStream out)
-
-
-
Method Detail
-
removeBg
public static void removeBg(String apiKey, InputStream in, OutputStream out) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
-