Looking for recommendations of filters to be able to add a business name to a directory sign like the one below.
I want to add a name to the bottom slot on that sign.
I understand the basics of creating and positioning text, but need it to look realistic.
Writing Lettering on Directory Sign
-
- Posts: 3
- Joined: 2018-06-24T02:22:11-07:00
- Authentication code: 1152
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Writing Lettering on Directory Sign
Something like this, Windows BAT syntax:
You will need to fiddle with the font and pointsize, etc.
Code: Select all
%IMG7%magick ^
-pointsize 65 ^
-background None ^
label:"snibgo, inc" ^
-gravity West ^
-extent 1000x100 ^
+distort perspective ^
0,0,185,727,^
0,99,185,783,^
999,0,470,671,^
999,99,470,716 ^
Directory-10-slats-side.jpg ^
+swap ^
-compose Over -layers merge ^
directory_out.png
You will need to fiddle with the font and pointsize, etc.
snibgo's IM pages: im.snibgo.com
-
- Posts: 3
- Joined: 2018-06-24T02:22:11-07:00
- Authentication code: 1152
Re: Writing Lettering on Directory Sign
That's incredible, thank you. Yes I see that choosing the right font may be the most time consuming part.