This is a quick and dirty method to Compare Copic Markers to Touchfive Markers. I first created a Database with the colorcodes of every Color and then compared them via the "imagecolorallocate" Method.
This is a basic php script that should work on every php Version >= PHP4.
The Following Software is needet to run that script:
Webserver like Apache2 or Nginx
MySQL Server, eventually with phpMyAdmin for easy use.
-
Copy the Files to your Web Folder
-
Import the "colorcompare.sql" to your MySQL Server
-
Change the following line in the db.php:
$password = 'SECUREPASSWORT'; //insert your database password here
- Open the file in your Browser and enjoy
- Thomas Störzner - Initial work - GitHub
This project is licensed under the MIT License
The matching colors are only based on theoretical calculations, the colorcodes are not perfect, but good enought for me.