Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 966 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 966 Bytes

Image2PNG

Quartz Composer Plugin which exports Image as PNG.

Description

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).

Developer's Environment

  • Quartz Composer 4.61(Framework Version 5.1)
  • Xcode 7.1 on MacOS 10.11.

Usage

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.

Licence

This source code was developed while reffering to Apple Developer Library.

Author