{"id":21595180,"url":"https://github.com/euank/node-oiio","last_synced_at":"2025-09-10T20:39:01.098Z","repository":{"id":11939485,"uuid":"14509099","full_name":"euank/node-oiio","owner":"euank","description":"Node wrapper for OpenImageIO","archived":false,"fork":false,"pushed_at":"2017-07-24T06:22:15.000Z","size":739,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T19:13:33.004Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/euank.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-19T00:03:46.000Z","updated_at":"2018-03-14T12:18:22.000Z","dependencies_parsed_at":"2022-09-10T17:02:22.864Z","dependency_job_id":null,"html_url":"https://github.com/euank/node-oiio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/euank/node-oiio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-oiio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-oiio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-oiio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-oiio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euank","download_url":"https://codeload.github.com/euank/node-oiio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-oiio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265589266,"owners_count":23793496,"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-11-24T17:33:35.245Z","updated_at":"2025-07-17T09:34:40.239Z","avatar_url":"https://github.com/euank.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-oiio\n=========\n\nNode wrapper for OpenImageIO\n\nThis was created as part of an assignment for a computer graphics course.\n\nGoal\n----\n\nThis wrapper aims to allow reading and writing a wide variety \nof image formats via OpenImageIO. \n\nLimitations\n-----------\n\nNo attempts are made to retain all data for floating point\nimage formats. Everything is assumed to fit into UINT8 per\nchannel per pixel.\n\nUsage\n-----\n\n```\nvar Image = require(\"node-oiio\");\n/* Pixel is likely not needed to be included. \n   It's what image.getPixel returns, which\n   is how you'll more likely work with it */\nvar Pixel = require(\"node-oiio/pixel\");\n\nvar img = new Image('lena.png');\nvar smallImg = img.scale(50, 50);\nsmallImg.write('smalllena.png');\n```\n\nInstalling\n---------\n\n_After_ you get libOpenImageIO you can simply `npm install node-oiio`\n\nThis library depends on libOpenImageIO being available. On\nGentoo `emerge media-libs/openimageio` and node-gyp being\navailable should be sufficient.\n\nIf anyone wants to alter it so that it downloads and locally compiles OIIO to link against,\nthat would probably be better.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuank%2Fnode-oiio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuank%2Fnode-oiio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuank%2Fnode-oiio/lists"}