Giter Club home page Giter Club logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
It should be easy to add RGB support to TIFFimage.
For that the TIFFimage.write_file needs to be updated
such that PhotometricInterpretation=2 and SamplesPerPixel = 3.

The question is how the RGB data is stored in a numpy
array and how the pylibtiff code can recognise it as RGB.

Perhaps the easiest way would be to add rgb=False
kw option to TIFFimage.write_file and use proper
PhotometricInterpretation and SamplesPerPixel when rgb is True.

Can you test it and send a patch if it works?

Original comment by pearu.peterson on 23 Aug 2011 at 11:00

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from pylibtiff.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
here is the patch, it seems to work. i added some comments, excuse my english.

Original comment by [email protected] on 23 Aug 2011 at 5:40

Attachments:

from pylibtiff.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Btw, we have now the rgb writing support implemented, with slightly different 
from the given patch. See test_rw_rgb in 

http://code.google.com/p/pylibtiff/source/browse/trunk/libtiff/tests/test_tiff_i
mage.py

for examples.

Original comment by pearu.peterson on 8 Nov 2011 at 8:52

  • Changed state: Accepted

from pylibtiff.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024

Original comment by pearu.peterson on 13 Sep 2014 at 10:05

  • Changed state: Done

from pylibtiff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.