Lines Matching refs:imgFormat
672 for imgFormat in imgFormats:
673 with self.subTest(imgFormat=imgFormat):
674 imIn = "./Test/Data/Tiles/ldr.%s" % imgFormat
681 if tli.Image.is_format_supported(imgFormat):
691 if imgFormat != "tga":
705 for imgFormat in imgFormats:
706 with self.subTest(imgFormat=imgFormat):
708 imOut = self.get_tmp_image_path("EXP", ".%s" % imgFormat)
714 if tli.Image.is_format_supported(imgFormat):
725 for imgFormat in imgFormats:
726 with self.subTest(imgFormat=imgFormat):
728 imOut = self.get_tmp_image_path("EXP", ".%s" % imgFormat)
738 if tli.Image.is_format_supported(imgFormat):
749 for imgFormat in imgFormats:
750 with self.subTest(imgFormat=imgFormat):
751 imIn = "./Test/Data/Tiles/hdr.%s" % imgFormat
758 if tli.Image.is_format_supported(imgFormat, profile="hdr"):
769 for imgFormat in imgFormats:
770 with self.subTest(imgFormat=imgFormat):
772 imOut = self.get_tmp_image_path("EXP", ".%s" % imgFormat)
778 if tli.Image.is_format_supported(imgFormat, profile="hdr"):
789 for imgFormat in imgFormats:
790 with self.subTest(imgFormat=imgFormat):
792 imOut = self.get_tmp_image_path("EXP", ".%s" % imgFormat)
802 if tli.Image.is_format_supported(imgFormat):