Optimized Texture Scripts futher
This commit is contained in:
@@ -58,8 +58,8 @@ def process_image(args):
|
||||
output_filename = os.path.splitext(os.path.basename(input_path))[0] + '.tga'
|
||||
output_path = os.path.join(export_dir, output_filename)
|
||||
|
||||
# Save as TGA format with RLE compression
|
||||
resizedTex.save(output_path, format='TGA', rle=True)
|
||||
# Save as TGA format
|
||||
resizedTex.save(output_path, format='TGA')
|
||||
|
||||
# Print appropriate message based on whether the file was resized
|
||||
if was_resized:
|
||||
|
||||
Reference in New Issue
Block a user