Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing tifflib.mex in Matlab 2024b #41

Open
JeremyFlorman opened this issue Sep 25, 2024 · 0 comments
Open

Missing tifflib.mex in Matlab 2024b #41

JeremyFlorman opened this issue Sep 25, 2024 · 0 comments

Comments

@JeremyFlorman
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant