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?
Batch export graphics using a spreadsheet as source
- forum_adm
- Site Admin
- Posts: 1714
- Joined: Fri Dec 23, 2016 9:41 am
- Location: Germany
- Country: Germany
Re: Batch export graphics using a spreadsheet as source
Hi,
this is currently not possible.
So, you want to export the text as images?
Thorsten
this is currently not possible.
So, you want to export the text as images?
Thorsten
Re: Batch export graphics using a spreadsheet as source
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.
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.
- forum_adm
- Site Admin
- Posts: 1714
- Joined: Fri Dec 23, 2016 9:41 am
- Location: Germany
- Country: Germany
Re: Batch export graphics using a spreadsheet as source
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
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