}
function move_to_begenning() {
move_by_filter(-1, function(i) { return i == 0; });
}
function move_to_begenning() {
move_by_filter(-1, function(i) { return i == 0; });
}
function move_to_nondeleted(direction) {
move_by_filter(direction, function(i) {
}
function move_to_nondeleted(direction) {
move_by_filter(direction, function(i) {
}
function say_exposure() {
if (!endsWith(files[input_index], ".NEF")) {
say("Exposure adjustment not available");
}
function say_exposure() {
if (!endsWith(files[input_index], ".NEF")) {
say("Exposure adjustment not available");
}
var display_exposure = (exposure / 4) - 3.5;
say((display_exposure >= 0 ? "+" : "") + display_exposure);
}
var display_exposure = (exposure / 4) - 3.5;
say((display_exposure >= 0 ? "+" : "") + display_exposure);