mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
27 lines
584 B
JSON
27 lines
584 B
JSON
{
|
|
"name": "bayer-matrices",
|
|
"displayName": "Bayer Matrices for Dithering",
|
|
"description": "Dithering matrices created by Bryce E. Bayer",
|
|
"version": "1.0",
|
|
"publisher": "aseprite",
|
|
"contributes": {
|
|
"ditheringMatrices": [
|
|
{
|
|
"id": "bayer8x8",
|
|
"name": "Bayer Matrix 8x8",
|
|
"path": "./bayer8x8.bmp"
|
|
},
|
|
{
|
|
"id": "bayer4x4",
|
|
"name": "Bayer Matrix 4x4",
|
|
"path": "./bayer4x4.bmp"
|
|
},
|
|
{
|
|
"id": "bayer2x2",
|
|
"name": "Bayer Matrix 2x2",
|
|
"path": "./bayer2x2.bmp"
|
|
}
|
|
]
|
|
}
|
|
}
|