{"id":16738656,"url":"https://github.com/runk/jpeg2000","last_synced_at":"2025-10-18T16:01:26.098Z","repository":{"id":65176486,"uuid":"585353768","full_name":"runk/jpeg2000","owner":"runk","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-08T09:09:49.000Z","size":76,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T11:45:40.188Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/runk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-05T00:35:21.000Z","updated_at":"2025-02-18T14:34:10.000Z","dependencies_parsed_at":"2023-01-13T15:52:48.907Z","dependency_job_id":null,"html_url":"https://github.com/runk/jpeg2000","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runk%2Fjpeg2000","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runk%2Fjpeg2000/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runk%2Fjpeg2000/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runk%2Fjpeg2000/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runk","download_url":"https://codeload.github.com/runk/jpeg2000/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792915,"owners_count":20996896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T00:32:00.932Z","updated_at":"2025-10-18T16:01:26.000Z","avatar_url":"https://github.com/runk.png","language":"JavaScript","readme":"# jpeg2000\n\nThis module helps with decoding JPEG 2000 code stream. All in vanilla javascript with no dependencies. Typings included.\n\n```javascript\nimport { JpxImage } from 'jpeg2000'\n\nconst codestream = Buffer.from('ff4fff5100290000...', 'hex')\n\nconst jpx = new JpxImage()\njpx.parse(codestream)\n\nconsole.log('width: %d', jpx.width)\nconsole.log('height: %d', jpx.height)\nconsole.log('components: %d', jpx.componentsCount)\nconsole.log('tiles:')\nconsole.log(jpx.tiles)\n```\n\n# Credits\n\nThis library is heavily based on [Mozilla's PDF.js](https://github.com/mozilla/pdf.js) source code.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunk%2Fjpeg2000","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunk%2Fjpeg2000","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunk%2Fjpeg2000/lists"}