Whether or not to allow experimental creation of SVG assets (default: true)
If true (the default), use the experimental svgObjectModelGenerator library for creation of SVG assets. If false, use the built in JSX implementation.
Requires svg-enabled to be set to true. (default: true)
Whether to expose the experimental 'Copy Layer CSS To Clipboard' menu option. (default: false)
Use Photoshop's "smart" scaling to scale layer, which (confusingly) means that stroke effects (e.g. rounded rect corners) are not scaled. (default: false)
Cause exported layer to be clipped by any ancestor masks that are visible. (ancestor meaning any group layers that contain the layer). Also incorporates the ancestor layer styling ie. group fx, blend mode, opacity, etc. (default: false)
Force the use of dithering when converting to 8-bit RGB in cases where the conversion would be lossy. The assets plug-in is not affected by the dithering settings in Photoshop's "Color Settings" dialog (under the "Edit" menu). By default, dithering is off. Setting this to true forces it to be on (again, regardless of Photoshop's color settings). (default: false)
When set to true, force Photoshop to scale PSD smart objects in pixel space. In PS <= 15.0, PSD smart objects were always scaled in pixel space, which led to fuzzy vectors. In PS >= 15.1, PSD smart objects will by default be scaled in a vector-preserving way. This option forces the old behavior. (default: false)
When set to true, performs a color conversion on the pixels before they are sent to Generator. The color is converted to the working RGB profile (specified for the document in PS). By default (when this setting is false), the "raw" RGB data is sent, which is what is usually desired. (default: false)
When set to true, use pngquant for compression of 8-bit PNGs instead of ImageMagick's convert. This only applies to assets with the .png8 tag. (default: true)
Use FLITE transcoder instead of ImageMagick (default: true)
When true, fetch the color profile of the PSD and embed it in the output file. Requires use-flite. (default: false)
Indicates whether exported assets should get clipped to the document bounds or not (default: true)
Indicates whether exported assets should get clipped to the artboard bounds or not (for layers that are inside an artboard) (default: true)
Indicates whether layer and vector masks that are larger than the layer size will increase the output image dimensions to fit the masked area. (default: true)
Allow slightly larger max dimensions. If false, uses static max dimensions. (default: false)
Whether or not to allow experimental creation of WEBP assets (only available on Mac OS, currently) (default: false)
Use lossless compression for webp format. (default: false)
Force Photoshop to use the given interpolation method when scaling pixmaps. If defined, should take the value of one of the INTERPOLATION constants defined in Generator core: nearestNeighbor, bilinear, bicubic, bicubicSmoother, bicubicSharper, bicubicAutomatic, preserveDetailsUpscale or automaticInterpolation. Otherwise, Photoshop's default interpolation is used.
Either "optimal" or "precomputed" to override default huffman coding. Requires use-flite. (default: null)

New Generator Config:

{
"generator-assets":{
"svg-enabled":[svgenabled],
"svgomg-enabled":[svgomgenabled],
"css-enabled":[cssenabled],
"use-smart-scaling":[smartscaling],
"include-ancestor-masks":[includeancestormasks],
"allow-dither":[allowdither],
"use-psd-smart-object-pixel-scaling":[psdsmartscaling],
"use-pngquant":[usepngquant],
"convert-color-space":[convertcolorspace],
"use-flite":[useflite],
"embed-icc-profile":[embedicc],
"clip-all-images-to-document-bounds":[cliptodocument],
"clip-all-images-to-artboard-bounds":[cliptoartboard],
"mask-adds-padding":[maskaddspadding],
"expand-max-dimensions":[expandmaxdimensions],
"webp-enabled":[webpenabled],
"webp-lossless":[webp-lossless],
"interpolation-type":"[interpolation-type]",
"icc-profile":"[icc-profile]",
"use-jpg-encoding":"[use-jpg-encoding]"
}
}
{
"generator-assets":{
"svg-enabled":[svgenabled],
"svgomg-enabled":[svgomgenabled],
"css-enabled":[cssenabled],
"use-smart-scaling":[smartscaling],
"include-ancestor-masks":[includeancestormasks],
"allow-dither":[allowdither],
"use-psd-smart-object-pixel-scaling":[psdsmartscaling],
"use-pngquant":[usepngquant],
"convert-color-space":[convertcolorspace],
"use-flite":[useflite],
"embed-icc-profile":[embedicc],
"clip-all-images-to-document-bounds":[cliptodocument],
"clip-all-images-to-artboard-bounds":[cliptoartboard],
"mask-adds-padding":[maskaddspadding],
"expand-max-dimensions":[expandmaxdimensions],
"webp-enabled":[webpenabled],
"webp-lossless":[webp-lossless],
"interpolation-type":"[interpolation-type]",
"icc-profile":"[icc-profile]"
}
}
© Jason Sheldon, All Rights Reserved
Adobe® and Photoshop® are registered trademarks of Adobe Systems, Inc. This page is not affiliated with, nor endorsed by Adobe.
Generator Config Tool for Adobe Photoshop