button to convert pictures with CTRL-B

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Terka
Senior Member
Senior Member
Posts: 326
Joined: 2006-05-24, 09:04 UTC

button to convert pictures with CTRL-B

Post by *Terka »

hi
im using Irfanview to resize pictures to half resolution - have working button with command:

/filelist=%L /resize=(50p,50p) /convert=%P\$N_small.jpg

Can someone please help me to modify the command so it will work for more directories at once? This means that in each directory new converted files appear?
User avatar
nsp
Power Member
Power Member
Posts: 1804
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: button to convert pictures with CTRL-B

Post by *nsp »

Terka wrote:hi
im using Irfanview to resize pictures to half resolution - have working button with command:

/filelist=%L /resize=(50p,50p) /convert=%P\$N_small.jpg

Can someone please help me to modify the command so it will work for more directories at once? This means that in each directory new converted files appear?
A small look on irfanview help topic for pattern should give you the answer.. try

Code: Select all

/filelist=%L /resize=(50p,50p) /convert=$D\$N_small.jpg
--edited for typo
Last edited by nsp on 2017-08-04, 07:16 UTC, edited 1 time in total.
Terka
Senior Member
Senior Member
Posts: 326
Joined: 2006-05-24, 09:04 UTC

Post by *Terka »

Hi nsp, thank you for answer, its working!
Post Reply