Announcement

Collapse
No announcement yet.

"Don't Enlarge Smaller Images" Command Line Option

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    "Don't Enlarge Smaller Images" Command Line Option

    Hi,
    I would like to use IrfanView for converting and resizing images using command line.
    My current command is:
    Code:
    i_view32.exe picture.jpg /resize(1024,0) /aspectratio /resample /convert="picture.jpg"
    It works, but i dont want enlarge smaller images..

    Is there any option how to do it ?

    Thanks a lot

    #2
    Welcome.

    I'm not using commandlines, so it's a bit of a guess :

    There's a command "/advancedbatch - ", making the options in the advanced batch dialog valid.
    So I think you have use Resize there, setting width, height, aspect ratio and : 'Don't enlarge smaller images'.

    New command will be :

    Code:
    i_view32.exe picture.jpg /advancedbatch /convert="picture.jpg"
    A list of all commandlines can be found here
    0.6180339887
    Rest In Peace, Sam!

    Comment


      #3
      yes, that's it !!

      magic option

      Thank you !

      Comment

      Working...
      X