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 voidmain(String[] args)static voidremoveBg(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:
FileNotFoundExceptionIOException
-
-