Lines Matching defs:profile
103 // Color profile handling
104 static int ApplyColorProfile(const WebPData* const profile,
117 if (profile == NULL || rgba == NULL) return 0;
118 if (profile->bytes == NULL || profile->size < 10) return 1;
119 major_revision = profile->bytes[8];
122 input_profile = qcms_profile_from_memory(profile->bytes, profile->size);
126 fprintf(stderr, "Color profile is bogus!\n");
132 fprintf(stderr, "Error creating output color profile!\n");
157 (void)profile;
183 fprintf(stderr, "Applying color profile to frame #%d failed!\n",
247 // Restart the completed animation to pickup the color profile change.
464 " -noicc ....... don't use the icc profile if present\n"
475 " 'c' ................ toggle use of color profile\n"
582 printf("VP8X: Found color profile\n");
584 fprintf(stderr, "Warning: color profile present, but qcms is unavailable!\n"