Rezise
Rezise
Hi Oleg,Is there a way to resize image's bij Robotask?
Rezise
No, RoboTask can't work with images directly as yet.
But this is in our plans.
But this is in our plans.
Rezise
That is nice to hear.When is it aprox in the planning?
Re: Rezise
dear oleg;
we would need this function too; any idea when it is in the planning?
Thanks!
we would need this function too; any idea when it is in the planning?
Thanks!
Re: Rezise
dear oleg,
do you know any JPG resize software that would work with robotask?
do you know any JPG resize software that would work with robotask?
Re: Rezise
Dear Oleg,
Thanks! IT works!
For the ppl that struggle with settings, like me
, pls find a pic how I did it:
Thanks! IT works!
For the ppl that struggle with settings, like me

Re: Rezise
See my example and screenshot
You should specify full file names. It is better to use quotes (file name can contain space bars)
Also I recommend to use "Wait until application exits" option, because utility can work slow.
You should specify full file names. It is better to use quotes (file name can contain space bars)
Also I recommend to use "Wait until application exits" option, because utility can work slow.
Code: Select all
;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|2099193306
Comment=STRINGLIST
ContinueOnError=INTEGER|0
ExternalName=STRING|"Task145"
Hide=INTEGER|0
ID=INTEGER|1372815363
LogOnAsUser=INTEGER|1
Name=STRING|"Convert JPG to PNG"
OnErrorTaskID=INTEGER|0
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
WriteGeneralLog=INTEGER|0
[Actions]
Action1=FOLDER
[Actions\Action1]
ActionID=STRING|"A_GENERAL_RUN_PROG"
Enabled=INTEGER|-1
Name=STRING|"Run ""convert.exe ""D:\Temp\P3150060.JPG"" ""D:\Temp\P3150060.PNG"""""
Params=FOLDER
[Actions\Action1\Params]
ifnonzero=STRING|"0"
params=STRING|"""D:\Temp\P3150060.JPG"" {EOL}""D:\Temp\P3150060.PNG"""
program=STRING|"D:\systemp\Downloads\ImageMagick\convert.exe"
runas=STRING|"0"
wait=STRING|"2"
- Attachments
-
- Corrected parameters
- convert.png (37.79 KiB) Viewed 43492 times
Oleg Yershov
Re: Rezise
wonderfull!
this is exactly what I needed
Thanks Oleg!
this is exactly what I needed

Thanks Oleg!
Re: Rezise
to add something to this forum:
pls use the following commandline (as parameter) to make a very small & light pic: 600px fixed in height, quality 90%, 72x72DPI, remove all information
$ convert "{TEMPLOC}\{namepic}" -resize x600 -quality 90 -resample 72x72 -strip "{TEMPLOC}\DETAIL\{namepic}"
pls use the following commandline (as parameter) to make a very small & light pic: 600px fixed in height, quality 90%, 72x72DPI, remove all information
$ convert "{TEMPLOC}\{namepic}" -resize x600 -quality 90 -resample 72x72 -strip "{TEMPLOC}\DETAIL\{namepic}"