Smart image processing - resize, compress, convert (auto-detects single file or batch)
/plugin marketplace add leobrival/serum-plugins-official/plugin install media-tools@serum-plugins-official<file_or_folder> [options]# Image Command Smart image processing that automatically handles single files or batch operations. ## Arguments $ARGUMENTS ## Intelligent Behavior This command automatically detects input type: | Input | Behavior | |-------|----------| | Single file (`photo.jpg`) | Process that file | | Directory (`./photos/`) | Process all images in directory | | Glob pattern (`*.png`) | Process matching files | | Multiple files | Process each file | ## Task ### Step 1: Detect Input Type Parse `$ARGUMENTS` to determine: ### Step 2: Gather Files **Single file:** **Directory:** **Glob patte...