- Update all Bundler dependencies (2025-01-15) by @depfu in #50
Full Changelog: https://github.com/remove-bg/ruby/compare/2.0.5...2.0.6
- Update all Bundler dependencies (2025-01-15) #50
- Update all Bundler dependencies (2025-01-01) #49
- Update all Bundler dependencies (2024-12-19) #48
- Update all Bundler dependencies (2024-12-04) #47
- 🚨 [security] Update rexml 3.3.7 → 3.3.9 (patch) #43
- Update all Bundler dependencies (2024-11-20) #46
- Update all Bundler dependencies (2024-11-13) #45
- Update Ruby 3.3.5 → 3.3.6 #44
- Update all Bundler dependencies (2024-09-11) #42
- Update all Bundler dependencies (2024-08-28) by @depfu in #41
Full Changelog: https://github.com/remove-bg/ruby/compare/2.0.2...2.0.3
- 🚨 [security] Update rexml 3.3.2 → 3.3.4 (patch) #39
- Fix redefined constant warning #35
- Update all Bundler dependencies (2024-07-17) #34
- Deprecate
overwrite: true
in favour ofsave!
andsave_zip!
- Remove support for Ruby 2.5, 2.6, 2.7 and 3.0 which are EOL
- Deprecate Faraday < 2, add support for all Faraday 2.x versions
- Increase default timeout to 20 seconds
- Add support for Faraday 2.x #31
- 🚨 [security] Update rexml 3.2.6 → 3.2.8 (patch) #27
- Auto-detect any available image processing libraries
- Reduce bandwidth usage by using ZIP format where possible
- Fixes binary encoding issue - via #15
- Adds support for images up to 25 megapixels (documentation)
- Requires an image processing library to be configured (ImageMagick, GraphicsMagick or libvips)
- Add
RemoveBg.account_info
which includes available credits - via #9 - Fix support for Faraday
1.0
- via #7 - Raise minimum Faraday version to
0.15.0
- Add
type
attribute to result object (X-Type
header from API) - via #2
- Support uppercase file extensions (e.g.
.JPG
) - Add Faraday 1.0 support (currently RC1)
- Support 'credits charged' as a float (API change)
Initial release supporting background removal from files or URLs:
RemoveBg.from_file("image.png")
RemoveBg.from_url("http://example.com/image.png")