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:
00570977
Vues:
20
Hi Alberto,

That is exactly what I need.

Thanks,

Doron

>
>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
Répondre
Fil
Voir

Click here to load this message in the networking platform