hello, i have found your application yesterday and it seems to be exactly what i need. but there are some unanswered questions.
i have 3 folder
d:\pictures\original
d:\pictures\web
d:\pictures\original_after_resizing
in the first folder (original) will every few minutes saved new pictures directly from a digitalcamara. now i want, that my script resize this pictures to 600px an save the new file in the second folder (web). with one picture with name it is not a problem, but...
how can i say, take all pictures from this folder (i dont know the exact amount of the pics and names)?
how can i configure the script, that after the resize-process the original pictures will be moved to the third folder? or can i set an parameter, that with the next process its not taking the "already-resized-pictures"?
this process should go on every 5 minutes and have to be unattended.
thx4nfo
Resize all pictures in a folder (without sp. name) and....
Moderators: helmut, XnTriq, xnview
Re: resize all pictures in a folder (without sp. name) and..
Currently not possible directly from XnView.forumwurm wrote:hello, i have found your application yesterday and it seems to be exactly what i need. but there are some unanswered questions.
i have 3 folder
d:\pictures\original
d:\pictures\web
d:\pictures\original_after_resizing
in the first folder (original) will every few minutes saved new pictures directly from a digitalcamara. now i want, that my script resize this pictures to 600px an save the new file in the second folder (web). with one picture with name it is not a problem, but...
how can i say, take all pictures from this folder (i dont know the exact amount of the pics and names)?
how can i configure the script, that after the resize-process the original pictures will be moved to the third folder? or can i set an parameter, that with the next process its not taking the "already-resized-pictures"?
this process should go on every 5 minutes and have to be unattended.
Pierre.
Re: resize all pictures in a folder (without sp. name) and..
whats not possible?xnview wrote:Currently not possible directly from XnView.
take all pictures from this folder?
will it be possible with the next version?
and an other question. i have created a script by using the gui
Code: Select all
nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o
D:\data\XnView\gal\ -ratio -rtype linear -resize 600 0
"D:\data\XnView\test\01\IMG_2000.JPG"
"D:\data\XnView\test\01\IMG_2001.JPG"
Error: Can't create file (\data\XnView\gal\)
..
Re: resize all pictures in a folder (without sp. name) and..
Yesforumwurm wrote:whats not possible?xnview wrote:Currently not possible directly from XnView.
take all pictures from this folder?
will it be possible with the next version?
Use -o D:\data\XnView\gal\%if i start this script with nconvert than i get the following error message:Code: Select all
nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o D:\data\XnView\gal\ -ratio -rtype linear -resize 600 0 "D:\data\XnView\test\01\IMG_2000.JPG" "D:\data\XnView\test\01\IMG_2001.JPG"
Error: Can't create file (\data\XnView\gal\)
Pierre.