├── LICENSE ├── MakeBayer.py ├── README.md └── images ├── bayer16.png ├── bayer16tile16.png ├── bayer16tile2.png ├── bayer16tile4.png ├── bayer16tile8.png ├── bayer2.png ├── bayer2tile16.png ├── bayer2tile2.png ├── bayer2tile4.png ├── bayer2tile8.png ├── bayer4.png ├── bayer4tile16.png ├── bayer4tile2.png ├── bayer4tile4.png ├── bayer4tile8.png ├── bayer8.png ├── bayer8tile16.png ├── bayer8tile2.png ├── bayer8tile4.png └── bayer8tile8.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/LICENSE -------------------------------------------------------------------------------- /MakeBayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/MakeBayer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/README.md -------------------------------------------------------------------------------- /images/bayer16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer16.png -------------------------------------------------------------------------------- /images/bayer16tile16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer16tile16.png -------------------------------------------------------------------------------- /images/bayer16tile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer16tile2.png -------------------------------------------------------------------------------- /images/bayer16tile4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer16tile4.png -------------------------------------------------------------------------------- /images/bayer16tile8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer16tile8.png -------------------------------------------------------------------------------- /images/bayer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer2.png -------------------------------------------------------------------------------- /images/bayer2tile16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer2tile16.png -------------------------------------------------------------------------------- /images/bayer2tile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer2tile2.png -------------------------------------------------------------------------------- /images/bayer2tile4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer2tile4.png -------------------------------------------------------------------------------- /images/bayer2tile8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer2tile8.png -------------------------------------------------------------------------------- /images/bayer4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer4.png -------------------------------------------------------------------------------- /images/bayer4tile16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer4tile16.png -------------------------------------------------------------------------------- /images/bayer4tile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer4tile2.png -------------------------------------------------------------------------------- /images/bayer4tile4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer4tile4.png -------------------------------------------------------------------------------- /images/bayer4tile8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer4tile8.png -------------------------------------------------------------------------------- /images/bayer8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer8.png -------------------------------------------------------------------------------- /images/bayer8tile16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer8tile16.png -------------------------------------------------------------------------------- /images/bayer8tile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer8tile2.png -------------------------------------------------------------------------------- /images/bayer8tile4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer8tile4.png -------------------------------------------------------------------------------- /images/bayer8tile8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tromero/BayerMatrix/HEAD/images/bayer8tile8.png --------------------------------------------------------------------------------