patchGNU Octave - Patches: patch #10276, Adding Tiff class to Octave (GSoC...

 
 

patch #10276: Adding Tiff class to Octave (GSoC 2022 Project)

Submitter:  Maged Rifaat <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 Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 07 Sep 2022 05:18:25 PM UTC, original submission:  

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.

Maged Rifaat <magedrifaat>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by magedrifaat (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code