adobe-photoshop / generator-core

Core Node.js library for Adobe Photoshop CC's Generator extensibility layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use savePixmap to save layer's data with stream format

walkingxian opened this issue · comments

I want to use savePixmap to get a node stream but not a file. Thanks for answer!

It may be helpful to look at Generator.prototype.streamPixmap
https://github.com/adobe-photoshop/generator-core/blob/master/lib/generator.js#L1707

Also look/post here:
https://groups.google.com/forum/#!forum/adobe-generator-dev

Closing this issue since it is not a "bug".