cutoutstransparent backgroundhow-to

How to Get a Transparent Background Image Without Photoshop

By Daniel Yañez ·

← Blog

Removing a background sounds like one job, so most tools treat it like one: find the subject, delete everything else, hand back a PNG. That works on a product shot against seamless white and falls apart on anything real. The moment the subject has hair, motion blur, spray, smoke, or glass, a hard mask cuts straight through it and you get a sticker — crisp at the outline, wrong everywhere it should be soft.

One operation, three files

A cutout in Nano Studio Pro returns three things, because three different jobs come out of the same decision about what is subject and what is not. Here is the original frame:

A snowboarder mid-jump against a pink sunset over snowy mountains, powder spraying beneath the board
The original. Subject, spray, and background all in one frame.

The cutout itself — the subject on transparency, ready to drop onto anything:

The same snowboarder isolated on transparency, with the translucent powder spray preserved
Note the spray. It is still semi-transparent, not clipped to a hard edge — that is the difference a real alpha channel makes.

And the background plate, with the subject removed and what was behind them reconstructed:

The same mountain sunset with the snowboarder removed and the snow mound filled back in
A clean plate you can reuse, or drop a different subject onto.

The soft-edge test

If you are comparing background removers, stop using product shots to test them. Every tool passes that. Test the ones that are actually hard: someone with flyaway hair, a glass bottle with something visible through it, a dancer with motion blur on a limb, anything with smoke or water in the air. Those need partial transparency — a pixel that is 30% subject and 70% background — and a tool that only decides yes-or-no per pixel cannot represent it.

PNG, WebP, and which one you actually need

This trips people up more than it should. Both PNG and WebP carry an alpha channel, so both can hold a transparent background — WebP is not a downgrade, it is just smaller. JPEG cannot, which is why a cutout saved as a JPEG comes back with a white box around it.

Nano Studio Pro produces the cutout as a transparent PNG and serves lighter WebP copies for display. If your downstream tool is specific about wanting a PNG, take the full-resolution download rather than right-clicking the version on screen.

Three ways to make one

  • In the app: open any image and use Cutout Studio. You get all three outputs, and edits stay attached to the original rather than spawning a second copy.
  • From an AI agent: the MCP server exposes a cutout tool, so you can ask Claude Desktop or Claude Code to isolate a subject and it comes back with the transparent file and a matte.
  • Over HTTP: POST to /v1/cutouts with a token. Same three outputs, and get_cutout returns fresh signed URLs later without re-running the operation.

The part people skip: finding it again

Cutouts multiply. You make one for a mockup, three more for variations, and a month later you need the good one back. Every cutout here is scanned like any other image — the objects in it, their colors and textures — so you can search for the snowboarder rather than remembering which folder and which of five near-identical filenames it was.

Try a cutout freeFree credits included. Bring your own photo — you do not have to generate anything.
See what other people have cut out in the public gallery, or read how an agent does it in the MCP server docs.

Keep reading