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

Wrong JPEG library version: library is 80, caller expects 62 #15

Open
semchan opened this issue Sep 24, 2020 · 1 comment
Open

Wrong JPEG library version: library is 80, caller expects 62 #15

semchan opened this issue Sep 24, 2020 · 1 comment

Comments

@semchan
Copy link

semchan commented Sep 24, 2020

hi, when I run below code, there pop out the error of "Wrong JPEG library version: library is 80, caller expects 62", do you know why? and how to fix it? thanks

#read from a file
jpeg_file = './data/DCT_16_16.jpg'
dct_y, dct_cb, dct_cr = load(jpeg_file)
print ("Y component DCT shape {} and type {}".format(dct_y.shape, dct_y.dtype))
print ("Cb component DCT shape {} and type {}".format(dct_cb.shape, dct_cb.dtype))
print ("Cr component DCT shape {} and type {}".format(dct_cr.shape, dct_cr.dtype))

@xiaonengmiao
Copy link

Similar. I got this: RuntimeError: Wrong JPEG library version: library is 90, caller expects 80

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