<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Remove Image Backgrounds with Pre-Trained Segmentation Models //
		Remove the background from an image using pre-trained deep
		learning segmentation models ('U-2-Net', 'ISNet', 'BiRefNet'
		and others) run through the 'ONNX' Runtime via the 'onnxr'
		package. Given an image, a model predicts a foreground alpha
		matte which is composited into a cutout with a transparent (or
		solid-colour) background; optional closed-form alpha matting
		(ported from 'pymatting') refines soft edges. An R port of the
		Python 'rembg' package (https://github.com/danielgatis/rembg).
		Models are downloaded on first use and cached in a per-user
		cache directory.
	</longdescription>
</pkgmetadata>
