Giter Club home page Giter Club logo

Comments (4)

Bobrovsky avatar Bobrovsky commented on May 29, 2024

Hello Brian,

I think it's possible. Amount of time required to add such support really depends on features you need (reading, reading/writing, RGBA conversion, etc.).

I anticipate the task to be tedious but probably not very hard.

from libtiff.net.

brianbourke75 avatar brianbourke75 commented on May 29, 2024

Right now I think I only need to read 32 bit grayscale images, but definitely no write support will be required. Any advice on where to start?

from libtiff.net.

Bobrovsky avatar Bobrovsky commented on May 29, 2024

I would start from finding out what compression scheme is used to encode image. I will probably be Deflate or Zip. Image can even be uncompressed.

Then I would make sure all corresponding codecs in the library can decode 32bit grayscale images.

When you have a codec which can decode image data you can read image data as decoded bytes (Tiff.ReadEncodedStrip). But you will have to process those bytes yourselves (e.g. pack each 4 bytes into one 32 bit sample).

from libtiff.net.

carlosngis avatar carlosngis commented on May 29, 2024

Hi Sergey

We are working with 32 bitspersample TIF images and wondering if there are any plans to add support for it
We'd like to be able to extract the RGBA image and convert it into a .NET System.Drawing.Image (see attachment)
32bps.zip

Thanks

from libtiff.net.

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.