I’ve been building a Photo Editor (Beta) plugin for Penpot. It’s raster editing directly on an image that’s already on the board — no export/reimport round trip through another app.
What’s in it
- Painting tools: brush, eraser, blur brush, clone stamp and a fill bucket — with a selection tool (rectangle, ellipse, freehand lasso, plus add/subtract/intersect) that every one of them respects.
- Layers: a real layer stack with visibility, opacity, reordering and renaming. The photo itself is a row in it, so you can put paint in front of it.
- History: a full list of steps you can click to jump to, not just Cmd+Z. Nothing is stored as a bitmap, so undo costs nothing.
- Framing: crop with aspect presets, 90° rotation, flip, straighten (±45°), and an option to crop outside the image so the export comes back padded with transparency.
- Filters: 17 presets plus the individual sliders behind them, and a vignette that follows the crop instead of being baked into the source.
- Frames: 18 decorative border styles, some of which cut real transparency into the export (rounded corners, circle, film sprocket holes).
- Export: PNG / JPG / WebP at 25–400 % of the cropped region, written back to the shape’s fill.
Who wanna try it, here is the link: https://photo-editor.girafic.net/manifest.json
