Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Releases: remove-bg/go

v1.3.1

21 Jul 12:39
27611b4
Compare
Choose a tag to compare
  • Fix bug where existing images would be reprocessed (Issue #16 | PR #17)

v1.3.0

10 Jun 15:37
58dcde2
Compare
Choose a tag to compare
  • Create the output directory if it doesn't exist already
  • Improve handling when API rate limit is exceeded

v1.2.0

19 May 11:03
Compare
Choose a tag to compare
  • Support large images up to 25 megapixels
    • Available with both --format zip and --format png (both produce a PNG image)
  • 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

21 May 11:51
Compare
Choose a tag to compare

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 directory
  • images/**/*.jpg - Matches all JPG files, including nested directories
  • images/*.{jpg,png} - Matches all JPG and PNG files

Initial release

30 Apr 19:36
Compare
Choose a tag to compare

🎉 Remove.bg CLI and Go library v1.0.0