From e083a0914c4b3761476c5a5dbe291421d0ba3541 Mon Sep 17 00:00:00 2001 From: Hanna <2524299+hsw107@users.noreply.github.com> Date: Sun, 7 Nov 2021 15:05:10 -0700 Subject: [PATCH] fix: BMP now saves 24-bit and 32-bit properly (#176) --- Export Layers To Files (Fast).jsx | 8 ++++---- dev/dialog.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Export Layers To Files (Fast).jsx b/Export Layers To Files (Fast).jsx index 6b872c8..5fb8c9c 100755 --- a/Export Layers To Files (Fast).jsx +++ b/Export Layers To Files (Fast).jsx @@ -293,8 +293,8 @@ var Formats = { options.rleCompression = prefs.bmpRleCompression; options.flipRowOrder = prefs.bmpFlipRowOrder; var resolution_enum = [ - BMPDepthType.THIRTYTWO, BMPDepthType.TWENTYFOUR, + BMPDepthType.THIRTYTWO, BMPDepthType.BMP_R5G6B5, BMPDepthType.BMP_A1R5G5B5, BMPDepthType.BMP_A4R4G4B4 @@ -2559,7 +2559,7 @@ function makeMainDialog() { // DIALOG // ====== var dialog = new Window("dialog", undefined, undefined, {closeButton: false, resizeable: true}); - dialog.text = "Export Layers To Files"; + dialog.text = "Export Layers To Files v2.4.1"; dialog.orientation = "column"; dialog.alignChildren = ["center","center"]; dialog.spacing = 5; @@ -2940,7 +2940,7 @@ function makeMainDialog() { // =================== var tabpnlExportOptions = pnlExportAs.add("tabbedpanel", undefined, undefined, {name: "tabpnlExportOptions"}); tabpnlExportOptions.alignChildren = "fill"; - tabpnlExportOptions.preferredSize.width = 565.875; + tabpnlExportOptions.preferredSize.width = 554.625; tabpnlExportOptions.margins = 0; tabpnlExportOptions.alignment = ["fill","center"]; @@ -3399,7 +3399,7 @@ function makeMainDialog() { var lblBmpDepth = grpBmpDepth.add("statictext", undefined, undefined, {name: "lblBmpDepth"}); lblBmpDepth.text = "Depth"; - var ddBmpDepth_array = ["24 bit","36 bit","RGB 565 (16 bit)","ARGB 1555 (16 bit)","ARGB 4444 (16 bit)"]; + var ddBmpDepth_array = ["24 bit","32 bit","RGB 565 (16 bit)","ARGB 1555 (16 bit)","ARGB 4444 (16 bit)"]; var ddBmpDepth = grpBmpDepth.add("dropdownlist", undefined, undefined, {name: "ddBmpDepth", items: ddBmpDepth_array}); ddBmpDepth.selection = 0; diff --git a/dev/dialog.js b/dev/dialog.js index 6c8a53e..dfd8865 100644 --- a/dev/dialog.js +++ b/dev/dialog.js @@ -1,4 +1,4 @@ /* Code for Import https://scriptui.joonas.me — (Triple click to select): -{"items":{"item-0":{"id":0,"type":"Dialog","parentId":false,"style":{"enabled":true,"varName":null,"windowType":"Dialog","creationProps":{"su1PanelCoordinates":false,"maximizeButton":false,"minimizeButton":false,"independent":false,"closeButton":false,"borderless":false,"resizeable":true},"text":"Export Layers To Files","preferredSize":[0,0],"margins":[10,10,5,10],"orientation":"column","spacing":5,"alignChildren":["center","center"]}},"item-1":{"id":1,"type":"Panel","parentId":84,"style":{"enabled":true,"varName":"pnlExport","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Export","preferredSize":[0,0],"margins":10,"orientation":"column","spacing":11,"alignChildren":["left","top"],"alignment":"fill"}},"item-2":{"id":2,"type":"Group","parentId":1,"style":{"enabled":true,"varName":"grpExport","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-3":{"id":3,"type":"RadioButton","parentId":2,"style":{"enabled":true,"varName":"radioAll","text":"All Layers","preferredSize":[0,0],"alignment":null,"helpTip":"Exports all layers","checked":true}},"item-4":{"id":4,"type":"RadioButton","parentId":2,"style":{"enabled":true,"varName":"radioSelected","text":"Selected Group","preferredSize":[0,0],"alignment":null,"helpTip":"Only exports selected group. Must select a group to be enabled.","checked":false}},"item-5":{"id":5,"type":"Group","parentId":1,"style":{"enabled":true,"varName":"grpIgnore","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":5,"alignChildren":["left","center"],"alignment":null}},"item-6":{"id":6,"type":"Checkbox","parentId":5,"style":{"enabled":true,"varName":"cbVisibleOnly","text":"Visible Only","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to export only visible layers"}},"item-7":{"id":7,"type":"Checkbox","parentId":9,"style":{"enabled":true,"varName":"cbIgnorePrefix","text":"Ignore Layers Starting With ","preferredSize":[0,0],"alignment":null,"helpTip":"Ignore layers starting with"}},"item-8":{"id":8,"type":"EditText","parentId":9,"style":{"enabled":true,"varName":"txtIgnorePrefix","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"!","justify":"left","preferredSize":[31,0],"alignment":null,"helpTip":"The prefix to match against"}},"item-9":{"id":9,"type":"Group","parentId":5,"style":{"enabled":true,"varName":"grpIgnorePrefix","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-10":{"id":10,"type":"Panel","parentId":84,"style":{"enabled":true,"varName":"pnlDestination","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Output Destination","preferredSize":[0,0],"margins":10,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":"left"}},"item-11":{"id":11,"type":"EditText","parentId":10,"style":{"enabled":true,"varName":"txtDestination","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"","justify":"left","preferredSize":[200,0],"alignment":null,"helpTip":"Where to save the files"}},"item-12":{"id":12,"type":"Button","parentId":10,"style":{"enabled":true,"varName":"btnBrowse","text":"Browse...","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-13":{"id":13,"type":"Panel","parentId":84,"style":{"enabled":true,"varName":"pnlNameFiles","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Filenames","preferredSize":[0,0],"margins":[10,10,10,10],"orientation":"column","spacing":4,"alignChildren":["left","top"],"alignment":"fill"}},"item-14":{"id":14,"type":"DropDownList","parentId":13,"style":{"enabled":true,"varName":"ddNameAs","text":"DropDownList","listItems":"Use layer name (strip extension), Use layer name (keep extension), Use layer and parent group names, Use index descending, Use index ascending","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-15":{"id":15,"type":"Checkbox","parentId":122,"style":{"enabled":true,"varName":"cbDelimiter","text":"Use Custom Delimiter","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to use a custom delimiter between words"}},"item-20":{"id":20,"type":"DropDownList","parentId":22,"style":{"enabled":true,"varName":"ddLetterCasing","text":"DropDownList","listItems":"Keep, Lowercase,Uppercase","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-21":{"id":21,"type":"StaticText","parentId":22,"style":{"enabled":true,"varName":"lblLetterCasing","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Letter Casing","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-22":{"id":22,"type":"Group","parentId":13,"style":{"enabled":true,"varName":"grpCasing","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-23":{"id":23,"type":"Group","parentId":77,"style":{"enabled":true,"varName":"grpPrefixSuffix","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":2,"alignChildren":["left","center"],"alignment":null}},"item-24":{"id":24,"type":"EditText","parentId":23,"style":{"enabled":true,"varName":"txtPrefix","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"","justify":"left","preferredSize":[100,0],"alignment":null,"helpTip":"Prefix will be added before every layer name"}},"item-25":{"id":25,"type":"EditText","parentId":23,"style":{"enabled":true,"varName":"txtSuffix","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"","justify":"left","preferredSize":[100,0],"alignment":null,"helpTip":"Suffix will be added after every layer name"}},"item-26":{"id":26,"type":"StaticText","parentId":23,"style":{"enabled":true,"varName":"lblEllipsis","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"...","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-30":{"id":30,"type":"TabbedPanel","parentId":39,"style":{"enabled":true,"varName":"tabpnlExportOptions","preferredSize":[0,0],"margins":10,"alignment":"fill","selection":151}},"item-31":{"id":31,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabPng8","text":"PNG-8","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-32":{"id":32,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabPng24","text":"PNG-24","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-33":{"id":33,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabJpg","text":"JPG","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-37":{"id":37,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabTga","text":"TGA","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-38":{"id":38,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabBmp","text":"BMP","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-39":{"id":39,"type":"Panel","parentId":0,"style":{"enabled":true,"varName":"pnlExportAs","creationProps":{"borderStyle":"none","su1PanelCoordinates":false},"text":"Export As","preferredSize":[0,0],"margins":[6,0,0,0],"orientation":"column","spacing":10,"alignChildren":["center","center"],"alignment":"fill"}},"item-40":{"id":40,"type":"DropDownList","parentId":42,"style":{"enabled":true,"varName":"ddPng24Matte","text":"DropDownList","listItems":"White, Black, Gray, -, Background, Foreground","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-41":{"id":41,"type":"StaticText","parentId":42,"style":{"enabled":true,"varName":"lblPng24Matte","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Matte","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-42":{"id":42,"type":"Group","parentId":32,"style":{"enabled":true,"varName":"grpPng24Matte","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-44":{"id":44,"type":"Checkbox","parentId":32,"style":{"enabled":true,"varName":"cbPng24Transparency","text":"Transparency","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-45":{"id":45,"type":"Checkbox","parentId":32,"style":{"enabled":true,"varName":"cbPng24Interlaced","text":"Interlaced","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-47":{"id":47,"type":"Panel","parentId":85,"style":{"enabled":true,"varName":"pnlOutput","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Output Options","preferredSize":[0,0],"margins":10,"orientation":"column","spacing":10,"alignChildren":["left","top"],"alignment":"fill"}},"item-48":{"id":48,"type":"Checkbox","parentId":76,"style":{"enabled":true,"varName":"cbGroupsAsFolders","text":"Groups as Folders","preferredSize":[0,0],"alignment":null,"helpTip":"Groups and sub-groups are saved as directories."}},"item-49":{"id":49,"type":"Checkbox","parentId":76,"style":{"enabled":true,"varName":"cbTopGroupsAsFolders","text":"Top Groups as Folders","preferredSize":[0,0],"alignment":null,"helpTip":"Groups are saved as directories. Layers in nested groups will be saved in their topmost group."}},"item-50":{"id":50,"type":"Checkbox","parentId":76,"style":{"enabled":true,"varName":"cbTopGroupsAsLayers","text":"Merge Groups as Layers","preferredSize":[0,0],"alignment":null,"helpTip":"Top level groups will merge all their children into a single layer before export"}},"item-52":{"id":52,"type":"StaticText","parentId":53,"style":{"enabled":true,"varName":"lblPrefix","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Prefix","justify":"left","preferredSize":[0,0],"alignment":"center","helpTip":null}},"item-53":{"id":53,"type":"Group","parentId":77,"style":{"enabled":true,"varName":"grpPrefixSuffixLabel","preferredSize":[0,0],"margins":[0,0,0,0],"orientation":"row","spacing":81,"alignChildren":["left","center"],"alignment":null}},"item-54":{"id":54,"type":"StaticText","parentId":53,"style":{"enabled":true,"varName":"lblSuffix","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Suffix","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-55":{"id":55,"type":"Divider","parentId":47,"style":{"enabled":true,"varName":"dvdrOutput"}},"item-56":{"id":56,"type":"Checkbox","parentId":75,"style":{"enabled":true,"varName":"cbForeground","text":"Top Layer as Foreground","preferredSize":[0,0],"alignment":null,"helpTip":"The top layer will be used as a foreground in every export."}},"item-57":{"id":57,"type":"Checkbox","parentId":75,"style":{"enabled":true,"varName":"cbBackground","text":"Bottom Layer as Background","preferredSize":[0,0],"alignment":null,"helpTip":"The bottom layer will be used as a background in every export."}},"item-58":{"id":58,"type":"Panel","parentId":85,"style":{"enabled":true,"varName":"pnlModifyLayers","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Modify Layers","preferredSize":[0,0],"margins":10,"orientation":"column","spacing":5,"alignChildren":["left","top"],"alignment":"fill"}},"item-59":{"id":59,"type":"DropDownList","parentId":60,"style":{"enabled":true,"varName":"ddTrim","text":"DropDownList","listItems":"Each Layer, Each Layer (use trim()),Combined","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-60":{"id":60,"type":"Group","parentId":58,"style":{"enabled":true,"varName":"grpTrim","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-62":{"id":62,"type":"Group","parentId":58,"style":{"enabled":true,"varName":"grpScale","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-64":{"id":64,"type":"Checkbox","parentId":62,"style":{"enabled":true,"varName":"cbScale","text":"Scale","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to scale every layer before export"}},"item-65":{"id":65,"type":"EditText","parentId":67,"style":{"enabled":true,"varName":"txtScale","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"100","justify":"left","preferredSize":[36,0],"alignment":null,"helpTip":null}},"item-66":{"id":66,"type":"StaticText","parentId":67,"style":{"enabled":true,"varName":"lblScale","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"%","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-67":{"id":67,"type":"Group","parentId":62,"style":{"enabled":true,"varName":"grpScaleLabel","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":0,"alignChildren":["left","center"],"alignment":null}},"item-68":{"id":68,"type":"Checkbox","parentId":60,"style":{"enabled":true,"varName":"cbTrim","text":"Trim","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to trim before export","checked":false}},"item-69":{"id":69,"type":"Group","parentId":58,"style":{"enabled":true,"varName":"grpPadding","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-70":{"id":70,"type":"Checkbox","parentId":69,"style":{"enabled":true,"varName":"cbPadding","text":"Padding","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to add padding to every layer before export"}},"item-71":{"id":71,"type":"EditText","parentId":73,"style":{"enabled":true,"varName":"txtPadding","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"0","justify":"left","preferredSize":[29,0],"alignment":null,"helpTip":null}},"item-72":{"id":72,"type":"StaticText","parentId":73,"style":{"enabled":true,"varName":"lblPadding","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"px","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-73":{"id":73,"type":"Group","parentId":69,"style":{"enabled":true,"varName":"grpPaddingLabel","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":0,"alignChildren":["left","center"],"alignment":null}},"item-75":{"id":75,"type":"Group","parentId":47,"style":{"enabled":true,"varName":"grpForegroundBackground","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":5,"alignChildren":["left","center"],"alignment":null}},"item-76":{"id":76,"type":"Group","parentId":47,"style":{"enabled":true,"varName":"grpGroupsAs","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":5,"alignChildren":["left","center"],"alignment":null}},"item-77":{"id":77,"type":"Group","parentId":13,"style":{"enabled":true,"varName":"grpPrefixSuffixWrapper","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":0,"alignChildren":["left","center"],"alignment":null}},"item-78":{"id":78,"type":"Group","parentId":0,"style":{"enabled":true,"varName":"grpColContainer","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["center","center"],"alignment":null}},"item-79":{"id":79,"type":"Button","parentId":82,"style":{"enabled":true,"varName":"btnRun","text":"Run","justify":"center","preferredSize":[0,0],"alignment":null,"helpTip":"Runs the script with the selected settings"}},"item-80":{"id":80,"type":"Button","parentId":120,"style":{"enabled":true,"varName":"btnCancel","text":"Cancel","justify":"center","preferredSize":[111,0],"alignment":null,"helpTip":"Closes the dialog and does not save any changes"}},"item-81":{"id":81,"type":"Button","parentId":120,"style":{"enabled":true,"varName":"btnSaveAndCancel","text":"Save and Close","justify":"center","preferredSize":[0,0],"alignment":null,"helpTip":"Closes the dialog but saves any changes made"}},"item-82":{"id":82,"type":"Group","parentId":85,"style":{"enabled":true,"varName":"grpActions","preferredSize":[0,0],"margins":[0,0,1,0],"orientation":"column","spacing":5,"alignChildren":["fill","top"],"alignment":"fill"}},"item-83":{"id":83,"type":"Checkbox","parentId":82,"style":{"enabled":true,"varName":"cbOverwriteFiles","text":"Overwrite Existing Files","preferredSize":[0,0],"alignment":"center","helpTip":"If checked, will overwrite existing files if they have the same name. Otherwise it will make unique copies"}},"item-84":{"id":84,"type":"Group","parentId":78,"style":{"enabled":true,"varName":"grpCol1","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":17,"alignChildren":["left","center"],"alignment":"top"}},"item-85":{"id":85,"type":"Group","parentId":78,"style":{"enabled":true,"varName":"grpCol2","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":10,"alignChildren":["left","center"],"alignment":"top"}},"item-86":{"id":86,"type":"Slider","parentId":88,"style":{"enabled":true,"varName":"sldrJpgQuality","preferredSize":[200,0],"alignment":null,"helpTip":null}},"item-87":{"id":87,"type":"StaticText","parentId":88,"style":{"enabled":true,"varName":"lblQuality","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Quality","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-88":{"id":88,"type":"Group","parentId":33,"style":{"enabled":true,"varName":"grpJpgQuality","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-90":{"id":90,"type":"Group","parentId":33,"style":{"enabled":true,"varName":"grpJpgMatte","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-91":{"id":91,"type":"StaticText","parentId":90,"style":{"enabled":true,"varName":"lblJpgMatte","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Matte","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-92":{"id":92,"type":"DropDownList","parentId":90,"style":{"enabled":true,"varName":"ddJpgMatte","text":"DropDownList","listItems":"White, Black, Gray, -, Background, Foreground","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-93":{"id":93,"type":"Checkbox","parentId":33,"style":{"enabled":true,"varName":"cbJpgIcc","text":"ICC Profile","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-94":{"id":94,"type":"Checkbox","parentId":33,"style":{"enabled":true,"varName":"cbJpgProgressive","text":"Progressive","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-95":{"id":95,"type":"Checkbox","parentId":33,"style":{"enabled":true,"varName":"cbJpgOptimized","text":"Optimized","preferredSize":[0,0],"alignment":null,"helpTip":null,"checked":false}},"item-96":{"id":96,"type":"StaticText","parentId":88,"style":{"enabled":true,"varName":"lblJpgQualityValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-97":{"id":97,"type":"StaticText","parentId":0,"style":{"enabled":true,"varName":"lblMetadata","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"This document contains {0} layer(s), {1} of them visible, {2} selected","justify":"center","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-98":{"id":98,"type":"StaticText","parentId":0,"style":{"enabled":true,"varName":"lblContact","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"To get the most recent version, or leave feedback, go to:\nhttps://github.com/hsw107/Photoshop-Export-Layers-to-Files-Fast","justify":"center","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-99":{"id":99,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8ColorReduction","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-100":{"id":100,"type":"StaticText","parentId":99,"style":{"enabled":true,"varName":"lblPng8ColorReduction","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Color Reduction","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-101":{"id":101,"type":"DropDownList","parentId":99,"style":{"enabled":true,"varName":"ddPng8ColorReduction","text":"DropDownList","listItems":"Perceptual,Selective, Adaptive,Restrictive (Web),-,Black & White, Grayscale, Mac OS, Windows","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-102":{"id":102,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8NumberOfColors","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-103":{"id":103,"type":"StaticText","parentId":102,"style":{"enabled":true,"varName":"lblNumberOfColors","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Number of Colors","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-104":{"id":104,"type":"EditText","parentId":102,"style":{"enabled":true,"varName":"txtPng8NumberofColors","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"","justify":"left","preferredSize":[36,0],"alignment":null,"helpTip":null}},"item-105":{"id":105,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8Dither","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-106":{"id":106,"type":"StaticText","parentId":105,"style":{"enabled":true,"varName":"lblPng8Dither","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Dither","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-107":{"id":107,"type":"DropDownList","parentId":105,"style":{"enabled":true,"varName":"ddPng8Dither","text":"DropDownList","listItems":"None,Diffusion,Pattern,Noise","preferredSize":[0,0],"alignment":null,"selection":1,"helpTip":null}},"item-108":{"id":108,"type":"Slider","parentId":124,"style":{"enabled":true,"varName":"sldrPng8Dither","preferredSize":[100,0],"alignment":null,"helpTip":null}},"item-109":{"id":109,"type":"StaticText","parentId":124,"style":{"enabled":true,"varName":"lblPng8DitherValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100%","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-110":{"id":110,"type":"Checkbox","parentId":31,"style":{"enabled":true,"varName":"cbPng8Interlaced","text":"Interlaced","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-111":{"id":111,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8Matte","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-112":{"id":112,"type":"StaticText","parentId":111,"style":{"enabled":true,"varName":"lblPng8Matte","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Matte","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-113":{"id":113,"type":"DropDownList","parentId":111,"style":{"enabled":true,"varName":"ddPng8Matte","text":"DropDownList","listItems":"White, Black, Gray, -, Background, Foreground","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-114":{"id":114,"type":"Checkbox","parentId":115,"style":{"enabled":true,"varName":"cbPng8Transparency","text":"Transparency","preferredSize":[0,0],"alignment":null,"helpTip":null,"checked":false}},"item-115":{"id":115,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8Transparency","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-116":{"id":116,"type":"StaticText","parentId":123,"style":{"enabled":true,"varName":"lblPng8TransparencyDither","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Transparency Dither","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-117":{"id":117,"type":"Slider","parentId":123,"style":{"enabled":true,"varName":"sldrPng8TransparencyDither","preferredSize":[100,0],"alignment":null,"helpTip":null}},"item-118":{"id":118,"type":"StaticText","parentId":123,"style":{"enabled":true,"varName":"lblPng8TransparencyDitherValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100%","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-119":{"id":119,"type":"DropDownList","parentId":123,"style":{"enabled":true,"varName":"ddPng8TransparencyDither","text":"DropDownList","listItems":"None,Diffusion,Pattern,Noise","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-120":{"id":120,"type":"Group","parentId":82,"style":{"enabled":true,"varName":"grpCloseButtons","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["center","top"],"alignment":null}},"item-121":{"id":121,"type":"EditText","parentId":122,"style":{"enabled":true,"varName":"txtDelimiter","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"_","justify":"left","preferredSize":[22,0],"alignment":null,"helpTip":"The delimiter to use between words"}},"item-122":{"id":122,"type":"Group","parentId":13,"style":{"enabled":true,"varName":"grpDelimiter","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-123":{"id":123,"type":"Group","parentId":115,"style":{"enabled":false,"varName":"grpPng8TransparencyDither","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-124":{"id":124,"type":"Group","parentId":105,"style":{"enabled":false,"varName":"grpPng8DitherSlider","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-125":{"id":125,"type":"Group","parentId":37,"style":{"enabled":true,"varName":"grpTgaDepth","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-126":{"id":126,"type":"StaticText","parentId":125,"style":{"enabled":true,"varName":"lblTgaDepth","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Depth","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-127":{"id":127,"type":"DropDownList","parentId":125,"style":{"enabled":true,"varName":"ddTgaDepth","text":"DropDownList","listItems":"16 bit,24 bit, 36 bit","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-128":{"id":128,"type":"Checkbox","parentId":37,"style":{"enabled":true,"varName":"cbTgaWithAlpha","text":"With Alpha Channel","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-129":{"id":129,"type":"Checkbox","parentId":37,"style":{"enabled":true,"varName":"cbTgaRleCompression","text":"RLE Compression","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-130":{"id":130,"type":"Group","parentId":38,"style":{"enabled":true,"varName":"grpBmpDepth","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-131":{"id":131,"type":"StaticText","parentId":130,"style":{"enabled":true,"varName":"lblBmpDepth","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Depth","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-132":{"id":132,"type":"DropDownList","parentId":130,"style":{"enabled":true,"varName":"ddBmpDepth","text":"DropDownList","listItems":"24 bit, 36 bit, RGB 565 (16 bit),ARGB 1555 (16 bit),ARGB 4444 (16 bit)","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-133":{"id":133,"type":"Checkbox","parentId":38,"style":{"enabled":true,"varName":"cbBmpWithAlpha","text":"With Alpha Channel","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-134":{"id":134,"type":"Checkbox","parentId":38,"style":{"enabled":true,"varName":"cbBmpRleCompression","text":"RLE Compression","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-135":{"id":135,"type":"Checkbox","parentId":38,"style":{"enabled":true,"varName":"cbBmpFlipRowOrder","text":"Flip Row Order","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-136":{"id":136,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"PSD","text":"PSD","orientation":"column","spacing":10,"alignChildren":["left","top"]}},"item-137":{"id":137,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabTif","text":"TIFF","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-138":{"id":138,"type":"Group","parentId":148,"style":{"enabled":true,"varName":"grpTifQuality","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-139":{"id":139,"type":"StaticText","parentId":138,"style":{"enabled":true,"varName":"lblTifQuality","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Quality","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-140":{"id":140,"type":"Slider","parentId":138,"style":{"enabled":true,"varName":"sldrTifQuality","preferredSize":[100,0],"alignment":null,"helpTip":null}},"item-141":{"id":141,"type":"StaticText","parentId":138,"style":{"enabled":true,"varName":"lblTifQualityValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-145":{"id":145,"type":"Checkbox","parentId":137,"style":{"enabled":true,"varName":"cbTifIcc","text":"ICC Profile","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-146":{"id":146,"type":"Checkbox","parentId":137,"style":{"enabled":true,"varName":"cbTifWithAlpha","text":"Alpha Channel","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-148":{"id":148,"type":"Group","parentId":137,"style":{"enabled":true,"varName":"grpTifEncoding","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-149":{"id":149,"type":"StaticText","parentId":148,"style":{"enabled":true,"varName":"lblTifEncoding","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Image Compression","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-150":{"id":150,"type":"DropDownList","parentId":148,"style":{"enabled":true,"varName":"ddTifEncoding","text":"DropDownList","listItems":"None,LZW,ZIP,JPG","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-151":{"id":151,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabPdf","text":"PDF","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-152":{"id":152,"type":"Group","parentId":151,"style":{"enabled":true,"varName":"grpPdfEncoding","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-153":{"id":153,"type":"StaticText","parentId":152,"style":{"enabled":true,"varName":"lblPdfEncoding","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Compression","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-154":{"id":154,"type":"DropDownList","parentId":152,"style":{"enabled":true,"varName":"ddPdfEncoding","text":"DropDownList","listItems":"None, ZIP, JPEG","preferredSize":[0,0],"alignment":null,"selection":2,"helpTip":null}},"item-155":{"id":155,"type":"Group","parentId":152,"style":{"enabled":true,"varName":"grpPdfQuality","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-156":{"id":156,"type":"StaticText","parentId":155,"style":{"enabled":true,"varName":"lblPdfQuality","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Quality","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-157":{"id":157,"type":"Slider","parentId":155,"style":{"enabled":true,"varName":"sldrPdfQuality","preferredSize":[100,0],"alignment":null,"helpTip":null}},"item-158":{"id":158,"type":"StaticText","parentId":155,"style":{"enabled":true,"varName":"lblPdfQualityValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-159":{"id":159,"type":"Checkbox","parentId":151,"style":{"enabled":true,"varName":"cbPdfWithAlpha","text":"Alpha Channel","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-160":{"id":160,"type":"Checkbox","parentId":151,"style":{"enabled":true,"varName":"cbPdfIcc","text":"ICC Profile","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-161":{"id":161,"type":"Group","parentId":151,"style":{"enabled":true,"varName":"grpPdfStandard","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-162":{"id":162,"type":"StaticText","parentId":161,"style":{"enabled":true,"varName":"lblPdfStandard","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Standard","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-163":{"id":163,"type":"DropDownList","parentId":161,"style":{"enabled":true,"varName":"ddPdfStandard","text":"DropDownList","listItems":"None, PDF/X-1a:2001, PDF/X-1a:2003, PDF/X-3:2002, PDF/X-3:2003, PDF/X-4:2010","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-164":{"id":164,"type":"Group","parentId":151,"style":{"enabled":true,"varName":"grpPdfColorConversion","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-165":{"id":165,"type":"StaticText","parentId":161,"style":{"enabled":true,"varName":"lblPdfCompatibility","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Compatibility","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-166":{"id":166,"type":"DropDownList","parentId":161,"style":{"enabled":true,"varName":"ddPdfCompatibility","text":"DropDownList","listItems":"Acrobat 4 (PDF 1.3), Acrobat 5 (PDF 1.4), Acrobat 6 (PDF 1.5), Acrobat 7 (PDF 1.6), Acrobat 8 (PDF 1.7)","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-167":{"id":167,"type":"DropDownList","parentId":178,"style":{"enabled":true,"varName":"ddPdfDestinationProfile","text":"DropDownList","listItems":"Japan Color 2001 Coated,Japan Color 2001 Uncoated,Japan Color 2002 Newspaper,Japan Color 2003 Web Coated,Japan Web Coated (Ad),U.S. Sheetfed Coated v2,U.S. Sheetfed Uncoated v2,U.S. Web Coated (SWOP) v2,U.S. Web Uncoated v2,-,sRGB IEC61966-2.1,Adobe RGB (1998),Apple RGB,ColorMatch RGBimage P3,ProPhoto RGB,Rec.601 NTSC Gamma 2.4,Rec.601 PAL Gamma 2.4,Rec.709 Gamma 2.4","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-168":{"id":168,"type":"StaticText","parentId":178,"style":{"enabled":true,"varName":"lblPdfDestinationProfile","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Destination","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-170":{"id":170,"type":"Checkbox","parentId":164,"style":{"enabled":true,"varName":"cbPdfColorConversion","text":"Color Conversion","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-171":{"id":171,"type":"Group","parentId":151,"style":{"enabled":true,"varName":"grpPdfDownSample","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-172":{"id":172,"type":"DropDownList","parentId":171,"style":{"enabled":true,"varName":"ddPdfDownSample","text":"DropDownList","listItems":"Do Not Downsample,Average Downsampling To,Subsampling To,Bicubic Downsampling To","preferredSize":[0,0],"alignment":null,"selection":3,"helpTip":null}},"item-173":{"id":173,"type":"EditText","parentId":179,"style":{"enabled":true,"varName":"txtPdfDownSampleSize","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"300","justify":"left","preferredSize":[40,0],"alignment":null,"helpTip":null}},"item-174":{"id":174,"type":"StaticText","parentId":179,"style":{"enabled":true,"varName":"lblPdfDownSampleSize","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"PPI","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-175":{"id":175,"type":"StaticText","parentId":179,"style":{"enabled":true,"varName":"lblPdfDownSampleSizeLimit","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"For Images Above","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-176":{"id":176,"type":"EditText","parentId":179,"style":{"enabled":true,"varName":"txtPdfDownSampleSizeLimit","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"450","justify":"left","preferredSize":[40,0],"alignment":null,"helpTip":null}},"item-177":{"id":177,"type":"StaticText","parentId":179,"style":{"enabled":true,"varName":"lblPdfDownSampleSizeLimit2","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"PPI","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-178":{"id":178,"type":"Group","parentId":164,"style":{"enabled":true,"varName":"grpPdfDestinationProfile","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-179":{"id":179,"type":"Group","parentId":171,"style":{"enabled":true,"varName":"grpPdfDownSampleSize","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-180":{"id":180,"type":"Checkbox","parentId":82,"style":{"enabled":true,"varName":"cbSilent","text":"Run Silently","preferredSize":[0,0],"alignment":"center","helpTip":"If checked, will run without a progress bar and success confirmation."}}},"order":[0,78,84,10,11,12,1,2,3,4,5,6,9,7,8,13,14,122,15,121,22,21,20,77,53,52,54,23,24,26,25,85,82,79,120,80,81,83,180,47,76,48,49,50,55,75,56,57,58,60,68,59,69,70,73,71,72,62,64,67,65,66,39,30,32,42,41,40,44,45,31,99,100,101,102,103,104,105,106,107,124,108,109,111,112,113,115,114,123,116,119,117,118,110,33,88,87,86,96,90,91,92,93,95,94,137,148,149,150,138,139,140,141,146,145,151,161,162,163,165,166,164,170,178,168,167,171,172,179,173,174,175,176,177,152,153,154,155,156,157,158,159,160,37,125,126,127,128,129,38,130,131,132,133,134,135,136,97,98],"settings":{"importJSON":true,"indentSize":false,"cepExport":false,"includeCSSJS":true,"showDialog":true,"functionWrapper":false,"afterEffectsDockable":false,"itemReferenceList":"None"},"activeId":180} +{"items":{"item-0":{"id":0,"type":"Dialog","parentId":false,"style":{"enabled":true,"varName":null,"windowType":"Dialog","creationProps":{"su1PanelCoordinates":false,"maximizeButton":false,"minimizeButton":false,"independent":false,"closeButton":false,"borderless":false,"resizeable":true},"text":"Export Layers To Files v2.4.1","preferredSize":[0,0],"margins":[10,10,5,10],"orientation":"column","spacing":5,"alignChildren":["center","center"]}},"item-1":{"id":1,"type":"Panel","parentId":84,"style":{"enabled":true,"varName":"pnlExport","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Export","preferredSize":[0,0],"margins":10,"orientation":"column","spacing":11,"alignChildren":["left","top"],"alignment":"fill"}},"item-2":{"id":2,"type":"Group","parentId":1,"style":{"enabled":true,"varName":"grpExport","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-3":{"id":3,"type":"RadioButton","parentId":2,"style":{"enabled":true,"varName":"radioAll","text":"All Layers","preferredSize":[0,0],"alignment":null,"helpTip":"Exports all layers","checked":true}},"item-4":{"id":4,"type":"RadioButton","parentId":2,"style":{"enabled":true,"varName":"radioSelected","text":"Selected Group","preferredSize":[0,0],"alignment":null,"helpTip":"Only exports selected group. Must select a group to be enabled.","checked":false}},"item-5":{"id":5,"type":"Group","parentId":1,"style":{"enabled":true,"varName":"grpIgnore","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":5,"alignChildren":["left","center"],"alignment":null}},"item-6":{"id":6,"type":"Checkbox","parentId":5,"style":{"enabled":true,"varName":"cbVisibleOnly","text":"Visible Only","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to export only visible layers"}},"item-7":{"id":7,"type":"Checkbox","parentId":9,"style":{"enabled":true,"varName":"cbIgnorePrefix","text":"Ignore Layers Starting With ","preferredSize":[0,0],"alignment":null,"helpTip":"Ignore layers starting with"}},"item-8":{"id":8,"type":"EditText","parentId":9,"style":{"enabled":true,"varName":"txtIgnorePrefix","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"!","justify":"left","preferredSize":[31,0],"alignment":null,"helpTip":"The prefix to match against"}},"item-9":{"id":9,"type":"Group","parentId":5,"style":{"enabled":true,"varName":"grpIgnorePrefix","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-10":{"id":10,"type":"Panel","parentId":84,"style":{"enabled":true,"varName":"pnlDestination","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Output Destination","preferredSize":[0,0],"margins":10,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":"left"}},"item-11":{"id":11,"type":"EditText","parentId":10,"style":{"enabled":true,"varName":"txtDestination","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"","justify":"left","preferredSize":[200,0],"alignment":null,"helpTip":"Where to save the files"}},"item-12":{"id":12,"type":"Button","parentId":10,"style":{"enabled":true,"varName":"btnBrowse","text":"Browse...","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-13":{"id":13,"type":"Panel","parentId":84,"style":{"enabled":true,"varName":"pnlNameFiles","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Filenames","preferredSize":[0,0],"margins":[10,10,10,10],"orientation":"column","spacing":4,"alignChildren":["left","top"],"alignment":"fill"}},"item-14":{"id":14,"type":"DropDownList","parentId":13,"style":{"enabled":true,"varName":"ddNameAs","text":"DropDownList","listItems":"Use layer name (strip extension), Use layer name (keep extension), Use layer and parent group names, Use index descending, Use index ascending","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-15":{"id":15,"type":"Checkbox","parentId":122,"style":{"enabled":true,"varName":"cbDelimiter","text":"Use Custom Delimiter","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to use a custom delimiter between words"}},"item-20":{"id":20,"type":"DropDownList","parentId":22,"style":{"enabled":true,"varName":"ddLetterCasing","text":"DropDownList","listItems":"Keep, Lowercase,Uppercase","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-21":{"id":21,"type":"StaticText","parentId":22,"style":{"enabled":true,"varName":"lblLetterCasing","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Letter Casing","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-22":{"id":22,"type":"Group","parentId":13,"style":{"enabled":true,"varName":"grpCasing","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-23":{"id":23,"type":"Group","parentId":77,"style":{"enabled":true,"varName":"grpPrefixSuffix","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":2,"alignChildren":["left","center"],"alignment":null}},"item-24":{"id":24,"type":"EditText","parentId":23,"style":{"enabled":true,"varName":"txtPrefix","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"","justify":"left","preferredSize":[100,0],"alignment":null,"helpTip":"Prefix will be added before every layer name"}},"item-25":{"id":25,"type":"EditText","parentId":23,"style":{"enabled":true,"varName":"txtSuffix","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"","justify":"left","preferredSize":[100,0],"alignment":null,"helpTip":"Suffix will be added after every layer name"}},"item-26":{"id":26,"type":"StaticText","parentId":23,"style":{"enabled":true,"varName":"lblEllipsis","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"...","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-30":{"id":30,"type":"TabbedPanel","parentId":39,"style":{"enabled":true,"varName":"tabpnlExportOptions","preferredSize":[0,0],"margins":10,"alignment":"fill","selection":38}},"item-31":{"id":31,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabPng8","text":"PNG-8","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-32":{"id":32,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabPng24","text":"PNG-24","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-33":{"id":33,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabJpg","text":"JPG","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-37":{"id":37,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabTga","text":"TGA","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-38":{"id":38,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabBmp","text":"BMP","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-39":{"id":39,"type":"Panel","parentId":0,"style":{"enabled":true,"varName":"pnlExportAs","creationProps":{"borderStyle":"none","su1PanelCoordinates":false},"text":"Export As","preferredSize":[0,0],"margins":[6,0,0,0],"orientation":"column","spacing":10,"alignChildren":["center","center"],"alignment":"fill"}},"item-40":{"id":40,"type":"DropDownList","parentId":42,"style":{"enabled":true,"varName":"ddPng24Matte","text":"DropDownList","listItems":"White, Black, Gray, -, Background, Foreground","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-41":{"id":41,"type":"StaticText","parentId":42,"style":{"enabled":true,"varName":"lblPng24Matte","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Matte","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-42":{"id":42,"type":"Group","parentId":32,"style":{"enabled":true,"varName":"grpPng24Matte","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-44":{"id":44,"type":"Checkbox","parentId":32,"style":{"enabled":true,"varName":"cbPng24Transparency","text":"Transparency","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-45":{"id":45,"type":"Checkbox","parentId":32,"style":{"enabled":true,"varName":"cbPng24Interlaced","text":"Interlaced","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-47":{"id":47,"type":"Panel","parentId":85,"style":{"enabled":true,"varName":"pnlOutput","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Output Options","preferredSize":[0,0],"margins":10,"orientation":"column","spacing":10,"alignChildren":["left","top"],"alignment":"fill"}},"item-48":{"id":48,"type":"Checkbox","parentId":76,"style":{"enabled":true,"varName":"cbGroupsAsFolders","text":"Groups as Folders","preferredSize":[0,0],"alignment":null,"helpTip":"Groups and sub-groups are saved as directories."}},"item-49":{"id":49,"type":"Checkbox","parentId":76,"style":{"enabled":true,"varName":"cbTopGroupsAsFolders","text":"Top Groups as Folders","preferredSize":[0,0],"alignment":null,"helpTip":"Groups are saved as directories. Layers in nested groups will be saved in their topmost group."}},"item-50":{"id":50,"type":"Checkbox","parentId":76,"style":{"enabled":true,"varName":"cbTopGroupsAsLayers","text":"Merge Groups as Layers","preferredSize":[0,0],"alignment":null,"helpTip":"Top level groups will merge all their children into a single layer before export"}},"item-52":{"id":52,"type":"StaticText","parentId":53,"style":{"enabled":true,"varName":"lblPrefix","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Prefix","justify":"left","preferredSize":[0,0],"alignment":"center","helpTip":null}},"item-53":{"id":53,"type":"Group","parentId":77,"style":{"enabled":true,"varName":"grpPrefixSuffixLabel","preferredSize":[0,0],"margins":[0,0,0,0],"orientation":"row","spacing":81,"alignChildren":["left","center"],"alignment":null}},"item-54":{"id":54,"type":"StaticText","parentId":53,"style":{"enabled":true,"varName":"lblSuffix","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Suffix","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-55":{"id":55,"type":"Divider","parentId":47,"style":{"enabled":true,"varName":"dvdrOutput"}},"item-56":{"id":56,"type":"Checkbox","parentId":75,"style":{"enabled":true,"varName":"cbForeground","text":"Top Layer as Foreground","preferredSize":[0,0],"alignment":null,"helpTip":"The top layer will be used as a foreground in every export."}},"item-57":{"id":57,"type":"Checkbox","parentId":75,"style":{"enabled":true,"varName":"cbBackground","text":"Bottom Layer as Background","preferredSize":[0,0],"alignment":null,"helpTip":"The bottom layer will be used as a background in every export."}},"item-58":{"id":58,"type":"Panel","parentId":85,"style":{"enabled":true,"varName":"pnlModifyLayers","creationProps":{"borderStyle":"etched","su1PanelCoordinates":false},"text":"Modify Layers","preferredSize":[0,0],"margins":10,"orientation":"column","spacing":5,"alignChildren":["left","top"],"alignment":"fill"}},"item-59":{"id":59,"type":"DropDownList","parentId":60,"style":{"enabled":true,"varName":"ddTrim","text":"DropDownList","listItems":"Each Layer, Each Layer (use trim()),Combined","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-60":{"id":60,"type":"Group","parentId":58,"style":{"enabled":true,"varName":"grpTrim","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-62":{"id":62,"type":"Group","parentId":58,"style":{"enabled":true,"varName":"grpScale","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-64":{"id":64,"type":"Checkbox","parentId":62,"style":{"enabled":true,"varName":"cbScale","text":"Scale","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to scale every layer before export"}},"item-65":{"id":65,"type":"EditText","parentId":67,"style":{"enabled":true,"varName":"txtScale","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"100","justify":"left","preferredSize":[36,0],"alignment":null,"helpTip":null}},"item-66":{"id":66,"type":"StaticText","parentId":67,"style":{"enabled":true,"varName":"lblScale","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"%","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-67":{"id":67,"type":"Group","parentId":62,"style":{"enabled":true,"varName":"grpScaleLabel","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":0,"alignChildren":["left","center"],"alignment":null}},"item-68":{"id":68,"type":"Checkbox","parentId":60,"style":{"enabled":true,"varName":"cbTrim","text":"Trim","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to trim before export","checked":false}},"item-69":{"id":69,"type":"Group","parentId":58,"style":{"enabled":true,"varName":"grpPadding","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-70":{"id":70,"type":"Checkbox","parentId":69,"style":{"enabled":true,"varName":"cbPadding","text":"Padding","preferredSize":[0,0],"alignment":null,"helpTip":"Whether to add padding to every layer before export"}},"item-71":{"id":71,"type":"EditText","parentId":73,"style":{"enabled":true,"varName":"txtPadding","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"0","justify":"left","preferredSize":[29,0],"alignment":null,"helpTip":null}},"item-72":{"id":72,"type":"StaticText","parentId":73,"style":{"enabled":true,"varName":"lblPadding","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"px","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-73":{"id":73,"type":"Group","parentId":69,"style":{"enabled":true,"varName":"grpPaddingLabel","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":0,"alignChildren":["left","center"],"alignment":null}},"item-75":{"id":75,"type":"Group","parentId":47,"style":{"enabled":true,"varName":"grpForegroundBackground","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":5,"alignChildren":["left","center"],"alignment":null}},"item-76":{"id":76,"type":"Group","parentId":47,"style":{"enabled":true,"varName":"grpGroupsAs","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":5,"alignChildren":["left","center"],"alignment":null}},"item-77":{"id":77,"type":"Group","parentId":13,"style":{"enabled":true,"varName":"grpPrefixSuffixWrapper","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":0,"alignChildren":["left","center"],"alignment":null}},"item-78":{"id":78,"type":"Group","parentId":0,"style":{"enabled":true,"varName":"grpColContainer","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["center","center"],"alignment":null}},"item-79":{"id":79,"type":"Button","parentId":82,"style":{"enabled":true,"varName":"btnRun","text":"Run","justify":"center","preferredSize":[0,0],"alignment":null,"helpTip":"Runs the script with the selected settings"}},"item-80":{"id":80,"type":"Button","parentId":120,"style":{"enabled":true,"varName":"btnCancel","text":"Cancel","justify":"center","preferredSize":[111,0],"alignment":null,"helpTip":"Closes the dialog and does not save any changes"}},"item-81":{"id":81,"type":"Button","parentId":120,"style":{"enabled":true,"varName":"btnSaveAndCancel","text":"Save and Close","justify":"center","preferredSize":[0,0],"alignment":null,"helpTip":"Closes the dialog but saves any changes made"}},"item-82":{"id":82,"type":"Group","parentId":85,"style":{"enabled":true,"varName":"grpActions","preferredSize":[0,0],"margins":[0,0,1,0],"orientation":"column","spacing":5,"alignChildren":["fill","top"],"alignment":"fill"}},"item-83":{"id":83,"type":"Checkbox","parentId":82,"style":{"enabled":true,"varName":"cbOverwriteFiles","text":"Overwrite Existing Files","preferredSize":[0,0],"alignment":"center","helpTip":"If checked, will overwrite existing files if they have the same name. Otherwise it will make unique copies"}},"item-84":{"id":84,"type":"Group","parentId":78,"style":{"enabled":true,"varName":"grpCol1","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":17,"alignChildren":["left","center"],"alignment":"top"}},"item-85":{"id":85,"type":"Group","parentId":78,"style":{"enabled":true,"varName":"grpCol2","preferredSize":[0,0],"margins":0,"orientation":"column","spacing":10,"alignChildren":["left","center"],"alignment":"top"}},"item-86":{"id":86,"type":"Slider","parentId":88,"style":{"enabled":true,"varName":"sldrJpgQuality","preferredSize":[200,0],"alignment":null,"helpTip":null}},"item-87":{"id":87,"type":"StaticText","parentId":88,"style":{"enabled":true,"varName":"lblQuality","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Quality","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-88":{"id":88,"type":"Group","parentId":33,"style":{"enabled":true,"varName":"grpJpgQuality","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-90":{"id":90,"type":"Group","parentId":33,"style":{"enabled":true,"varName":"grpJpgMatte","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-91":{"id":91,"type":"StaticText","parentId":90,"style":{"enabled":true,"varName":"lblJpgMatte","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Matte","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-92":{"id":92,"type":"DropDownList","parentId":90,"style":{"enabled":true,"varName":"ddJpgMatte","text":"DropDownList","listItems":"White, Black, Gray, -, Background, Foreground","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-93":{"id":93,"type":"Checkbox","parentId":33,"style":{"enabled":true,"varName":"cbJpgIcc","text":"ICC Profile","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-94":{"id":94,"type":"Checkbox","parentId":33,"style":{"enabled":true,"varName":"cbJpgProgressive","text":"Progressive","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-95":{"id":95,"type":"Checkbox","parentId":33,"style":{"enabled":true,"varName":"cbJpgOptimized","text":"Optimized","preferredSize":[0,0],"alignment":null,"helpTip":null,"checked":false}},"item-96":{"id":96,"type":"StaticText","parentId":88,"style":{"enabled":true,"varName":"lblJpgQualityValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-97":{"id":97,"type":"StaticText","parentId":0,"style":{"enabled":true,"varName":"lblMetadata","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"This document contains {0} layer(s), {1} of them visible, {2} selected","justify":"center","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-98":{"id":98,"type":"StaticText","parentId":0,"style":{"enabled":true,"varName":"lblContact","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"To get the most recent version, or leave feedback, go to:\nhttps://github.com/hsw107/Photoshop-Export-Layers-to-Files-Fast","justify":"center","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-99":{"id":99,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8ColorReduction","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-100":{"id":100,"type":"StaticText","parentId":99,"style":{"enabled":true,"varName":"lblPng8ColorReduction","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Color Reduction","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-101":{"id":101,"type":"DropDownList","parentId":99,"style":{"enabled":true,"varName":"ddPng8ColorReduction","text":"DropDownList","listItems":"Perceptual,Selective, Adaptive,Restrictive (Web),-,Black & White, Grayscale, Mac OS, Windows","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-102":{"id":102,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8NumberOfColors","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-103":{"id":103,"type":"StaticText","parentId":102,"style":{"enabled":true,"varName":"lblNumberOfColors","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Number of Colors","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-104":{"id":104,"type":"EditText","parentId":102,"style":{"enabled":true,"varName":"txtPng8NumberofColors","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"","justify":"left","preferredSize":[36,0],"alignment":null,"helpTip":null}},"item-105":{"id":105,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8Dither","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-106":{"id":106,"type":"StaticText","parentId":105,"style":{"enabled":true,"varName":"lblPng8Dither","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Dither","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-107":{"id":107,"type":"DropDownList","parentId":105,"style":{"enabled":true,"varName":"ddPng8Dither","text":"DropDownList","listItems":"None,Diffusion,Pattern,Noise","preferredSize":[0,0],"alignment":null,"selection":1,"helpTip":null}},"item-108":{"id":108,"type":"Slider","parentId":124,"style":{"enabled":true,"varName":"sldrPng8Dither","preferredSize":[100,0],"alignment":null,"helpTip":null}},"item-109":{"id":109,"type":"StaticText","parentId":124,"style":{"enabled":true,"varName":"lblPng8DitherValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100%","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-110":{"id":110,"type":"Checkbox","parentId":31,"style":{"enabled":true,"varName":"cbPng8Interlaced","text":"Interlaced","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-111":{"id":111,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8Matte","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-112":{"id":112,"type":"StaticText","parentId":111,"style":{"enabled":true,"varName":"lblPng8Matte","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Matte","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-113":{"id":113,"type":"DropDownList","parentId":111,"style":{"enabled":true,"varName":"ddPng8Matte","text":"DropDownList","listItems":"White, Black, Gray, -, Background, Foreground","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-114":{"id":114,"type":"Checkbox","parentId":115,"style":{"enabled":true,"varName":"cbPng8Transparency","text":"Transparency","preferredSize":[0,0],"alignment":null,"helpTip":null,"checked":false}},"item-115":{"id":115,"type":"Group","parentId":31,"style":{"enabled":true,"varName":"grpPng8Transparency","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-116":{"id":116,"type":"StaticText","parentId":123,"style":{"enabled":true,"varName":"lblPng8TransparencyDither","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Transparency Dither","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-117":{"id":117,"type":"Slider","parentId":123,"style":{"enabled":true,"varName":"sldrPng8TransparencyDither","preferredSize":[100,0],"alignment":null,"helpTip":null}},"item-118":{"id":118,"type":"StaticText","parentId":123,"style":{"enabled":true,"varName":"lblPng8TransparencyDitherValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100%","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-119":{"id":119,"type":"DropDownList","parentId":123,"style":{"enabled":true,"varName":"ddPng8TransparencyDither","text":"DropDownList","listItems":"None,Diffusion,Pattern,Noise","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-120":{"id":120,"type":"Group","parentId":82,"style":{"enabled":true,"varName":"grpCloseButtons","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["center","top"],"alignment":null}},"item-121":{"id":121,"type":"EditText","parentId":122,"style":{"enabled":true,"varName":"txtDelimiter","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"_","justify":"left","preferredSize":[22,0],"alignment":null,"helpTip":"The delimiter to use between words"}},"item-122":{"id":122,"type":"Group","parentId":13,"style":{"enabled":true,"varName":"grpDelimiter","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-123":{"id":123,"type":"Group","parentId":115,"style":{"enabled":false,"varName":"grpPng8TransparencyDither","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-124":{"id":124,"type":"Group","parentId":105,"style":{"enabled":false,"varName":"grpPng8DitherSlider","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-125":{"id":125,"type":"Group","parentId":37,"style":{"enabled":true,"varName":"grpTgaDepth","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-126":{"id":126,"type":"StaticText","parentId":125,"style":{"enabled":true,"varName":"lblTgaDepth","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Depth","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-127":{"id":127,"type":"DropDownList","parentId":125,"style":{"enabled":true,"varName":"ddTgaDepth","text":"DropDownList","listItems":"16 bit,24 bit, 36 bit","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-128":{"id":128,"type":"Checkbox","parentId":37,"style":{"enabled":true,"varName":"cbTgaWithAlpha","text":"With Alpha Channel","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-129":{"id":129,"type":"Checkbox","parentId":37,"style":{"enabled":true,"varName":"cbTgaRleCompression","text":"RLE Compression","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-130":{"id":130,"type":"Group","parentId":38,"style":{"enabled":true,"varName":"grpBmpDepth","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-131":{"id":131,"type":"StaticText","parentId":130,"style":{"enabled":true,"varName":"lblBmpDepth","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Depth","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-132":{"id":132,"type":"DropDownList","parentId":130,"style":{"enabled":true,"varName":"ddBmpDepth","text":"DropDownList","listItems":"24 bit, 32 bit, RGB 565 (16 bit),ARGB 1555 (16 bit),ARGB 4444 (16 bit)","preferredSize":[0,0],"alignment":null,"selection":1,"helpTip":null}},"item-133":{"id":133,"type":"Checkbox","parentId":38,"style":{"enabled":true,"varName":"cbBmpWithAlpha","text":"With Alpha Channel","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-134":{"id":134,"type":"Checkbox","parentId":38,"style":{"enabled":true,"varName":"cbBmpRleCompression","text":"RLE Compression","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-135":{"id":135,"type":"Checkbox","parentId":38,"style":{"enabled":true,"varName":"cbBmpFlipRowOrder","text":"Flip Row Order","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-136":{"id":136,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"PSD","text":"PSD","orientation":"column","spacing":10,"alignChildren":["left","top"]}},"item-137":{"id":137,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabTif","text":"TIFF","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-138":{"id":138,"type":"Group","parentId":148,"style":{"enabled":true,"varName":"grpTifQuality","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-139":{"id":139,"type":"StaticText","parentId":138,"style":{"enabled":true,"varName":"lblTifQuality","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Quality","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-140":{"id":140,"type":"Slider","parentId":138,"style":{"enabled":true,"varName":"sldrTifQuality","preferredSize":[100,0],"alignment":null,"helpTip":null}},"item-141":{"id":141,"type":"StaticText","parentId":138,"style":{"enabled":true,"varName":"lblTifQualityValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-145":{"id":145,"type":"Checkbox","parentId":137,"style":{"enabled":true,"varName":"cbTifIcc","text":"ICC Profile","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-146":{"id":146,"type":"Checkbox","parentId":137,"style":{"enabled":true,"varName":"cbTifWithAlpha","text":"Alpha Channel","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-148":{"id":148,"type":"Group","parentId":137,"style":{"enabled":true,"varName":"grpTifEncoding","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-149":{"id":149,"type":"StaticText","parentId":148,"style":{"enabled":true,"varName":"lblTifEncoding","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Image Compression","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-150":{"id":150,"type":"DropDownList","parentId":148,"style":{"enabled":true,"varName":"ddTifEncoding","text":"DropDownList","listItems":"None,LZW,ZIP,JPG","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-151":{"id":151,"type":"Tab","parentId":30,"style":{"enabled":true,"varName":"tabPdf","text":"PDF","orientation":"column","spacing":5,"alignChildren":["left","top"]},"collapsed":true},"item-152":{"id":152,"type":"Group","parentId":151,"style":{"enabled":true,"varName":"grpPdfEncoding","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-153":{"id":153,"type":"StaticText","parentId":152,"style":{"enabled":true,"varName":"lblPdfEncoding","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Compression","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-154":{"id":154,"type":"DropDownList","parentId":152,"style":{"enabled":true,"varName":"ddPdfEncoding","text":"DropDownList","listItems":"None, ZIP, JPEG","preferredSize":[0,0],"alignment":null,"selection":2,"helpTip":null}},"item-155":{"id":155,"type":"Group","parentId":152,"style":{"enabled":true,"varName":"grpPdfQuality","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-156":{"id":156,"type":"StaticText","parentId":155,"style":{"enabled":true,"varName":"lblPdfQuality","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Quality","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-157":{"id":157,"type":"Slider","parentId":155,"style":{"enabled":true,"varName":"sldrPdfQuality","preferredSize":[100,0],"alignment":null,"helpTip":null}},"item-158":{"id":158,"type":"StaticText","parentId":155,"style":{"enabled":true,"varName":"lblPdfQualityValue","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"100","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-159":{"id":159,"type":"Checkbox","parentId":151,"style":{"enabled":true,"varName":"cbPdfWithAlpha","text":"Alpha Channel","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-160":{"id":160,"type":"Checkbox","parentId":151,"style":{"enabled":true,"varName":"cbPdfIcc","text":"ICC Profile","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-161":{"id":161,"type":"Group","parentId":151,"style":{"enabled":true,"varName":"grpPdfStandard","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-162":{"id":162,"type":"StaticText","parentId":161,"style":{"enabled":true,"varName":"lblPdfStandard","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Standard","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-163":{"id":163,"type":"DropDownList","parentId":161,"style":{"enabled":true,"varName":"ddPdfStandard","text":"DropDownList","listItems":"None, PDF/X-1a:2001, PDF/X-1a:2003, PDF/X-3:2002, PDF/X-3:2003, PDF/X-4:2010","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-164":{"id":164,"type":"Group","parentId":151,"style":{"enabled":true,"varName":"grpPdfColorConversion","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-165":{"id":165,"type":"StaticText","parentId":161,"style":{"enabled":true,"varName":"lblPdfCompatibility","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Compatibility","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-166":{"id":166,"type":"DropDownList","parentId":161,"style":{"enabled":true,"varName":"ddPdfCompatibility","text":"DropDownList","listItems":"Acrobat 4 (PDF 1.3), Acrobat 5 (PDF 1.4), Acrobat 6 (PDF 1.5), Acrobat 7 (PDF 1.6), Acrobat 8 (PDF 1.7)","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-167":{"id":167,"type":"DropDownList","parentId":178,"style":{"enabled":true,"varName":"ddPdfDestinationProfile","text":"DropDownList","listItems":"Japan Color 2001 Coated,Japan Color 2001 Uncoated,Japan Color 2002 Newspaper,Japan Color 2003 Web Coated,Japan Web Coated (Ad),U.S. Sheetfed Coated v2,U.S. Sheetfed Uncoated v2,U.S. Web Coated (SWOP) v2,U.S. Web Uncoated v2,-,sRGB IEC61966-2.1,Adobe RGB (1998),Apple RGB,ColorMatch RGBimage P3,ProPhoto RGB,Rec.601 NTSC Gamma 2.4,Rec.601 PAL Gamma 2.4,Rec.709 Gamma 2.4","preferredSize":[0,0],"alignment":null,"selection":0,"helpTip":null}},"item-168":{"id":168,"type":"StaticText","parentId":178,"style":{"enabled":true,"varName":"lblPdfDestinationProfile","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"Destination","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-170":{"id":170,"type":"Checkbox","parentId":164,"style":{"enabled":true,"varName":"cbPdfColorConversion","text":"Color Conversion","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-171":{"id":171,"type":"Group","parentId":151,"style":{"enabled":true,"varName":"grpPdfDownSample","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-172":{"id":172,"type":"DropDownList","parentId":171,"style":{"enabled":true,"varName":"ddPdfDownSample","text":"DropDownList","listItems":"Do Not Downsample,Average Downsampling To,Subsampling To,Bicubic Downsampling To","preferredSize":[0,0],"alignment":null,"selection":3,"helpTip":null}},"item-173":{"id":173,"type":"EditText","parentId":179,"style":{"enabled":true,"varName":"txtPdfDownSampleSize","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"300","justify":"left","preferredSize":[40,0],"alignment":null,"helpTip":null}},"item-174":{"id":174,"type":"StaticText","parentId":179,"style":{"enabled":true,"varName":"lblPdfDownSampleSize","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"PPI","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-175":{"id":175,"type":"StaticText","parentId":179,"style":{"enabled":true,"varName":"lblPdfDownSampleSizeLimit","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"For Images Above","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-176":{"id":176,"type":"EditText","parentId":179,"style":{"enabled":true,"varName":"txtPdfDownSampleSizeLimit","creationProps":{"noecho":false,"readonly":false,"multiline":false,"scrollable":false,"borderless":false,"enterKeySignalsOnChange":false},"softWrap":false,"text":"450","justify":"left","preferredSize":[40,0],"alignment":null,"helpTip":null}},"item-177":{"id":177,"type":"StaticText","parentId":179,"style":{"enabled":true,"varName":"lblPdfDownSampleSizeLimit2","creationProps":{"truncate":"none","multiline":false,"scrolling":false},"softWrap":false,"text":"PPI","justify":"left","preferredSize":[0,0],"alignment":null,"helpTip":null}},"item-178":{"id":178,"type":"Group","parentId":164,"style":{"enabled":true,"varName":"grpPdfDestinationProfile","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-179":{"id":179,"type":"Group","parentId":171,"style":{"enabled":true,"varName":"grpPdfDownSampleSize","preferredSize":[0,0],"margins":0,"orientation":"row","spacing":10,"alignChildren":["left","center"],"alignment":null}},"item-180":{"id":180,"type":"Checkbox","parentId":82,"style":{"enabled":true,"varName":"cbSilent","text":"Run Silently","preferredSize":[0,0],"alignment":"center","helpTip":"If checked, will run without a progress bar and success confirmation."}}},"order":[0,78,84,10,11,12,1,2,3,4,5,6,9,7,8,13,14,122,15,121,22,21,20,77,53,52,54,23,24,26,25,85,82,79,120,80,81,83,180,47,76,48,49,50,55,75,56,57,58,60,68,59,69,70,73,71,72,62,64,67,65,66,39,30,32,42,41,40,44,45,31,99,100,101,102,103,104,105,106,107,124,108,109,111,112,113,115,114,123,116,119,117,118,110,33,88,87,86,96,90,91,92,93,95,94,137,148,149,150,138,139,140,141,146,145,151,161,162,163,165,166,164,170,178,168,167,171,172,179,173,174,175,176,177,152,153,154,155,156,157,158,159,160,37,125,126,127,128,129,38,130,131,132,133,134,135,136,97,98],"settings":{"importJSON":true,"indentSize":false,"cepExport":false,"includeCSSJS":true,"showDialog":true,"functionWrapper":false,"afterEffectsDockable":false,"itemReferenceList":"None"},"activeId":38} */