Re: TIFF Image Support Project GSOC
Carnë Draug <[email protected]> Wed, 24 Mar 2021 17:46:23 +0000
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <CAPOrs_2pOo5=LRn4bi_X=Z4tAgSSwWW3aXxXiAOwMUSWfnZs5g@mail.gmail.com> |
On Wed, 24 Mar 2021 at 12:48, Pranjali Sharma <[email protected]> wrote: > Hello, I'm currently in my sophomore year pursuing Btech in > CSE. I'm really interested in the TIFF Image Support Project listed > under the Idea List for GSOC. I want to look at the existing code > for better understanding of the matter so where can I find it? Also, > how do I start contributing to it. Hi There isn't really code to start with. The main point of this project is to create a Matlab compatible Tiff class [1] and there isn't one in Octave yet. This will probably be a thin wrapper to libtiff [2]. Once that is done, it should be trivial to make imread, imwrite, and imfinfo use it via imformats. I'd value any contribution in C++ to Octave more than image related contributions in the Octave language. Best regards David [1] https://www.mathworks.com/help/matlab/ref/tiff.html [2] http://www.simplesystems.org/libtiff/