Skip to content

Commit

Permalink
use paste argument for oiio command
Browse files Browse the repository at this point in the history
  • Loading branch information
moonyuet committed Dec 6, 2024
1 parent b31c5e1 commit 6a7a55b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ def convert_texture_maps_as_single_output(staging_dir, source_image_outputs,

log.info(f"{source_maps} composited as {dest_map}")
oiio_cmd = oiio_tool_args + source_maps + [
"--over", "-o",
"--paste:mergeroi=1",
"+0+0",
"-o",
dest_map
]

Expand Down

0 comments on commit 6a7a55b

Please sign in to comment.