iMessage stickers without auto-cutout: keep the whole image

Last updated 2026-05-16 · iOS 16+ · 繁體 · 简体

You long-press a meme in Photos. You tap Add Sticker. iOS does its little subject-detection animation. The result drops the punchline. The reaction face is gone. The text overlay is gone. The hands holding the sign are gone. What you wanted to send was the whole image — what you got is a floating head against transparent.

This is not a bug. Apple's Add Sticker always runs the cutout, and there is no setting to turn it off. Here's why iOS does it, why third-party apps can't turn it off either, and the path that actually keeps the full image: a sticker pack app that imports stickers without going anywhere near the system cutout pipeline.

What Apple's Add Sticker actually does

When you tap Add Sticker on a photo (iOS 17 and later), iOS runs the image through the Vision framework— Apple's on-device computer-vision library. Vision looks for what it thinks is the foreground subject, generates a mask, and crops everything else away. The result is saved as a new system sticker with a transparent background.

For a portrait, a pet, a single object on a plain background, this works well. The Vision model has been trained on millions of subject-isolation tasks and the resulting sticker usually looks clean.

For a meme, this is destructive. The cutout assumes one subject and no meaningful background. Memes almost always violate both assumptions:

  • Text overlays get masked away. The captioned line at the top or bottom of an image macro is, to Vision, background. It gets removed.
  • Hands and props get cut off. A reaction image where someone holds a sign, points at the camera, or holds an object — Vision often decides the hand is part of the background and slices it.
  • Context disappears. A screenshot where the meaning is in the whole frame (a tweet, a chat bubble layout, a UI element) is reduced to whatever Vision decided was the most prominent shape.
  • Two-subject memes break. Drake meme, distracted-boyfriend, expanding-brain — Vision picks one subject and masks the other. The joke depends on having both.

Why you can't disable it

There's no setting in Settings → Messages, no toggle in Photos, no developer entitlement. The cutout is hard-wired into the Add Sticker flow. Apple's product decision is that system stickers should be cutouts; the whole sticker drawer is designed around transparent-background subjects that can sit on top of anyone's message bubble.

Third-party apps can't patch this for you. The Vision call happens inside Apple's private Stickers extension; the public Messages framework gives sticker-pack apps a separate pipeline (MSStickerBrowserView) that doesn't touch Vision at all. Two parallel sticker systems, sharing the same iMessage drawer, with very different policies on what an "image" means.

So if you want a whole-image sticker in iMessage, the answer isn't to fight Add Sticker. It's to use the other pipeline.

The alternative: a sticker pack with the raw image

Sticker-pack apps ship as iMessage extensions that register their own grid in the iMessage app drawer. They use the public MSSticker API, which takes a raw image file and registers it as a sticker. No Vision call. No subject detection. No automatic cropping. Whatever you put in is what your friends see.

MemePouch is that pipeline, specifically tuned for memes. You import a photo, GIF, short video, or Live Photo; the app stores the full frame; the iMessage extension exposes the library in your sticker drawer. There are two real constraints to be aware of, both inherited from the underlying APIs:

  • Static stickers have a 500 KB cap because MSSticker enforces it. MemePouch auto-compresses larger photos to fit; visible quality loss is rare for typical meme resolutions.
  • GIF stickers route through Messages attachments instead, which means they don't have the 500 KB cap (up to ~10 MB) but they send as their own full-quality bubble rather than sticking onto an existing message bubble. The trade-off is deliberate — you get high-fidelity animated stickers at the cost of the bubble-overlay behaviour.

Side-by-side comparison

Apple Add StickerMemePouch sticker pack
BackgroundAuto-removed via VisionPreserved as-is
Text / overlaysFrequently masked outUntouched
Two-subject memesOne subject picked, rest cutBoth subjects intact
Lives iniOS system Stickers drawerMemePouch app drawer in iMessage
Sticks onto message bubblesYesYes for static stickers; GIFs send as attachments
Static size capN/A (system-managed)500 KB (auto-compressed)
Animated stickersLive Photo subject only (still cut out)Full-frame GIFs up to 10 s / 10 MB
Server uploadNone (Vision is on-device)None (everything stays on iPhone)
CostFree, built inFree for 10 stickers; $2.99 one-time unlock for unlimited

Workflow: a whole-image sticker in 30 seconds

  1. Open MemePouch. The import buttons are at the top: Photos, Live Photo, Clipboard, Share Sheet.
  2. Import the meme. Pick a photo, GIF, short video, or Live Photo. The full frame is saved. HEIC photos are converted automatically; videos and Live Photos can be trimmed up to 10 seconds and saved as GIF stickers.
  3. Send it.In any iMessage chat, tap the MemePouch icon in the app drawer. Your sticker shows in the grid. Tap to send, or long-press and drag onto a message bubble to stick it like Apple's system stickers.

That's the whole loop. The original photo can be auto-deleted from your camera roll after import if you turn on Auto-Delete in Settings — useful if you collect memes off the web and don't want them cluttering Photos.

When Apple's cutout is the right answer

To be fair to the Vision team — for the things it's designed for, Add Sticker is excellent. A photo of your dog. A clean portrait. A single object you photographed against a wall. Anywhere the "subject on transparent background" aesthetic is actually what you want, the built-in tool is fast, free, and works without installing anything. MemePouch isn't trying to replace it; it's the answer for the other half of the sticker use-case — where you want the image, not a cutout of part of it.

FAQ

Can I disable Apple's auto-cutout?

No. There is no toggle in Settings, Photos, or Messages. The Vision-framework cutout is hard-wired into Apple's Add Sticker flow. The only way to get a whole-image iMessage sticker is to use a different pipeline — a third-party sticker pack app like MemePouch.

Why doesn't Apple expose a setting?

The whole system stickers drawer is designed around transparent-subject stickers that can be dragged onto someone's message bubble. A whole-image sticker would look wrong in that drawer — a rectangle floating on top of another rectangle. Apple's design call is to keep the system drawer cutout-only; whole-image stickers live in third-party sticker apps' own drawers.

Does MemePouch use any AI / Vision processing on import?

No. The import path is: read the file → if it's over the MSSticker 500 KB cap, compress (preserving aspect ratio and frame) → write to the app's on-device library. No subject detection, no upscaling, no cloud calls, no analytics.

Will a whole-image sticker still stick onto a message bubble?

Static stickers — yes. They're real MSSticker objects and you long-press & drag them onto another person's message exactly the way you would an Apple cutout sticker. Animated GIF stickers route through Messages attachments and send as their own bubble rather than sticking onto an existing one — the trade for not being clamped to 500 KB.

What about saving a sticker a friend sent me?

That's a separate problem with its own dedicated guide: how to save a sticker someone sent you in iMessage. Short version: long-press the sticker, drag it into MemePouch from the app drawer. For the system-level reason the built-in Save to Stickers button hangs, see why iMessage's Save to Stickers hangs on third-party stickers.

Is there anything else third-party sticker apps can do that Apple's tool can't?

A few things. Animated GIF stickers up to 10 seconds (Apple's system stickers only animate Live-Photo-derived cutouts). Bulk import. A separate library that doesn't pollute the iOS system stickers drawer. Drag-import of third-party stickers received in chat (also broken in Apple's flow). And — the topic of this post — keeping the full frame.

Stop letting Apple cut your memes in half

MemePouch keeps the whole image — text, hands, context, everything. iMessage-native, $2.99 one-time unlock after the free 10-sticker tier.

Get MemePouch →