Re: Create a .jpg from text...
Re: Create a .jpg from text...
- Subject: Re: Create a .jpg from text...
- From: Emmanuel <email@hidden>
- Date: Tue, 15 Feb 2005 19:04:26 +0100
Title: Re: Create a .jpg from text...
At 5:49 PM +0100 2/15/05, Stefan Eriksson wrote:
This time i´m looking for a tool that
allows med to create a jpgimage in my choice of heigt/width/resolution
and populate it with text, to make it a bit easier i don´t want to
use Photoshop, Graphic converter or something like that... is there a
GUI-less application that can help me with this...?
I told you about Smile, maybe a short example will help.
-- sizes as you like
set w to make new graphic window with properties {pagewidth:200,
pageheight:50}
BeginFigure(w)
SetFillColor((0.5, 0.8, 0.8))
RectPath(w's frame)
DrawPath(0)
SetFillColor((0, 0, 0))
TextMoveTo((100, 25))
SetTextFont("Arial Bold")
SetTextSize(24)
DrawString("[h]made with Smile")
EndFigure()
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden