mczachurski / wallpapper

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

Import ImageIO #52

Closed luciascarlet closed 3 years ago

luciascarlet commented 3 years ago

This fails to compile on my machine (running macOS 12 beta 2, but I'm not sure whether this also affects older versions or not) due to CGMutableImageMetadata not being found in scope. Importing ImageIO fixes this, and allows it to build and run with no problems.