June 21, 2026
Delete nothing, regret everything
Help I Accidentally a Wigglegram
A photographer found years of accidental mini-movies—and the comments are obsessed
TLDR: A photographer turned piles of almost-duplicate pictures into accidental looping mini-movies with a simple tool that scans old photo libraries. Commenters loved the charm, joked Instagram will copy it, and lightly argued over whether the accidental results are art or just messy camera-roll chaos.
A photographer went digging through a bloated camera roll and discovered a wonderfully chaotic truth: all those nearly identical photos weren’t just clutter, they were accidental wigglegrams—little looping images that create a 3D-ish, wobbly effect when stitched together. The maker built a script to scan a photo library, spot images taken from slightly different angles, and turn them into these tiny moving scenes. Suddenly, years of indecisive snapping became an art project, and the crowd was instantly charmed. One person simply declared it “Awesome”, which honestly set the tone.
But the real juice is in the reactions. Some commenters were already predicting the inevitable social-media takeover, with one joking that this is basically destined to become an Instagram filter. Others loved the old-school vibe of the project itself, especially the code on GitHub, praising it for looking hand-written in an era when people are exhausted by machine-generated slop. That sparked a subtle little cultural side-eye: not just “cool photos,” but “finally, something made by a human.”
Not everyone was fully dazzled, though. One skeptic pointed out that the auto-discovered image sequences didn’t look nearly as polished as the intentional examples shown at the top, which is the closest thing this delightfully niche story has to drama. Still, even that criticism only added to the charm: accidental wigglegrams may be messier, but that’s also why people found them funny, relatable, and weirdly lovable. Meanwhile, one commenter with 120,000 photos basically saw the post and had an existential crisis about their own digital hoarding. Suddenly this wasn’t just a photography trick—it was group therapy for people who never delete anything.
Key Points
- •The article defines a wigglegram as a stereo-like image made by looping frames together, similar to a GIF.
- •The author realized that many near-duplicate photos in their camera roll could serve as accidental wigglegrams.
- •They built a script that hashes photos and uses perceptual hashing to detect visually similar images automatically.
- •The method compares image hashes using Hamming distance to identify matching pairs and extract sequences.
- •The script was published on GitHub and is described as working with an iCloud Photos library on Mac or with a standard picture directory.