I followed the steps to install HEIF support on my Ubuntu (for node) setup, and everything appears to go smoothly and compile properly.
However it doesn’t seem to work, because when verifying HEIF support I am seeing it comes up as false:
{
id: ‘heif’,
input: { file: false, buffer: false, stream: false },
output: { file: false, buffer: false, stream: false }
}
Not sure where to turn since I do not see any errors (unless I am looking incorrectly) when compiling in vips-8.10.2 folder.