You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The work around is force it to use heif-converter-windows.exe
e.g.
Maestroerror\HeicToJpg::convert(DIR . '/tests/Unit/images/samsung-generated.heic", DIR . '/bin/heif-converter/bin/heif-converter-windows.exe' )->get();
@EddyParkinsonAllTraders Hello! I didn't understand what is your issue, but if install-libheif-windows.bat looks outdated, I will be glad to receive your PR for updating ❤️
It is failing with Samsung images on windows.
The work around is force it to use heif-converter-windows.exe
e.g.
Maestroerror\HeicToJpg::convert(DIR . '/tests/Unit/images/samsung-generated.heic", DIR . '/bin/heif-converter/bin/heif-converter-windows.exe' )->get();
install libheif on windows
The above requires libheif
run https://github.com/MaestroError/heif-converter-image/blob/maestro/install-libheif-windows.bat
then run
.\vcpkg.exe install
then manually set PATH & PKG_CONFIG_PATH see https://github.com/MaestroError/heif-converter-image/blob/maestro/install-libheif-windows.bat
-- install-libheif-windows.bat looks outdated - but it has the right steps
The text was updated successfully, but these errors were encountered: