Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create GIF image
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00570270
Message ID:
00570652
Vues:
26
Hi:

You can see T1cFreeImage at http://www.tonec.com/download3.html

Tc1FreeImage is free and you can write from Fox:

im = CreateObject("T1CFreeImage.Images.1")
im.CreateImage(100,100)
im.SetColor (255,0,0)
im.DrawLine (10,10,30,30)
im.SetColor (0,0,255)
im.DrawText (10,40,"Hello Boy")
im.SaveToFile ("c:\test.png")
im = NULL

to save in a .PNG file. The .PNG files are better than .GIF or JPG and run well in HTML

Enjoy

Alberto Rodriguez
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform