XYplorer 15.20 has been released on 18-May-2015. Here's a quick introduction to the main new features:
Here's the steps to create a Drop Stack in the Toolbar:
Now you can drag-drop items to that button and they will be added to "PhotoPool":
At any time click the button to go to "PhotoPool":
Note that you can have as many such Drop Stacks as you want (well, up to 64, the maximum number of user buttons).
Background: Paper Folders are virtual folders, a kind of link collections. When you add a file to a Paper Folder no bytes are actually moved or copied. Paper Folders can contain items from different locations, and they can remember a custom sort order.
The powerful new scripting command savethumb() allows you to create miniatures of image files with a single click. It has lots of options, see the Help file for details.
For example, the following script line has been used to create the thumbnails you see above in section Drop Stacks. After selecting the original file in the file list, running this line through the Address Bar will create the thumbnail in the same folder:
savethumb(, "*_t", 550, , "png", 10, 1);
Tip: With a little additional scripting this command allows you to create folder snapshots with images, or websites of your photo collection, in a fully automated manner.