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
Hi when put images with .png extension it throw s the error. help in this respect
The text was updated successfully, but these errors were encountered:
Too late, but you could do the following
mogrify -format jpg *.png
Sorry, something went wrong.
@tahakhursheed how do i change the main.py file to read jpg instead of jpeg
line 134 self.imageList = glob.glob(os.path.join(self.imageDir, '*.jpg'))
self.imageList = glob.glob(os.path.join(self.imageDir, '*.jpg'))
No branches or pull requests
Hi
when put images with .png extension it throw s the error. help in this respect
The text was updated successfully, but these errors were encountered: