In the last few months, I have been working on an open-source image editor that drops into Ghost as the image-editor integration. It’s called Kalotyp and is now available:
One of the things that drew me to Ghost in the first place, and the thing our hosting customers consistently tell us they care about, is that it’s open-source software you can modify, own, and self-host if you want.
The image editor has been the one piece of the experience that doesn’t fit that pattern.
Kalotyp is my attempt to close that gap. It’s under the same license as Ghost itself (MIT) and drops right in − just upload the JS and CSS files in Settings > Integrations.
Feature-wise, the current release covers what you’d reach for in an image editor: crop, rotate, flip, filters, finetune controls, annotate, redact, resize, and frames. It also does automatic EXIF/GPS metadata stripping and format conversion on save − both are things customers have asked me about in support over the years, so it felt right to build them in.
I have tested it on my own projects so far, but the next step is rolling it out on Magic Pages sites, which will also mean image editing becomes available for old legacy Starter plans that didn’t have it before.
I’d be really curious to see people try it in the wild because I am sure there are some quirks that need ironing out.
Great news! This is a great addition for the Ghost community. Much more flexible! I loved the extra features you added, which are much needed. (WebP and Avif formats are not supported on Safari though. I’m already started working on it )
Thanks for sharing this huge effort with the community!
Yeah, that’s a good point. If you have a workaround in mind for the browser constraint, please share − I cannot test Safari on Linux, but happy to make it work somehow
I’m super excited about this, but I need to report a bug. I tried cropping an image (using your latest version release, uploaded, not via config file). Looks like that was 0.2.3.
The cropping appeared to work, but when I saved, it saved as a teeny tiny image, and it moved the cropped content to the top left corner, rather than actually cropping. Here’s the result:
And, despite it having eaten an svg for lunch, it was exactly what I needed and super easy when I had a png to resize! So, some positive feedback to go with the constructive criticism!
Nope, Murat is correct here. Safari supports displaying WebP and AVIF but not in the canvas used by Kalotyp (or other editors). So, it cannot render them.