Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot load other image in the same directory when only passing file name #2003

Open
zerobikappa opened this issue Sep 8, 2024 · 0 comments

Comments

@zerobikappa
Copy link

System information

  • Windows OS version: Windows 11 Pro 23H2 22631.4112
  • ImageGlass version: 9.1.8.723 (64-bit)
  • ImageGlass release: Classic (installed by winget)

To Reproduce

Steps to reproduce the behavior:

  1. add C:\Program Files\ImageGlass\ into PATH
  2. save some image files 1.jpg 2.jpg 3.jpg under C:\images\
  3. open powershell or cmd
  4. cd to C:\images\
  5. run below command:
    5.1 imageglass "C:\images\1.jpg" -->can also load 2.jpg and 3.jpg
    5.2 imageglass ".\1.jpg" -->can also load 2.jpg and 3.jpg
    5.3 imageglass "1.jpg" -->CANNOT load 2.jpg and 3.jpg

Expected behavior

always can load other image in the same directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants