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
The readme file says to import with from pylibtiff import * The correct import is from libtiff.libtiff import *
Original issue reported on code.google.com by kent3...@gmail.com on 4 Jan 2010 at 10:27
kent3...@gmail.com
The text was updated successfully, but these errors were encountered:
Fixed in svn using: from libtiff import * that will provide TIFF and libtiff objects.
Original comment by pearu.peterson on 5 Jan 2010 at 8:08
pearu.peterson
Sorry, something went wrong.
No branches or pull requests
Original issue reported on code.google.com by
kent3...@gmail.com
on 4 Jan 2010 at 10:27The text was updated successfully, but these errors were encountered: