Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create GIF image
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00570270
Message ID:
00570652
Views:
27
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform