A photo slide puzzle is a slide puzzle where the tiles are pieces of an image instead of numbers. You see a picture of, say, your kitchen window or a Klimt painting, cut into an N×N grid. One tile is missing. You slide neighbouring tiles into the gap until the picture reassembles itself.
It is the same mechanic as the classic 15 puzzle — what changes is that you are not aiming at the numbers 1 through 15, you are aiming at recognising the picture.
How the image gets onto the board
Behind the scenes, three steps:
- Crop to square. Most photos are 3:2 or 4:3 — a slide puzzle board is 1:1. The app either centre-crops, or shows you a draggable square so you choose which part to play with.
- Resize to a working resolution. A 4×4 board displayed at 320pt on a 3× iPhone screen is 960 device pixels wide, or 240 pixels per tile. The app downsizes to something like 1024×1024 — enough that every tile is sharp, not so much that the app gets heavy.
- Slice on the fly. When you start a game, the app does not actually cut the file into 16 separate images. It draws each tile by clipping the same source image at a different offset. That is why slicing a photo into a 6×6 board is instant rather than slow.
The result is one tile of the picture per board cell, with one cell intentionally empty (usually the bottom-right corner of the goal state).
What makes a good photo
Not every picture slices well. The two best predictors are:
Strong large-scale composition. A photo with a clear focal subject — a single flower, a building against the sky, a single animal — slices well because each tile carries enough visual information to be placed by intuition. A photo of dense forest, by contrast, gives you sixteen tiles that all look the same, and you end up solving it by number-reasoning rather than image-reasoning.
No text. Slicing photos with prominent words is a recipe for frustration at 5×5 and 6×6. Letters fragment across tiles into shapes that no longer look like anything. Pictures of signs, packaging, books, and posters all suffer from this. The same photo that works beautifully at 3×3 falls apart at 6×6.
Good colour separation between regions. Two adjacent tiles that are both mostly sky-blue are nearly indistinguishable. Two adjacent tiles where one is sky and one is foreground are easy to tell apart. Photos with distinct light/dark regions and varied colour are the most playable.
A useful rule of thumb: if a photo would make a good 500-piece jigsaw puzzle, it will probably make a good 5×5 or 6×6 slide puzzle. If it would only make a frustrating jigsaw, it will frustrate at slide too.
Difficulty changes with grid size
The same photo at 3×3, 4×4, 5×5, 6×6 plays very differently:
| Size | Tiles | Typical solve time | Photo demands |
|---|---|---|---|
| 3×3 | 8 | 30 sec – 2 min | Anything works |
| 4×4 | 15 | 3–7 min | Clear focal subject helps |
| 5×5 | 24 | 8–15 min | Strong composition required |
| 6×6 | 35 | 15–30 min | Photo must be highly readable |
At 6×6 you are essentially solving a 35-piece jigsaw with the constraint that pieces can only move by sliding. That is harder than a 100-piece jigsaw where pieces can be lifted, and the photo has to compensate by being unusually readable.
Privacy: cloud vs on-device
There is a real difference between web-based photo slide puzzles and the native-app kind, and it shows up in privacy policies.
Web puzzles typically upload your photo to a server. Some send a thumbnail, some send the full file, some persist it across sessions for "sharing" features. If you read a typical browser-based photo-puzzle site's privacy policy, you will usually find a clause about retaining uploaded images for a stated period.
Native apps that promise on-device processing — like ours — never transmit the photo. The image is read, squared, resized, and stored inside the app's sandbox, encrypted at rest by iOS. When you delete the app, the photo is gone. When you back up your phone to iCloud, it is backed up alongside everything else in standard Apple-controlled storage. The app itself has no server.
The practical consequence: if you are turning a sensitive photo into a puzzle — a picture of a family member, a screenshot of a document, a hand-drawn sketch — you probably want the on-device kind. Slide Puzzle stays on device by design; we have no servers to leak.
Bring-your-own vs curated covers
Most photo slide puzzle apps ship with a curated library of cover photographs and let you import your own as a separate flow. Slide Puzzle ships with 300 photos across 10 categories (animals, architecture, food, ocean, space, and so on), with the first two of every category free and the rest unlocked by Premium. Photo imports are bundled with Premium too — free users get a three-photo limit, Premium removes it.
The free tier exists so people can decide whether they like the feel before paying. The library exists because a lot of players never want to import anything; they just want a beautiful photograph to slide back together.
What happens after you finish a board
The same photo can be solved at four sizes, so a single picture from your library effectively becomes four puzzles. The good ones — a single sunflower, a city skyline at sunset, a coral reef — get pulled out again and again. The bad ones never come back. After a few weeks you will have curated your own library of about a dozen photos that just work.
That, more than the algorithm or the heuristics, is what photo slide puzzles are about: finding the pictures that you want to slide back together for a quiet evening.