Searched refs:jpeg_img (Results 1 – 2 of 2) sorted by relevance
32 def _check_icc(jpeg_img, color_space, fmt_str, icc_path): argument33 if not image_processing_utils.jpeg_has_icc_profile(jpeg_img):37 jpeg_img, color_space, icc_path):
1341 def jpeg_has_icc_profile(jpeg_img): argument1350 return jpeg_img.info.get('icc_profile') is not None1366 def is_jpeg_icc_profile_correct(jpeg_img, color_space, icc_profile_path=None): argument1378 icc = jpeg_img.info.get('icc_profile')