Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Annotations would need to be in a more computer readable format such as XML or JSON. e.g.:

<review reviewid="<REVIEWID>{REVIEWID}" datereviewed="{DATEREVIEW}" reviewby="{REVIEWBY}" reviewlocation="{REVIEWLOCATION}">
<media sourceid="<SOURCEID>{SOURCEID}">
<notes>
{NOTES}
</notes>
<annotation frame="<FRAMENUMBER>{FRAMENUMBER}">
<line thickness="<SIZE>{SIZE}" style="<LINESTYLE>{LINESTYLE}" color="<COLOR>{COLOR}">
<coord x="<X>{X}" y="<Y>{Y}"/>
<coord x="<X>{X}" y="<Y>{Y}"/>
<coord x="<X>{X}" y="<Y>{Y}"/>
</line>
<brush style="" color="<COLOR>">
<coord x="<X>{X}" y="<Y>{Y}" thickness="<SIZE>{SIZE}" opacity="<OPACITY>{OPACITY}"/>
<coord x="<X>{X}" y="<Y>{Y}" thickness="<SIZE>{SIZE}" opacity="<OPACITY>{OPACITY}"/>
<coord x="<X>{X}" y="<Y>{Y}" thickness="<SIZE>{SIZE}" opacity="<OPACITY>{OPACITY}"/>
</brush>
<text x="<X>{X}" y="<Y>{Y}" sizefontsize="<SIZE>{SIZE}" label="<TEXT{TEXT TO DISPLAY>DISPLAY}" />
<colorcorrect x="<X>{X}" y="<Y>{Y}" size="<SIZE>{SIZE}" area="<AREATYPE>{AREATYPE}" asccc="<ASC{ASC COLOR CORRECT>CORRECT}" />
</media>
</review>


Encoding standards

...