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

G4 Tiff support #98

Merged
merged 13 commits into from
Mar 13, 2013
Merged

G4 Tiff support #98

merged 13 commits into from
Mar 13, 2013

Conversation

wiredfool
Copy link
Member

G4 tiff read/write support.

Current status: Mostly working.

Works:

  • There are tests for file and stringio based image reading
  • There are tests for small and large images (there's an internal break at 64k due to a buffer size)
  • There's a sanity test for writing that we're getting back what we write out.
  • Redistributable images for the tests -- lena and a scan of a US government document.

What's not working:

  • A small lena image is failing to read within libtiff. There's a currently disabled test for it. I'm going to dig further, as I don't see what's different about this image that is causing it to fail.

I'd like to get this pulled in if possible to run it through the gauntlet of travis testing on all the other environments that I don't have setup.

@wiredfool
Copy link
Member Author

@aclark4life : I'm seeing errors in the travis testing that I'm not seeing locally -- do you know what the environment is there. Distro/tiff version/etc?

@aclark4life
Copy link
Member

Hmmm, I get: NameError: global name 'find_library_file' is not defined

@wiredfool
Copy link
Member Author

There's your find library file issue done.

@aclark4life
Copy link
Member

Sweet! Thanks, I'll merge shortly

aclark4life added a commit that referenced this pull request Mar 13, 2013
@aclark4life aclark4life merged commit 62bb9aa into python-pillow:master Mar 13, 2013
@someimage
Copy link

in those test to read tiff images , can i work under .net? merging images is a way to go. i also can't figure out the reasons to fall.

@wiredfool
Copy link
Member Author

@someimage: I think you have the wrong project.

@wiredfool wiredfool deleted the g4_support branch July 17, 2013 17:36
radarhere pushed a commit that referenced this pull request Apr 3, 2023
Updated Python version in documentation
radarhere pushed a commit to radarhere/Pillow that referenced this pull request Sep 24, 2023
@radarhere radarhere added the TIFF label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants