├── .gitignore ├── LICENSE.md ├── README.md ├── face.png ├── spectrophoto.c └── stb_image.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylophone/spectrophoto/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylophone/spectrophoto/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylophone/spectrophoto/HEAD/README.md -------------------------------------------------------------------------------- /face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylophone/spectrophoto/HEAD/face.png -------------------------------------------------------------------------------- /spectrophoto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylophone/spectrophoto/HEAD/spectrophoto.c -------------------------------------------------------------------------------- /stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylophone/spectrophoto/HEAD/stb_image.h --------------------------------------------------------------------------------