This repository has been archived by the owner on May 16, 2022. It is now read-only.
Releases: remove-bg/go
Releases · remove-bg/go
v1.3.1
v1.3.0
v1.2.0
- Support large images up to 25 megapixels
- Available with both
--format zip
and--format png
(both produce a PNG image)
- Available with both
- Add
zip2png
subcommand for compositing the remove.bg ZIP format to a PNG image - Add support for background image files (
--bg-image-file
flag) - Add support for extra API options (
--extra-api-options
flag) - CLI flags can now be specified before or after image filenames
Add wildcard expansion support
For users without globbing / wildcard filename expansion support from their shell, the CLI will now expand paths with special characters:
images/*.jpg
- Matches all JPG files, in the immediate directoryimages/**/*.jpg
- Matches all JPG files, including nested directoriesimages/*.{jpg,png}
- Matches all JPG and PNG files
Initial release
🎉 Remove.bg CLI and Go library v1.0.0