octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #10276] Adding Tiff class to Octave (GSoC


From: Maged Rifaat
Subject: [Octave-patch-tracker] [patch #10276] Adding Tiff class to Octave (GSoC 2022 Project)
Date: Wed, 7 Sep 2022 13:18:26 -0400 (EDT)

URL:
  <https://savannah.gnu.org/patch/?10276>

                 Summary: Adding Tiff class to Octave (GSoC 2022 Project)
                 Project: GNU Octave
               Submitter: magedrifaat
               Submitted: Wed 07 Sep 2022 05:18:25 PM UTC
                Category: Core : new feature
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 07 Sep 2022 05:18:25 PM UTC By: Maged Rifaat <magedrifaat>
The output of the work done throughout my GSoC project for 2022 "Improving
TIFF image support in Octave" are the commits I made in my fork of the octave
mercurial repository hosted at [https://hg.octave.org/octave-libtiff].

At the start of the project, I created a bookmark "gsoc-libitff" and all the
commits under this bookmark is the work done in the project.

The features added in this project are:
 - Tiff classdef and its methods (compatible with the classdef of the same
name in matlab).
 - Modifications in imread, imwrite and imfinfo to internally use the Tiff
classdef for handling TIFF images.

The new files I added are:
 - libtinterp/corefcn/__tiff__.cc
 - scripts/io/Tiff.m
 - scripts/image/private/__tiff_imread__.m
 - scripts/image/private/__tiff_imwrite__.m
 - scripts/image/private/__tiff_imfinfo__.m

The exisiting files I modified:
 - configure.ac
 - libinterp/corefcn/__magick_read__.cc
 - libinterp/corefcn/module.mk
 - scripts/image/imformats.m
 - scripts/image/imread.m
 - scripts/image/imwrite.m
 - scripts/io/module.mk
 - scripts/io/module.mk

I'm adding my mentor to the CC to review this patch request.







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10276>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]