
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@quick-start-soft/quick-remove-image-background
Advanced tools
A powerful CLI tool to remove backgrounds from images using AI technology.
A powerful CLI tool to remove backgrounds from images using AI technology.
npm install -g @quick-start-soft/quick-remove-image-background
Important: After global installation, you may need to run the setup command to configure resources:
quick-remove-image-background setup
This will copy the necessary IMG.LY resources to your home directory and provide instructions on how to configure the tool.
npm install
npm run build
npm link
Remove background from a single image:
quick-remove-image-background remove image.jpg
This will create image.png in the __background_removed__ subdirectory in the current working directory.
quick-remove-image-background remove input.jpg -o output.png
Process all images in a directory:
quick-remove-image-background remove /path/to/images/
This will create a __background_removed__ subdirectory inside /path/to/images/ with all processed images.
Process images matching a pattern:
quick-remove-image-background remove "photos/*.jpg"
This will create a __background_removed__ subdirectory in the current working directory.
quick-remove-image-background remove image.jpg --overwrite
quick-remove-image-background remove image.jpg -d ./custom-output/
-o, --output <path>: Output file path (single file mode)-d, --output-dir <path>: Output directory (default: __background_removed__ in current or input directory)--overwrite: Overwrite original files-v, --verbose: Enable verbose logging--public-path <path>: Custom public path for IMG.LY resourcesNote: All output images are saved as PNG files with transparent backgrounds.
quick-remove-image-background remove portrait.jpg -o portrait-transparent.png
quick-remove-image-background remove "./images/*.jpg" -d "./no-bg/"
quick-remove-image-background remove image.jpg -v
This tool uses the @imgly/background-removal-node package, which leverages AI models to intelligently detect and remove backgrounds from images. The AI model runs locally on your machine, ensuring privacy and eliminating the need for external API calls.
ISC
If you encounter this error when running the tool globally, it means the IMG.LY resources cannot be found. The tool will automatically fall back to using the IMG.LY CDN (requires internet connection).
To use the tool offline or improve performance, you can:
Run the setup command (Recommended for offline use):
quick-remove-image-background setup
Set the environment variable:
export IMGLY_PUBLIC_PATH="https://unpkg.com/@imgly/background-removal-node@1.4.5/dist/"
# Or for local resources after setup:
export IMGLY_PUBLIC_PATH="file://$HOME/.quick-remove-image-background/resources/"
Use the --public-path option:
quick-remove-image-background --public-path "file:///path/to/resources/" remove image.jpg
The tool will automatically try to locate resources in the following order:
--public-path optionIMGLY_PUBLIC_PATH environment variableContributions are welcome! Please feel free to submit a Pull Request.
FAQs
A powerful CLI tool to remove backgrounds from images using AI technology.
The npm package @quick-start-soft/quick-remove-image-background receives a total of 4 weekly downloads. As such, @quick-start-soft/quick-remove-image-background popularity was classified as not popular.
We found that @quick-start-soft/quick-remove-image-background demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.