In the help file (i_view version 4.25) there are some great examples, and a few variables are used in the examples ($D, $N, etc)
I could not find any documentation on these variables, though, and have to guess what they mean. Some are obvious, like $D = directory, $F = filename (including extension), $N = filename (without extension)
Experimenting with this, I noted several that gave me blank (maybe they're functions and I didn't pass any args?) or confusing results, and I want to know what the variables represent:
$C (blank)
$I (blank)
$M (blank)
$X [0_1]
$Z 100
clearly $T is a time function (source file?) but no documentation about the date strings that are possible to pass in. $U is another date function (current time?)
$B bitdepth?
$O extension
would be nice to document these and place in help file.
thanks.
I could not find any documentation on these variables, though, and have to guess what they mean. Some are obvious, like $D = directory, $F = filename (including extension), $N = filename (without extension)
Experimenting with this, I noted several that gave me blank (maybe they're functions and I didn't pass any args?) or confusing results, and I want to know what the variables represent:
$C (blank)
$I (blank)
$M (blank)
$X [0_1]
$Z 100
clearly $T is a time function (source file?) but no documentation about the date strings that are possible to pass in. $U is another date function (current time?)
$B bitdepth?
$O extension
would be nice to document these and place in help file.
thanks.
Comment