GIMP Chat
http://gimpchat.com/

custom font output problems[solved]
http://gimpchat.com/viewtopic.php?f=8&t=18869
Page 1 of 1

Author:  Graechan [ Wed Oct 21, 2020 12:09 am ]
Post subject:  custom font output problems[solved]

GIMP Version: 2.8.14
Operating System: Windows
GIMP Experience: Intermediate Level

List any relevant plug-ins or scripts:
custom font



I have a folder with 346 custom fonts and I want to create a batch file to run each one with the text "Aa" as below and save each image to a folder with it's original xcf name for easy comparison of fonts, I might even put them all on the one image with the 'Roller plugin'

Image

but after I run custom font I am left with an image and layer without names so I tried to use (gimp-image-list) but hit a brick wall

> (gimp-image-list)
(1 #(2))
> (cadr (gimp-image-list))
#(2)
I can't get (set! img 2)

Author:  Skinnyhouse [ Wed Oct 21, 2020 2:07 am ]
Post subject:  Re: custom font output problems

In my set of custom font tools there is a folder utility that generates png thumbnails for custom fonts. The code, although in python, may contain something you can use in scheme. Link here:

Custom Font Tools Release 12

It currently generates an image according to the rules:

'Ab' image when detecting upper-case and lower-case characters.
'AB' image when detecting only upper-case characters.

Examples below:

Attachment:
Bolonewt_Fizzy_Orange.png
Bolonewt_Fizzy_Orange.png [ 137.18 KiB | Viewed 2150 times ]


Attachment:
Bolonewt_Style_Whorl.png
Bolonewt_Style_Whorl.png [ 129.84 KiB | Viewed 2150 times ]

Author:  Graechan [ Wed Oct 21, 2020 5:21 am ]
Post subject:  Re: custom font output problems

Thanks for that Skinnyhouse I guess I was in a world of my own and didn't realize that what I wanted was already there :oops:

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/