johansatge / jpeg-autorotate

📸 Node module to rotate JPEG images based on EXIF orientation.

Home Page:https://www.npmjs.com/package/jpeg-autorotate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wildcard support not working correctly in cli

joshuapeterson opened this issue · comments

Wildcard and glob support in the CLI appears to be only reading the first file encountered. If I have a directory with the following files:

  • test1.jpg
  • test2.jpg
  • test3.jpg

and I run jpeg-autorotate test*.jpg, it will correctly process the first item and then no more.

Thx for reporting this! Fixed in 5.0.3.