mczachurski / wallpapper

:computer: Console application for creating dynamic wallpapers for macOS Mojave and newer
MIT License
3.32k stars 137 forks source link

CGImageDestinationFinalize Failed #79

Open ElliotWu402 opened 4 months ago

ElliotWu402 commented 4 months ago

I tried with a simple json file with two images for light and dark mode, the images are loaded properly with no errors, but an error occurred during CGImageDestinationFinalize().

System is macos sonoma 14.5, tried with two png images, both 1920x1080.

nekkitl commented 3 months ago

image +1

yurisilpess commented 3 months ago

I'm getting the same error on Sonoma 14.5

Screenshot 2024-07-24 at 15 00 32
ElliotWu402 commented 3 months ago

There is a pull request in the Equinox fix the HEIC encoding issue, I suspect it's the same issue. https://github.com/rlxone/Equinox/pull/69/commits/4e5357ae4105b35d9acbe9c83407700032b02227

ElliotWu402 commented 3 months ago

By the way the pull request of Equinox fix the issue, can make the dynamic wallpaper easily again.