Penpot frame export plugin - testers wanted

https://lolly-tools.github.io/lolly-plugins-penpot-export/manifest.json

Hi all, We’ve been working on some Penpot plugins and would love your feedback.
The first is a high quality bitmap/print/content protected exporter to make your penpot projects go further into the real world.

Format & What you get

| **Print PDF** | True physical page size REAL WORLD UNITS (mm/cm/in/pt), bleed, crop/registration marks, colour bars seeded with the frame’s own colours, optional PDF/X-4 metadata with embedded sRGB output intent |

| **Screen PDF** | RGB, page = artwork, no marks — for sharing |

| **SVG** | Penpot’s vectors with the `@font-face` CSS inlined as data: URIs — self-contained |

| **EPS / EMF / DXF** |@font-facePostScript, Windows metafile (vector paste into Office), CAD outlines |

| **PNG / JPEG / WebP** | Raster at a chosen DPI, with the density written into the file (PNG `pHYs`, JFIF density) |

Plus two option groups mirroring the Lolly web shell:

- **Content protection** — C2PA Content Credentials (engine ephemeral self-signed signer, fully client-side), the Imprint invisible pixel watermark (raster), and creator/rights metadata written to each format’s native slot (PNG iTXt, JPEG EXIF, SVG ``, PDF Info).

- **HDR (Rec.2100 PQ)** — PNG/JPEG only, off by default. The engine’s lightness-gated boost with the frame’s own colours as targets, four author dials (White/Reach/Dark lift/Focus), a `cICP` chunk + Rec2100-PQ ICC on PNG and the PQ ICC on JPEG. WebP is deliberately excluded (no viable HDR decode path). Platforms that re-encode uploads destroy HDR — use where the destination supports it.

2 Likes

EDIT: Separations and color profiles are live

and use that HDR feature responsibly! LinkeIn and ad services respect it but yes you can blind people like me scrolling late at night on high-potential nit OLED displays :slight_smile:

If you want to check that the imprint worked you can visit lolly.art/verify

If you want to check your c2pa details, many tools can verify including the link above.

if you like print, you will love this!
convert colors used into your exact preferred CMYK / Spot color. (other colors follow the profile eg USCoated/FOGRA39 etc

1 Like

one more WIP plugin . anything to vector objects with lolly filters

https://lolly-tools.github.io/lolly-plugins-penpot-filters/manifest.json

2 Likes

small update to the plugins, more fine grained format controls
Filter — Lolly if you want to play with it on a live & offline canvas

Hi @andyfitz!
That’s nice to add one more tool for editing images, in particular, making filters and exporting them as vectors directly on the canvas.
If I can suggest something, this space for the parameters is quite small, and I need to scale the plugin window. I guess you can resolve this issue without requiring users to rescale, just by creating two columns: one for the preview and one for the parameters :grin:

Great idea. I tried to follow the plugin guidelines which have these small components but you’re right it could do with a nice preview you can drag zoom and ‘pixel peep’ with. Great feedback. I’ll add this in the next iteration! Thank you

Other vector effect ideas welcome also

You can make a little exception :slight_smile:
How did you fetch those “small” components, as you said? And where did you read those guidelines?