An open API service indexing awesome lists of open source software.

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

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