How to create Binary Tree in a image(.jpeg)
Posted
by abc
on Stack Overflow
See other posts from Stack Overflow
or by abc
Published on 2010-05-14T04:50:00Z
Indexed on
2010/05/14
4:54 UTC
Read the original article
Hit count: 271
I have data structured in Binary tree format, i want to represent it into an image(*. jpeg) then i need to display that image on web page and all the data will come @ runtime, so image processing should be done @ runtime, how to do this ?
This is what my thought solution any other suitable solution are also welcomed,
web site is in .NET , i am thinking to produce image using java api then integrate it to .NET wither through WEB-SERVICE call or any other solutions are also welcomed.
© Stack Overflow or respective owner