Change Log for the latest
XYplorer BETA version:
Code: Select all
v16.30.0003 - 2016-02-25 19:43
+ SC SaveThumb enhanced: Added argument "flags" with currently two
functional bits.
Syntax: savethumb(file="<curitem>, thumbnail_file="*_thumb", _
widthbox, heightbox, format="jpg", border_width, flags)
flags: (bit field)
1 = Drop Shadow on white border (border_width has to be set).
2 = Zoom To Fill: Zoom the thumb to fill the whole box. If heightbox
is missing it defaults to widthbox, and vice versa (= square box).
Examples (on focused list item):
// Zoom To Fill, 300x200 JPG
savethumb(, "folder", 300, 200, "jpg", , 2);
// Zoom To Fill, 7% white border, 100x300 JPG (yep, vertical slice)
savethumb(, "*_slice", 100, 300, "jpg", "7%" , 2);
// Zoom To Fill + Drop Shadow, 7% white border, 300x300 square JPG
savethumb(, "*-<width>x<height>", 300, , "jpg", "7%", 3);
Remarks:
Pretty cool functionality! Rare to meet elsewhere. Someone should go and
find a use for it!
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.