Skip to content

Missing tifflib.mex in Matlab 2024b #41

@JeremyFlorman

Description

@JeremyFlorman

Hi, I've been happily using this code for several years. I recently installed Matlab 2024b and there appears to be no tifflib.mex file packaged this version as there was in 2024a and earlier.

if (exist('tifflib') ~= 3) at line 196 returns 0, resulting in an attempt to copy the empty strTiffLibLoc and the following error:

Error in TIFFStack (line 199)
            copyfile(strTiffLibLoc, fullfile(strTIFFStackLoc, 'private'), 'f')

this is easy enough to circumvent by avoiding the attempt to copy an empty value. The rest of the code runs using the "slower non-TiffLib access".

I was just wondering if it is possible to use the "accelerated TIFF library" in this or future versions of Matlab. Or maybe I'm missing something obvious here.

Thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions