Quartz Composer Plugin which exports Image as PNG.
Quartz Composer doesn't have standard plugin which exports some Image to local storage. This patch has "Enable", "Input Image" and "Destination Path." You can connect some Image to "Input Image" and send bang to "Enable", Image will be exported to "Destination Path" as Portable Network Graphics(PNG).
- Quartz Composer 4.61(Framework Version 5.1)
- Xcode 7.1 on MacOS 10.11.
Open .xcodeproj with Xcode. If you feel lucky, just "Build" and restart Quartz Composer.
"Image2PNG" patch will export "yyyyMMdd-HHmmss_xxxxx.png" on Desktop by default.
This source code was developed while reffering to Apple Developer Library.