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

getPixmap with downscale of document with adjustment layer

GDreyV opened this issue · comments

Hello! I'm trying to get downscaled (scaleX = 0.1, scaleY = 0.1) pixmap of the document with adjustment layer (just simple solid fill) but instead of downscaled image I'm getting original size pixmap with downscaled image in the left top corner. Is there any workarounds for that?
downscaled
Photoshop version is Adobe Photoshop: 2015.5.1 20160722.r.156 2016/07/22:23:00:00 CL 1083377 ( x64)

Try w/ clipToDocumentBounds set to true.

You are right, it makes the deal :) Thanks!