Skip to content

Latest commit

 

History

History
122 lines (77 loc) · 5.14 KB

File metadata and controls

122 lines (77 loc) · 5.14 KB

Changelog

v2.1

Release Date: 19 July, 2021

v2.0

Release Date: 19 July, 2021

  • New smaller, and hopefully easier to use UI
  • "Visible only" is now a checkbox (can use with "All Layers" or "Selected Group") antipalindrome#91
  • Delimiter is now a custom input
    • Deprecated “Allow Spaces”
  • Prefix/Suffix supports some string formatting:
    • {i} … {iiii} in prefix or suffix to add index (with leading zeros) antipalindrome#39
    • {n} in prefix/suffix to add layer name
  • Prefix/Suffix is no longer disabled on group options select

v1.2

Release Date: 09 July, 2021

v1.1

Release Date: 09 July, 2021

v1.0

Release Date: 27 November, 2018

Contributions by: willena, finscn, jgod

Older Changes

29 April 2016 by Skjorn

  • The option "Groups as folders" exports layers in a folder tree (same as groups) instead of a flat list.

05 May 2015 by Skjorn

  • A selected group can be exported as usual (layer by layer) while everything else is left in tact. (This way variable content can be exported for complex fixed background and foreground.) Works only for the first selected group! If no layer/group is selected, the topmost one is assumed by Photoshop. All parent groups of the selection are made visible. Visibility of exported layers is not taken into account; all are exported.

25 April 2015 by Hanna Walter and Skjorn

  • Last user settings remembered for versions CS 3 and higher.

21 November 2014 by Skjorn

  • Added option to strip extensions from layer names and made default.

26 September 2014 by Skjorn

  • Added layer trimming.

01 August 2014 by Skjorn

  • Lowest layer can be treated as common background.

10 July 2014 by Skjorn

  • Added BMP support.
  • Enabled using layer indices for file names.
  • Optional file name prefix.

23 June 2014 by Skjorn

  • Added progress bars with cancel buttons.
  • Slow layer retrieval sped up and moved at the beginning.
  • Dialog shows the correct layer count.

08 June 2014 by Skjorn

  • Script renamed to match the built-in version.
  • The dialog extended.
  • Destination folder made selectable.
  • Added an option to export only visible layers and fixed visibility toggling after export.
  • The script made faster!
  • The document doesn't have to be saved and be a layered PSD anymore. Exporting from a temporary working copy is fine.
  • Major rewrite of internals.

22 May 2014 by Skjorn

  • Added support for Targa (TGA).

02 December 2013 by Justin Wang

  • Added support for both PNG-24 and PNG-8

24 May 2013 by Hanna Walter

  • Nesting properly handled
  • All layers save seperately again (no more stacking).

27 March 2013 by Robin Parmar (robin(at)robinparmar(dot)com)

  • preferences stored in object
  • auto-increment file names to prevent collisions
  • properly handles layer groups
  • header added
  • code comments added
  • main() now has error catcher
  • counts number of layers
  • many little code improvements

26 Sept 2012 by Hanna Walter

  • Original version