{"id":13490073,"url":"https://github.com/rcanut/nhwcodec","last_synced_at":"2026-04-01T22:14:32.751Z","repository":{"id":5741372,"uuid":"6953689","full_name":"rcanut/nhwcodec","owner":"rcanut","description":"NHW : A Next-Generation Image Compression Codec","archived":false,"fork":false,"pushed_at":"2026-03-21T20:53:33.000Z","size":543,"stargazers_count":73,"open_issues_count":3,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-03-22T09:36:59.780Z","etag":null,"topics":["codec","entropy-coding","image-compression","image-processing","lossy-compression","nhw","wavelet"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcanut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-12-01T12:04:58.000Z","updated_at":"2026-03-21T20:44:56.000Z","dependencies_parsed_at":"2024-02-17T20:26:07.223Z","dependency_job_id":"2455acd7-ed31-4c85-ab5e-0f78090b8aba","html_url":"https://github.com/rcanut/nhwcodec","commit_stats":null,"previous_names":[],"tags_count":165,"template":false,"template_full_name":null,"purl":"pkg:github/rcanut/nhwcodec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcanut%2Fnhwcodec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcanut%2Fnhwcodec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcanut%2Fnhwcodec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcanut%2Fnhwcodec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcanut","download_url":"https://codeload.github.com/rcanut/nhwcodec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcanut%2Fnhwcodec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["codec","entropy-coding","image-compression","image-processing","lossy-compression","nhw","wavelet"],"created_at":"2024-07-31T19:00:40.256Z","updated_at":"2026-04-01T22:14:32.728Z","avatar_url":"https://github.com/rcanut.png","language":"C","readme":"NHW Image Codec\n============\n\nA Next-Generation Free Open-Source Image Compression Codec\n\nThe NHW codec is an experimental codec that compresses for now 512x512 bitmap 24bit color images using notably a wavelet transform.\n\nThe NHW codec presents some innovations and a unique approach: more image neatness/sharpness, and aims to be competitive with current codecs like for example x265 (HEVC), Google WebP,...\n\nAnother advantage of the NHW codec is that it has a high speed, making it suitable for mobile, embedded devices.\n\n\nHow to compile?\n============\n\n1) With mingw/gcc\n\n`$ cd decoder \u0026\u0026 gcc *.c -O3 -o nhw-dec`\n\n`$ cd encoder \u0026\u0026 gcc *.c -O3 -o nhw-enc`\n\n\n2) With CMake\n\n`$ mkdir build \u0026\u0026 cd build \u0026\u0026 cmake ../ \u0026\u0026 make`\n\n\nTo encode an image (512x512 bitmap color image for now):\n\nencoder options: quality settings: -q[1..23] {default: 20}\n\nexample:\n\n`$ nhw-enc image.bmp image.nhw`\n\n`$ nhw-enc -q10 image.bmp image.nhw`\n\nTo decode:\n\n`$ nhw-dec image.nhw image.bmp`\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcanut%2Fnhwcodec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcanut%2Fnhwcodec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcanut%2Fnhwcodec/lists"}