fast-brc
Version:
Convert Flat RGBA Array of Pixel Values to 3-Dimensional Array by Band, Row, then Column
33 lines (32 loc) • 710 B
JSON
{
"name": "fast-brc",
"version": "0.0.1",
"description": "Convert Flat RGBA Array of Pixel Values to 3-Dimensional Array by Band, Row, then Column",
"main": "fast-brc.js",
"scripts": {
"test": "ava --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielJDufour/fast-brc.git"
},
"keywords": [
"band",
"brc",
"column",
"data",
"image",
"pixels",
"reshape",
"row"
],
"author": "Daniel J. Dufour",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/DanielJDufour/fast-brc/issues"
},
"homepage": "https://github.com/DanielJDufour/fast-brc#readme",
"devDependencies": {
"get-depth": "0.0.0"
}
}