Introduction
Your film just got into a festival. The programmer emails: "Congratulations, you are officially selected. Download your laurels and add them to your poster." You look at your one-sheet and realize the laurels they sent are a low-res JPEG with a white background that clashes with your dark key art. You need a clean, transparent, high-resolution laurel you can place on your poster, your trailer end card, your social media announcements, and your festival screener menu. Buying a laurel PNG pack on Etsy costs $15 to $50 and gives you someone else's design that may not match your poster's aesthetic.
The Laurel Creator runs entirely in your browser. Pick from 6 original laurel wreath styles, type your festival name and category, choose colors and a festival-appropriate Google Font, and export a transparent PNG at 1x, 2x, or 4x resolution or an SVG vector file. No Photoshop, no design software, no licensing concerns. The laurel wreath is an ancient Greek and Roman motif in the public domain, and every wreath style in this tool is drawn from scratch as an original SVG design.
What This Tool Calculates
The tool takes the following inputs and renders a festival laurel badge as live SVG:
**Wreath style:** 6 original generic laurel wreath designs (Classic, Minimal, Bold, Elegant, Compact, Modern). Each style is a procedurally generated SVG using a quadratic bezier curve for the branch shape, with leaves placed along the curve tangent at configurable angles and sizes. The left and right branches are mirrored for symmetry.
**Text fields:** Festival name (free text, you type your own), category (19 preset categories plus a custom option), and year.
**Category presets:** Official Selection, Official Competition, Winner, Best Picture, Best Director, Best Short Film, Best Documentary, Best Screenplay, Best Actor, Best Actress, Grand Jury Prize, Jury Prize, Special Jury Prize, Honorable Mention, Special Mention, Audience Award, Best First Film, Best Cinematography, Best Editing, and Custom.
**Styling inputs:** Wreath color (color picker), text color (color picker), background color or transparent, font choice (5 Google Fonts: Cinzel, Playfair Display, Cormorant Garamond, EB Garamond, Lora), font size (16 to 48px), and text alignment (left, center, right).
**Outputs:** A live SVG preview that updates as you type, exportable as PNG at 1x, 2x, or 4x resolution, or as SVG vector artwork.
The Formula and How It Works
The laurel wreath is an ancient Greek and Roman symbol of victory and distinction, dating back to the Pythian Games (6th century BCE) and Roman military triumphs. Pliny the Elder documents its use in Natural History XV.40. The motif has been in the public domain for over 2,000 years and is not trademarkable as a general shape. Film festivals adopted the laurel wreath as an emblem of selection and award in the 20th century, and it has become a universal visual shorthand for festival recognition.
**SVG generation approach:** Each wreath style defines a quadratic bezier curve from a start point at the base of the wreath to an end point at the top. Leaves are placed along this curve at evenly spaced parameter values t (from 0 to 1). For each leaf position, the bezier point is calculated as B(t) = (1-t)^2 * P0 + 2(1-t)t * P1 + t^2 * P2, and the tangent direction is calculated as B'(t) = 2(1-t)(P1-P0) + 2t(P2-P1). The leaf rotation angle is derived from the tangent direction plus a configurable offset angle to fan the leaves outward from the stem. The right branch is generated by mirroring the left branch's x coordinates (x_mirrored = 400 - x).
**Leaf sizing:** Leaves taper slightly from base to tip using a size factor of (1 - t * 0.25), so leaves at the base of the wreath are 25% larger than leaves at the top. This creates a natural visual taper that matches how organic laurel branches grow.
**Font rendering:** Festival text uses Google Fonts loaded via the SIL Open Font License 1.1, which permits commercial use and embedding with no attribution required. Cinzel is a Roman-inspired serif designed by Natanael Gama that closely matches the classical aesthetic of ancient Roman inscriptions, making it the default choice for laurel text.
**Export pipeline:** PNG export uses dom-to-image to rasterize the SVG preview at the selected scale factor (1x, 2x, or 4x). SVG export serializes the live SVG DOM via XMLSerializer and downloads it as a .svg file, preserving full vector quality for print applications at any resolution.
Worked example: A filmmaker selects the Classic wreath style with 13 leaves per branch, gold wreath color (#b8860b), dark text (#1a1a1a), transparent background, Cinzel font at 28px, centered alignment. The SVG renders two curved branches with 26 leaves total (13 per side, doubled on each side of the stem) framing the festival name "Austin Film Festival", category "Official Selection", and year "2026". Exporting at 4x produces a 1600x1600px PNG with a transparent background, ready to composite onto a 27x40 one-sheet poster in any image editor.
Real-World Examples
Example 1: Short Film Accepted at Regional Festival
A 15-minute short film has been accepted as an Official Selection at the Austin Film Festival 2026. The filmmaker needs a laurel for her 11x17 poster and her social media announcement graphic. She selects the Classic wreath style, types "Austin Film Festival" as the festival name, selects "Official Selection" from the category dropdown, and enters "2026" for the year. She sets the wreath color to gold (#b8860b) to match her poster's warm tones, keeps the text dark (#1a1a1a), and enables transparent background. She uses Cinzel at 28px, centered.
She exports a 4x PNG (1600x1600px) for the print poster and a 2x PNG (800x800px) for Instagram. She also exports an SVG to send to the print vendor who needs vector artwork. Total time: 3 minutes. She previously spent $25 on an Etsy laurel pack for her last short and still had to Photoshop out the white background.
Example 2: Feature Film Winner at International Festival
A feature film has won Best Picture at a European festival. The producer needs laurels for the theatrical one-sheet, the trailer end card, and the DVD/Blu-ray cover. He selects the Bold wreath style for a prominent, eye-catching look. He types the festival name, selects "Winner" from the category dropdown (which automatically displays as "Winner"), and enters the year. He sets the wreath color to a bright gold (#d4af37) and the text color to white (#ffffff) since the poster has a dark background. He uses Playfair Display at 32px for an elegant, high-contrast look.
He exports a 4x PNG for the one-sheet (sufficient for 27x40 at 150 DPI), an SVG for the trailer end card (the motion graphics artist needs vector artwork to animate), and another 4x PNG for the Blu-ray cover. The transparent background means he can place the laurel directly on the poster art without any masking or keying.
Example 3: Documentary with Multiple Festival Laurels on One Poster
A documentary has been accepted at 3 festivals: Sundance (Official Selection), SXSW (Special Jury Prize), and Hot Docs (Audience Award). The filmmaker needs 3 separate laurels to place in a row across the top of her poster. She creates each laurel individually using the Laurel Creator.
For the first, she selects the Elegant wreath style, types the festival name, selects "Official Selection", and uses a silver wreath color (#c0c0c0) with Cinzel at 24px. For the second, she uses the same Elegant style with "Special Jury Prize" and a gold wreath (#d4af37). For the third, she uses "Audience Award" with a bronze wreath (#cd7f32). She exports all 3 as 2x PNGs with transparent backgrounds and composites them in a row in Canva.
Film Festival Insider recommends limiting posters to approximately 3 laurels to avoid clutter, prioritizing top-tier and Oscar-qualifying festivals. She follows this guideline, placing her 3 laurels in a clean horizontal row at the top of the poster, above the title treatment.
Festival Laurel Tools and Methods Compared (2026)
| Tool / Method | Price | Wreath Styles | Export Formats | Transparent BG | Custom Fonts | SVG Vector | Browser-Based |
|---|---|---|---|---|---|---|---|
| Tools for Film (this tool) | Free | 6 original SVG styles | PNG (1x/2x/4x), SVG | Yes | 5 Google Fonts (OFL 1.1) | Yes | Yes (100% client-side) |
| Laurel Designer Pro | Free | Several presets | PNG | Limited | Limited | No | Yes |
| Laurel Wreath Generator | Free | 12+ patterns | PNG, SVG | Yes | Limited | Yes | Yes |
| NYF Laurel Creator | Free | 1 style | PNG (right-click save) | No | No | No | Yes |
| Etsy / Creative Market PNG Packs | $15 to $50 | Varies (10 to 50 designs) | PNG, PSD, AI | Varies | No (fixed designs) | Sometimes | No (download files) |
| Manual Photoshop / Illustrator | $20+/mo (Adobe CC) | Unlimited (manual) | Any | Yes (manual) | Yes (commercial fonts) | Yes | No |
Pro Tips and Common Mistakes
Pro Tips
- Limit your poster to approximately 3 laurels. Film Festival Insider recommends prioritizing top-tier and Oscar-qualifying festivals. A poster with 8 laurels looks desperate; a poster with 3 well-placed laurels from recognized festivals looks earned. If you have more selections, create a second poster variant for festival circuits and keep your main one-sheet clean.
- Match your wreath color to your poster's accent color, not necessarily gold. A gold laurel on a warm-toned poster works, but a silver or white laurel on a cold, blue-toned thriller poster looks more cohesive. Use the color picker to sample a color from your key art and apply it to the wreath. The laurel should feel like part of the poster design, not a sticker slapped on top.
- Export at 4x for any print application. A 400x400px SVG at 4x produces a 1600x1600px PNG, which is enough for a 5-inch laurel at 300 DPI on a 27x40 one-sheet. For larger placements or offset printing at 300 DPI, use the SVG export instead and let your print vendor scale the vector artwork without quality loss.
- Use Cinzel for classical festivals and Playfair Display for contemporary or genre festivals. Cinzel is based on Roman inscriptional letterforms and pairs naturally with the laurel wreath's ancient origin. Playfair Display has higher contrast and works well for modern, elegant posters. Cormorant Garamond is a good middle ground for sophisticated, understated designs.
- Keep two versions of your poster: one with laurels and one without. Some distributors and sales agents prefer a clean poster without festival laurels for certain territories or marketing materials. Having both versions ready saves you from rebuilding the poster under a deadline when a distributor requests a laurel-free version.
Common Mistakes
- Using a festival's specific laurel design without authorization. While the laurel wreath motif itself is public domain, individual festivals may protect their specific laurel designs as trade dress. Cannes uses a palm leaf, not a laurel. Sundance has a specific laurel style. Berlinale uses a bear. Do not copy these designs. This tool provides 6 generic laurel wreath styles drawn from scratch. Type your own festival name and use a generic wreath, not a replica of the festival's branded emblem.
- Placing laurels for festivals where your film was not officially selected or did not win an award. This is fraud. Festival programmers and industry professionals check. If your poster claims 'Official Selection, Cannes 2026' and your film was not in the Cannes lineup, you will be caught and your reputation will be damaged. Only use laurels for festivals where you have written confirmation of selection or award.
- Using a low-resolution PNG on a print poster. A 1x export (400x400px) placed at 5 inches on a 27x40 one-sheet prints at 80 DPI, which looks pixelated and soft in print. Always export at 4x (1600x1600px) for print, or use the SVG export for true vector quality. A pixelated laurel on an otherwise sharp poster signals amateur production to distributors, programmers, and audiences.
Frequently Asked Questions
Is the laurel wreath motif legal to use?
Yes. The laurel wreath is an ancient Greek and Roman symbol that has been in the public domain for over 2,000 years. Pliny the Elder documents its use in Natural History XV.40. The general laurel wreath shape is not trademarkable. However, individual festivals may protect their specific laurel designs as trade dress. This tool provides 6 original generic laurel wreath styles drawn from scratch, not copies of any festival's branded emblem. Type your own festival name and use a generic wreath design.
Can I use the official Cannes palm or Sundance laurel design?
No. While the laurel wreath motif is public domain, specific festivals have their own branded emblems that may be protected as trade dress or trademark. Cannes uses a palm leaf (Palme d'Or), not a laurel. Sundance has a specific laurel style. Berlinale uses a bear. Do not copy these designs. Use one of the 6 generic wreath styles in this tool and type your own festival name. The wreath itself signals festival recognition; you do not need the festival's specific design.
What resolution should I export for my poster?
Export at 4x (1600x1600px) for any print application. A 400x400px SVG at 4x produces a 1600x1600px PNG, which is sufficient for a 5-inch laurel at 300 DPI on a 27x40 one-sheet. For larger placements or offset printing, use the SVG export instead. SVG is vector artwork and scales to any resolution without quality loss. Use 2x (800x800px) for web and social media, and 1x (400x400px) for thumbnails and small web placements.
How many laurels should I put on my poster?
Film Festival Insider recommends limiting your poster to approximately 3 laurels to avoid clutter. Prioritize top-tier and Oscar-qualifying festivals. A poster with too many laurels from obscure festivals looks desperate and can actually hurt your credibility with distributors and audiences. If you have more selections, keep your main one-sheet clean with 2 to 3 well-placed laurels and create a second variant with additional laurels for festival circuit use.
Can I use these laurels for commercial purposes?
Yes. The laurel wreath designs in this tool are original SVG artwork based on a public domain motif. There are no licensing restrictions on the output. The Google Fonts used (Cinzel, Playfair Display, Cormorant Garamond, EB Garamond, Lora) are all released under the SIL Open Font License 1.1, which permits commercial use and embedding with no attribution required. You own the laurels you create and can use them on posters, trailers, websites, social media, and any other promotional materials.
What font should I use for my festival laurel?
Cinzel is the default choice because it is a Roman-inspired serif based on ancient inscriptional letterforms, which pairs naturally with the laurel wreath's classical origin. Playfair Display is a high-contrast serif that works well for elegant or contemporary posters. Cormorant Garamond is sophisticated and understated. EB Garamond has a historical revival feel. Lora is a readable contemporary serif with calligraphic influence. All 5 fonts are free Google Fonts under the SIL Open Font License 1.1.
Start Calculating
A well-designed festival laurel signals that your film has been recognized and vetted by industry programmers. Getting the wreath style, font, color, and resolution right ensures your laurel looks professional on any platform, from a 27x40 theatrical one-sheet to a 400px Instagram thumbnail. The Laurel Creator gives you 6 original wreath styles, 5 festival-appropriate fonts, and transparent PNG or SVG export without opening Photoshop or buying a laurel pack.
Which festivals has your film been accepted into, and how many laurels do you typically place on your poster? Build your laurel above, preview it in real time, and export at print-ready resolution in under a minute.
Some links in this post are affiliate links. If you purchase through them, Tools for Film earns a small commission at no extra cost to you. This support helps us keep our calculators and tools free.