Skip to content

Commit 1bfdf24

Browse files
committed
Images update
1 parent 45a684d commit 1bfdf24

12 files changed

Lines changed: 1 addition & 1 deletion

ViewMe.png

210 KB
Loading

src/table_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def generate_table(objectsDB: dict, tag: str, albedoFlag: bool, srgb: bool, gamm
140140
draw.multiline_text((center_x-ar, center_y-shift), '\n'.join(splitted), fill=text_color, font=object_font, spacing=0)
141141
n += 1
142142

143-
file_name = f'TCT-table_{tag}{"_albedo" if albedoFlag else ""}{"_srgb" if srgb else ""}{"_gamma-corrected" if gamma else ""}_{lang}.{extension}'
143+
file_name = f'TCT-table_{tag}_{lang}{"_gamma-corrected" if gamma else ""}{"_srgb" if srgb else ""}{"_albedo" if albedoFlag else ""}.{extension}'
144144
img.save(f'{folder}/{file_name}')
145145
print(f'Color table saved as {file_name}\n')
146146

1.3 MB
Loading
-228 KB
Binary file not shown.
-209 KB
Binary file not shown.
-217 KB
Binary file not shown.
229 KB
Loading

tables/TCT-table_featured_en.png

-207 KB
Binary file not shown.
210 KB
Loading
212 KB
Loading

0 commit comments

Comments
 (0)