You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I were to input the parts "heroes_01_01.png" to "heroes_01_09.png", it could automatically name the output file "heroes_01.png" or even "heroes_01_01-merge.png"
This would rely on identifying a common prefix to the files, and then reusing that common prefix in the output. Could possible use template values, such as {{common_prefix}} when specifying the output filename.
The text was updated successfully, but these errors were encountered:
Raised by email request:
This would rely on identifying a common prefix to the files, and then reusing that common prefix in the output. Could possible use template values, such as
{{common_prefix}}
when specifying the output filename.The text was updated successfully, but these errors were encountered: