We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let image directory has such files:
1_jpeg_file.jpg 2_png_file.png 3_jpg_file.jpg 4_png_file.jpg <- here wrong extension 5_jpg_file.jpg 6_jpg_file.jpg
When I run ect directory/* 1,2,3 file will be processed, on 4 file ect will brake with message: 4_png_file.jpg: Not a JPEG file: starts with 0x89 0x50
ect directory/*
4_png_file.jpg: Not a JPEG file: starts with 0x89 0x50
And here not very good 2 things:
I understand, renaming files it's not job of ECT, but not fail batch process please.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let image directory has such files:
When I run
ect directory/*
1,2,3 file will be processed, on 4 file ect will brake with message:
4_png_file.jpg: Not a JPEG file: starts with 0x89 0x50
And here not very good 2 things:
I understand, renaming files it's not job of ECT, but not fail batch process please.
The text was updated successfully, but these errors were encountered: