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

doesn't recognise jpg. #3

Open
cloudsforest opened this issue Feb 7, 2022 · 1 comment
Open

doesn't recognise jpg. #3

cloudsforest opened this issue Feb 7, 2022 · 1 comment

Comments

@cloudsforest
Copy link

Hi Hiroalchem,

thanks for this interesting tool. I am testing it for some jpg images, but it doesn't load them.

is it because
imgs = sorted(list(Path(self.target_dir.value).glob('./**/*png')) + list(Path(self.target_dir.value).glob('./**/*tif')))
in
load_dir(self)
doesn't check the jpg?

Regards
Chen

@hiroalchem
Copy link
Owner

Hi @cloudsforest ,

Yes you are right, .jpg is not currently supported because of that part of the code. I will update it to support .jpg later.

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

No branches or pull requests

2 participants