├── .gitignore ├── Read me ├── c8677394a3282a6ffc58bed0a638b2d1.jpg ├── dct.php ├── demo ├── demo_stringcompare.php ├── index.php ├── monalisa.jpg ├── monalisa2.jpg ├── monalisa3.jpg ├── monalisa4.jpg ├── monalisa5.jpg └── resample.php ├── license.md ├── phasher.class.php └── readme.md /.gitignore: -------------------------------------------------------------------------------- 1 | tests 2 | phasher-dev.sublime-* -------------------------------------------------------------------------------- /Read me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/Read me -------------------------------------------------------------------------------- /c8677394a3282a6ffc58bed0a638b2d1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/c8677394a3282a6ffc58bed0a638b2d1.jpg -------------------------------------------------------------------------------- /dct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/dct.php -------------------------------------------------------------------------------- /demo/demo_stringcompare.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/demo/demo_stringcompare.php -------------------------------------------------------------------------------- /demo/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/demo/index.php -------------------------------------------------------------------------------- /demo/monalisa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/demo/monalisa.jpg -------------------------------------------------------------------------------- /demo/monalisa2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/demo/monalisa2.jpg -------------------------------------------------------------------------------- /demo/monalisa3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/demo/monalisa3.jpg -------------------------------------------------------------------------------- /demo/monalisa4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/demo/monalisa4.jpg -------------------------------------------------------------------------------- /demo/monalisa5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/demo/monalisa5.jpg -------------------------------------------------------------------------------- /demo/resample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/demo/resample.php -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/license.md -------------------------------------------------------------------------------- /phasher.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/phasher.class.php -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethrapp/phasher/HEAD/readme.md --------------------------------------------------------------------------------