Difference between revisions of "JJ2000"
Jump to navigation
Jump to search
(Trial import from script.) |
|||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Infobox tool |
|purpose=Pure Java implementation of a JPEG2000 decoder | |purpose=Pure Java implementation of a JPEG2000 decoder | ||
| − | |||
|homepage=http://code.google.com/p/jj2000/ | |homepage=http://code.google.com/p/jj2000/ | ||
| − | | | + | |function=Rendering, File Format Migration |
| − | | | + | |content=Image |
| + | }} | ||
| + | {{Infobox tool details | ||
| + | |ohloh_id=JJ2000 | ||
}} | }} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
= Description = | = Description = | ||
This project is a JPEG 2000 encoder/decoder written in pure Java. Its goal is to be a reference implementation of (at least) part 1 of the JPEG 2000 specification. | This project is a JPEG 2000 encoder/decoder written in pure Java. Its goal is to be a reference implementation of (at least) part 1 of the JPEG 2000 specification. | ||
| Line 28: | Line 23: | ||
= Development Activity = | = Development Activity = | ||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 09:21, 23 April 2021
Description
This project is a JPEG 2000 encoder/decoder written in pure Java. Its goal is to be a reference implementation of (at least) part 1 of the JPEG 2000 specification.
The code here originally came from version 5.1 of JJ2000 as downloaded from this website: [1]. However, that code is incomplete, has bugs, has performance issues, and has memory-usage issues. So a Google Code project was created so that modifications and improvements could be made.
h2 News Feeds
Activity Page: [2]
Activity Feed: [3]