Description
Add support for chaining multiple filters in a single CLI invocation, applying them sequentially to the input image.
Context
Users should be able to apply multiple transformations without writing intermediate files. For example:
silvestre apply grayscale gaussian --sigma 2.0 canny --input photo.jpg --output edges.jpg
Tasks
Acceptance Criteria
Description
Add support for chaining multiple filters in a single CLI invocation, applying them sequentially to the input image.
Context
Users should be able to apply multiple transformations without writing intermediate files. For example:
Tasks
Acceptance Criteria
--helpdocuments the pipeline syntax