Skip to content

Fix conversion of images when no processing to do#2098

Merged
servantftransperfect merged 1 commit intodevelopfrom
fix/imageProcessingNoSteps
Mar 26, 2026
Merged

Fix conversion of images when no processing to do#2098
servantftransperfect merged 1 commit intodevelopfrom
fix/imageProcessingNoSteps

Conversation

@servantftransperfect
Copy link
Copy Markdown
Contributor

Old behavior :

  • If there is no processing step, early exit
  • Execute processing steps
  • Save/convert image to output directory

New behavior :

  • Execute processing steps
  • Save/convert image to output directory

The early exit was incorrect as it disabled output of images in the output directory for a simple conversion/color conversion.

@servantftransperfect servantftransperfect merged commit 6c12807 into develop Mar 26, 2026
4 checks passed
@servantftransperfect servantftransperfect deleted the fix/imageProcessingNoSteps branch March 26, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants