lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 10/14/06, Sandro C. Goncales <sandro@inetcode.com.br> wrote:
Hi,

Anyone know how to create charts in Lua ? I  need to create charts and
save in jpeg files.
One thing to note.... it may be much better to save charts as PNG
files...  JPEG tend to work best for photos because it uses patterns
that can cause blurring of text/lines.  Most browsers/viewers support
PNG (though Internet Exploder has issues with transparency (even in
7.0!))...  You'd probably want to use <=256 color encoding w/ PNG,
since charts are generally not super-colorful.

--
Thomas Harning Jr.