[misc] Get rid of the "NKD Base NEF" ICC profile.

I don't know if it was ever technically relevant.
This commit is contained in:
Solomon Peachy 2021-05-09 12:26:40 -04:00
parent abbb8d45fe
commit 1e9a0a4aef
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -103,7 +103,6 @@ $strings['formats_sql'] = '%Y-%m-%d %H:%M:%S'; /* Do not change */
$realpath = dirname($_SERVER['SCRIPT_FILENAME']) . "/im" ;
$icc_profiles = array("1" => array("name" => "sRGB", "file" => $realpath . "/sRGB.icm"),
"2" => array("name" => "Adobe RGB 1998", "file" => $realpath. "/AdobeRGB1998.icc"),
"3" => array("name" => "Nikon Base NEF", "file" => $realpath . "/NKDBase_NEF.icm"),
"4" => array("name" => "Kodak ProPhoto RGB", "file" => $realpath . "/ProPhoto.icm"),
"99" => array("name" => "Embedded", "file" => ""));