Searched refs:OutputFormat (Results 1 – 1 of 1) sorted by relevance
1247 class OutputFormat(Enum): class1258 ofmt: OutputFormat, argument1301 if self.ofmt == OutputFormat.BIN_FILE:1304 elif self.ofmt == OutputFormat.C_ARRAY:1307 elif self.ofmt == OutputFormat.PNG_FILE:1380 ofmt = OutputFormat(args.ofmt) if cf not in (1381 ColorFormat.RAW, ColorFormat.RAW_ALPHA) else OutputFormat.C_ARRAY