JOT

Parses the JOT specification for Ink Storage and Interchange Format
Download

JOT Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Johan Van den Brande
  • Publisher web site:
  • http://search.cpan.org/~johanvdb/JOT-0.1/JOT/GD.pm

JOT Tags


JOT Description

Parses the JOT specification for Ink Storage and Interchange Format JOT is a Perl module that parses the JOT specification for Ink Storage and Interchange Format.SYNOPSIS use JOT; $jot = JOT->new(); $jot->parse_file( $ARGV ); @array = $jot->coords(); while ( @array ) { printf("(%d, %d) ", shift @array, shift @array ); }JOT is a specification for ink storage. JOT was the proposed standard to use when a browser implements the scribble input field ( ). The JOT specification did not make it into the definitive HTML3 spec, but you can still find some references to it in the proposed HTML3 standard from the W3C.The only broser I'm aware of that implements this format is Xmosaic.Because JOT is a lightweight format, it is very interesting to use it on small devices like a PDA. The Avantgo browser for the PalmPilot implements the scribble input tag.JOT is also interesting because it stores an image as a 2D vector format with timely information. It does not only record the coordinates of the lines that a person draws on a tablet, but also records the speed, pressure, etc .... of the pen on the tablet. This can come handy in recognizing signatures or handwrite recognition. Requirements: · Perl


JOT Related Software