Searched defs:isIccFile (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dcolor-profile.cpp772 static bool isIccFile( gchar const *filepath ) function
774 bool isIccFile = false; local
789 isIccFile = (scratch[36] == 'a') && (scratch[37] == 'c') && (scratch[38] == 's') && (scratch[39] == 'p');
795 if (isIccFile) {
800 isIccFile = false; // Ignore named color profiles for now.
808 return isIccFile;
831 if ( isIccFile( filepath ) ) {

Completed in 40 milliseconds