• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Create a .jpg from text...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Create a .jpg from text...
      • From: Emmanuel <email@hidden>
References: 
 >Create a .jpg from text... (From: Stefan Eriksson <email@hidden>)

  • Prev by Date: Re: Create a .jpg from text...
  • Next by Date: Re: Create a .jpg from text...
  • Previous by thread: Re: Create a .jpg from text...
  • Next by thread: Re: Create a .jpg from text...
  • Index(es):
    • Date
    • Thread