Split an Image by Background Color
Upload an icon sheet, sprite sheet, or any image with items on one solid background, and download each item as its own image.
Frequently asked questions
- How is this different from the object splitter tool?
- The object splitter uses an AI model trained to recognize 80 real-world photo categories (people, animals, furniture, and so on) — it won't recognize an app icon or a logo. This tool doesn't use AI at all: it looks at which pixels are close to a known background color and treats every other contiguous group of pixels as a separate item. That makes it a better fit for icon sheets, sprite sheets, scanned stickers, or product photos on a seamless background — anything with items sitting on one mostly-uniform background color.
- How is the background color chosen?
- It's guessed automatically from the image's four corners when you upload it. You can override it with the color picker if the guess is wrong, or if you want to split on a different color on purpose.
- What does the tolerance slider do?
- It controls how close a pixel's color has to be to the background color to still count as background. Raise it if a soft/anti-aliased edge or a slightly noisy background (e.g. a JPEG-compressed photo) is being picked up as part of an item; lower it if two items that are actually touching are being merged into one.
- Does my image get uploaded anywhere?
- No. Everything — analysis, cropping, and the transparent-background export — runs in your browser. Your image never leaves your device.
- What happens if two items are touching, or the background isn't uniform?
- Items that touch or overlap get detected as a single connected region, not split apart — this tool only separates regions that are actually disconnected by background-colored pixels. A background with a gradient, texture, or shadow will also be harder to match consistently; raising the tolerance helps to a point, but a genuinely uniform background works best.