AI

You Don't Need a Graphic Designer: Part 1 -- Logo Edits with Claude

← Back to all posts

I was working on a project and needed a logo file in a different color and format. I gave Claude my logo file and told it I needed a white version with a transparent background.

It Just Figured It Out

Claude figured out how to make it happen using something called ImageMagick -- a free image processing tool that runs behind the scenes. Think of it like a command-line version of Photoshop for batch edits and file conversions. I didn't install it. Claude did that on its own, ran the conversion, and kept going.

The first output came back gray and fuzzy. Claude caught it and fixed it -- re-ran the conversion with an extra step that forced every pixel to pure black or white before inverting. Second attempt came back clean, sharp, and transparent.

That Got Me Thinking

If it could remake a logo and invert the color, maybe it could make a different file format too. So I asked: "Can you also make me an EPS file?"

It used something called Potrace -- I didn't know what it was until I had Claude explain it to me. Basically, Potrace takes a raster image (a JPG or PNG, made up of pixels) and traces it into a vector file made up of mathematical paths instead. That means it scales to any size without losing quality -- perfect for print. It went from a 294 KB raster EPS to a true vector at 5.6 KB. Infinitely scalable.

It also exported a WebP version for web use without me asking.

Save It So You Don't Have to Figure It Out Twice

If you're like me, every time you use Claude and figure out something new it can do, the smart move is to save it. This way Claude doesn't have to refigure it out, and you know you have the option to do it again whenever you need it.

In Claude, the way you do that is by building a skill. Basically you give it a name and a description of what it does, and Claude knows to reach for it next time. No re-explaining, no starting from scratch.

The skill we built is called /logo-variants, and it now handles:

Next time I need logo variants for a project it takes 30 seconds. I don't have to remember what ImageMagick is, how Potrace works, or why raster EPS files fall apart at large scale.

Claude remembers it for me.