Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Enhancement] Recursive processing option #20

@shssoichiro

Description

@shssoichiro

I would like to request a recursive (-R) option built into jpegoptim. I believe this would be very beneficial to the usefulness of the application. I do understand that recursive processing can be done using the "find -type f -name "*.jpg" -exec jpegoptim --strip-all {} ;" command. However, this has two issues:

  1. Requires advanced Linux terminal knowledge or using Google to find the command
  2. Does not work with the --totals option, since essentially it's running jpegoptim separately for each file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions