Skip to main content

How I Designed and Built a Custom Picture Frame for Polaroid Photos

Introduction

As a lover of Polaroid photography, I’ve always wanted a simple, stylish way to display my favorite shots. However, I quickly realized that finding a frame specifically designed for a single Polaroid photo was nearly impossible. That’s what led me to design and build my own. This post will take you through my journey, from the design process to overcoming challenges and provide a step-by-step DIY guide so that as long as you have a laser cutter handy, you can build your own!

The final version: looking rather professional but getting there was a journey

The Inspiration & Initial Design

I love the nostalgic charm of Polaroid photos, but I wanted a way to showcase them individually rather than in albums or on string clips. Traditional photo frames didn’t fit Polaroids well, often leaving too much space or cropping the unique white border. This motivated me to design a frame that perfectly fits a single Polaroid, allowing it to be displayed cleanly while maintaining its aesthetic appeal.

For the material, I chose acrylic because of its sleek, modern look and ease of laser cutting. I sketched out different design concepts, eventually deciding on a layered approach where the frame consists of multiple acrylic pieces glued together to create depth.

Before settling on using only glue to hold the parts together, I toyed with the idea of using some kind of fitted joint but decided against it both because I had doubts about getting the precision right but also because I thought any exposed seams would ruin the look I was going for.

The initial design was done by hand on paper, and you can see what it looked like below. It’s not to scale and definitely not accurate but the purpose was just to get a feel for how it would look.

Prototyping & Challenges

Once I had my design, I used a laser cutter to precisely cut each acrylic piece.
Here I'd like to pause and mention that I’m no laser cutting expert, I just completed the mandatory class needed to operate the one we have at work and then did a few engravings and cuts just for fun but never anything meant to be useful.

The first few prototypes, however, presented several challenges. The very first one looked more or less OK, but I had gotten the size wrong. In my design I had measured the size of a Polaroid photo and made exactly enough space to fit one without considering that any error in assembly would result in the photo not even fitting inside it.


The first prototype: too small to fit a photo

The second prototype was the right size, but now the problem was instead cosmetic. Because the parts were flexible, especially the middle layer making out the thin frame surrounding the photo, they could shift slightly during gluing and the result looked uneven and unprofessional.

The second prototype: getting better
 
... but still rather wonky

To solve this issue, I designed and built a simple rig that held the acrylic pieces in perfect (or close enough) alignment while the glue dried. This small but crucial addition made a huge difference, ensuring that each frame came out perfectly aligned and professional-looking.


The assembly frame used to line up the layers

The Final Design & Assembly

After multiple design cycles, I arrived at the final version of my frame. Here’s how you can make one yourself:

Materials & Tools: 

  • Opaque acrylic sheets: 3mm thick, clear or colored depending on what look you are going for
    • Note: You could also swap the acrylic for thin plywood, and sand and paint the frame for a more classic look. I didn’t try this yet, but it should work just as well
  • Transparent perspex acrylic: 1mm thick for the “glass"
  • Laser cutter (or access to one at a maker space)
  • Acrylic glue or plain super glue
  • Fine sandpaper (for smoothing edges)This is optional but should give you a much nicer finish

Step-by-Step Guide:

  1. Design & Cutting: Use design software (such as Adobe Illustrator
    or Inkscape) to create the frame layout. Cut the acrylic sheets using a laser cutter.
  2. Aligning the Pieces: Stack the cut acrylic layers together to form the frame shape.
    If using an alignment rig, place the pieces inside to ensure perfect positioning.
  3. Gluing: Apply acrylic glue carefully along the edges of each layer.
    Press the layers together and hold them in place using clamps or the rig.
    Let the glue cure for the recommended time.
  4. Finishing Touches: Sand any rough edges for a smooth finish. Clean the frame
    with a microfiber cloth to remove dust and fingerprints.

Tips & Lessons Learned

  • Use a rig for precision: If you’re making multiple frames, an alignment rig is a
    game-changer. Not only does it improve precision and make the frame look
    more professional but it also speeds up assembly
  • Test different glue options: Some glues dry too quickly or leave marks, so test
    before committing. Fingerprints can really be a pain on shiny acrylic!
  • Experiment with colors: How about a frame in fully transparent acrylic!
    Or using one of the metal finish options. The sky’s the limit!
  • Take your time with gluing: Rushing the process can lead to messy seams or
    misalignment.

Schematics

Download .ai files

If anyone decides to make one, please send me a photo and let me know how it came out!





Comments

Popular posts from this blog

Simple outline for multi-sprite characters in Unity 2D using Shader Graph

For the last 6 months I've been working on a new (untitled) 2D game project in Unity both as a way to learn C# and also to play around with some game concepts I've been thinking about for quite a while. Since I'm not much of an artist or a graphic designer I purchased a set of rather nice looking character sprites from  https://tokegameart.net/  that also came with animations and ready to use Unity packages. Since my game has multiple characters on screen at one and each one can be given orders I needed a way to show which one was selected or active. One common way to handle this which felt like a good fit for me is to show an outline around the selected character. Luckily there's a lot of examples and guides explaining how to do this in Unity (and I based this one on a great article by Daniel Ilett). There was one snag though, my characters consist of multiple sprites (one for reach part of the body) that are drawn and animated separately. This meant that it w...

Getting started with OpenSTM32 on OSX

For some time now I have been doing projects (or should I rather say "been playing around") with AVR microcontrollers. Both in the form of different types of Arduinos but also in stand-alone projects (including the USB KVM and a battery powered ATTINY85 board, which I still haven't written a post about). For the most part I really like these microcontrollers, they are versatile, low powered and the development tools available are excellent (and importantly, available on all major platforms). However, In one of my latest projects I encountered a situation where AVRs just might not be enough. What I wanted to do was to capture images from a digital camera module (OV7670) and process them to determine movement speed and direction. While it might in theory be possible to do so on an ATMEGA microcontroller or similar, the small amount of memory available would make such an operation tricky at best. At that point I started looking for a more powerful microcontroller, and o...

Converting a Type 80 Polaroid Land Camera to take Type 100 Film

Inspired by some great how-to's on how to convert Polaroid cameras using type 80 film to the wider type 100 film format (by Stratski and Nano_Burger ), I recently purchased a Polaroid Super Swinger Colour Camera. You might ask why I would buy this camera instead of just getting one that already takes type 100 film and to be honest, my answer is mostly: Because I can! Besides the fun prospect of bringing an obsolete piece of technology back to life there was also the idea of trying improve on previous attempts. This guide will show you how to convert any (as far as I know) type 80 camera to use type 100 film, without any modifications to the film packs themselves. This means that it will be much more convenient to load a new cartridge when you are out in the field (with no preparation needed). What you need Type 80 camera (I used a Super Colour Swinger) Side cutting pliers Type 80 film (Fujifilm FP-100C) Method Since type 100 film is wider than type 80 film, this w...