N app that quickly makes an image of selected text

fontimage editingsoftware-recommendation

I'm facing the following problem:

I would like to compare different fonts in a presentation by arranging single letters such as 'a' next to each other. Imagine a slide with, say, a Helvetica 'a' on the left and a Georgia 'a' on the right.

The reason why these have to be images is because I would like to use Keynotes's/PowerPoint's "Gallery" feature that lets me switch between those images.

However, typing a big letter in TextEdit or a similar program, then taking a screenshot of that area is a little bit cumbersome, and given the fact that most letters have a different width, it's not very precise. It would be nice to have an app that would put a letter in the center of a say 300×300, transparent square and then save it as a PNG.

Using a program like Acorn (the only image manipulation program that I have at the moment) is difficult too, because I would always have to re-center the text field, depending on the width of the letter.

I hope this makes clear why I am in the need of a helpful program.

Best Answer

You can use Automator.

Open Automator. Choose Application from the templates.

Add a Ask for Text action. Tick 'Require an Answer' Add a Create Banner Image from Text action.

Tick 'Use text input as image filename'.

Open the actions options options.

Tick 'Show this action when workflow runs'

Add a Lopp Action.

Control + click on the Loop Actions Title bar and select 'ignore input'

From the Loop Actions's drop down menus, select 'Ask to Continue' and Use the 'current results as input'

Save and run.

You will then be prompted to enter your text. Then after you ok that you will be prompted to Choose you font. Use the font size to determine the image size.

example 64 in Helvetica Bold gives me about 46x77 The same font but at size 300 gives me 177x360.

In each case I am only using 1 character.

enter image description here

If you want to do it from 'Selection'

Open Automator. Choose Services from the templates.

Set the 'Sevices Receives input' to :rich text * and in* any application

Add a Create Banner Image from Text action.

Tick 'Use text input as image filename'.

Set the Text Style drop down menu to : 'Use Style of Rich Text input'.

Optionally you can add a 'Reveal in Finder' Action

The Size is set by what ever the original fonts are.

enter image description here

To use the Service. You can select some text, and control click to get a contextual menu. Listed is the services sub menu. Under this you should find your new service that will run on the selected text.