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

[Enhancement] ignore JPEG file extension case #2

Open
qtrinh2 opened this issue Jan 31, 2023 · 0 comments
Open

[Enhancement] ignore JPEG file extension case #2

qtrinh2 opened this issue Jan 31, 2023 · 0 comments

Comments

@qtrinh2
Copy link

qtrinh2 commented Jan 31, 2023

[releco-images@athena releco-photos]$ ls -l 01-uploaded/test.jpg
-rwxrwxrwx. 1 1024 users 301101 Jan 31 15:43 01-uploaded/test.jpg
[releco-images@athena releco-photos]$ process-photos -b "srgb(0,0,0)" -r cw --out 02-original/ 01-uploaded/test.jpg
2023/01/31 16:10:17 Could not find any images with the extension .JPG.
[releco-images@athena releco-photos]$ mv 01-uploaded/test.jpg 01-uploaded/test.JPG
[releco-images@athena releco-photos]$ process-photos -b "srgb(0,0,0)" -r cw --out 02-original/ 01-uploaded/test.JPG
[releco-images@athena releco-photos]$ ls -l 02-original/test.JPG
-rw-rw-r--. 1 1026 65541 217830 Jan 31 16:10 02-original/test.JPG

not a serious issue

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

1 participant