Page 1 of 1

Batch export graphics using a spreadsheet as source

Posted: Sat Nov 30, 2019 3:33 am
by MalPaust
Hi -

I want to input a set of names into a spreadsheet (I prefer Numbers) or Google Sheets and then have Graphic Converter export them as a series of graphics as TGA, PNG or JPG files, ideally with alpha channel info or on a transparent background. Do you think this is possible?

Re: Batch export graphics using a spreadsheet as source

Posted: Sat Nov 30, 2019 9:07 am
by forum_adm
Hi,

this is currently not possible.

So, you want to export the text as images?

Thorsten

Re: Batch export graphics using a spreadsheet as source

Posted: Sun Dec 01, 2019 11:27 pm
by MalPaust
Yes, that is the idea. I have a project that requires a list of student's names to be saved as a set of graphics that are imported into a video mixer. The kids only have a limited time to spend in a video suite so I'm trying to shorten the process.

Another way is to use Keynote or some other presentation software and export them as a series of stills. But I'd prefer to create TGA or PNG files with an automatic alpha.

Re: Batch export graphics using a spreadsheet as source

Posted: Mon Dec 02, 2019 7:57 am
by forum_adm
OK, so the best would be writing an AppleScript for this.
Create for each row a new image in GraphicConverter.
Draw the text.
Save the drawing.

You can specify the font, size, color etc. with AppleScript.

Thorsten