Skip to content

Instantly share code, notes, and snippets.

@rayleigh
Created August 29, 2011 16:05
Show Gist options
  • Save rayleigh/1178721 to your computer and use it in GitHub Desktop.
Save rayleigh/1178721 to your computer and use it in GitHub Desktop.
XML Format
<img_info>
<img_name>Flower</img_name>
<img_src>/tmp/flower/</img_src>
<exp>
<exp_name>Petal test</exp_name>
<PO_term_info>
<term>POxxxxx</PO_term>
<color>0,0,224</color>
<pixel>25,100</pixel>
#Because it uses fill, the program needs to know a pixel
<coord>10, 80</coord>
<coord>20, 80</coord>
#etc.
<link>http://en.wikipedia.org/wiki/Flower_petal</link>
<PO_term_info>
#and other PO_term infos
</exp>
#and other exp infos
</img_info>
#and other images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment