https://github.com/shin-sforzando/image2png
Quartz Composer plugin which exports Image as Portable Network Graphics(PNG).
https://github.com/shin-sforzando/image2png
macos quartz-composer
Last synced: about 1 month ago
JSON representation
Quartz Composer plugin which exports Image as Portable Network Graphics(PNG).
- Host: GitHub
- URL: https://github.com/shin-sforzando/image2png
- Owner: shin-sforzando
- Created: 2015-12-09T06:04:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T06:36:28.000Z (over 9 years ago)
- Last Synced: 2025-02-03T06:35:40.031Z (3 months ago)
- Topics: macos, quartz-composer
- Language: Objective-C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://developer.apple.com/library/mac/samplecode/ImageExporter/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009329-Intro-DontLinkElementID_2).
## Author
* [Shin'ichiro SUZUKI]([email protected])