user iconBossTurbo on January 3rd 2009
10347 views

topic iconCan't get -u flag to work

Vlasta, thank you so much for your continued support of this great software. With that said, I can't seem to get the -u flag to work. I am so excited you added this new feature!!

I have mostly the same files in both destination and source, but it processes ALL of the files anyway. What am I doing wrong? Below is my command (with generic directory names):

photoresize.exe -w200 -u -r -q85 -cC:\MyDestination\<PATH><NAME>.JPG C:\MySource

Thanks for your help.

user iconVlasta on January 3rd 2009 0

Thanks for letting me know. I forgot to forward the -u flag to the proper places if more than 1 file was being resized on a multi-core CPU.

Please re-download the tool, it should be fixed now. (You should of course use double quotes, but you probably do, because it would not have worked otherwise.)
photoresize.exe -w200 -u -r -q85 "-cC:\MyDestination\<PATH><NAME>.JPG" C:\MySource

user iconakloid on September 3rd 2009 0

Faced with the same problem. Thank you for the fix.

user icon