Menu

Tree [88d822] master /
 History

HTTPS access


File Date Author Commit
 test-data 2011-01-04 Ed Summers Ed Summers [b3c81c] extracted aware wrapper from chronam mercurial
 .gitignore 2011-01-04 Ed Summers Ed Summers [8decb5] pulled in last changes from mercurial repo to h...
 README 2011-01-05 Daniel Krech Daniel Krech [d82ff0] added mention of ldconfig
 j2k.py 2011-01-07 Daniel Krech Daniel Krech [fe1283] j2k.open now takes an optional size and region
 j2kmodule.c 2011-01-10 Ed Summers Ed Summers [88d822] Merge branch 'master' of ssh://loc-ndnp.git.sou...
 setup.py 2011-01-10 Ed Summers Ed Summers [88d822] Merge branch 'master' of ssh://loc-ndnp.git.sou...
 tests.py 2011-01-07 Daniel Krech Daniel Krech [fe1283] j2k.open now takes an optional size and region

Read Me

j2kmodule is a minimal wrapper for the Aware JPEG2000 SDK [1]. You will need 
to have the Aware libraries and header files available in order to build and 
test it. This can be typically done with a:

  cp aware-sdk/lib/libawj2k.so.2.0.1 /usr/lib/libawj2k.so
  cp aware-sdk/include/*.h /usr/include/

  # ldconfig ?

[1] http://www.aware.com/imaging/jpeg2000.htm