refactor(process_pipeline): use filename without extension for TIFF output
This change extracts the base file name without its extension when creating TIFF output files. Previously, the full file path with an extension was used, which could lead to redundant extensions in output filenames. This update ensures clearer and more concise naming conventions for generated files.
Please register or sign in to comment