Announcement

Collapse
No announcement yet.

Need to skip converting animated .WEBP files on command line.

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

    Forwarded Need to skip converting animated .WEBP files on command line.

    Hi!

    I convert all incoming image files to .JPG. IrfanView does a splendid job on anything; best program ever!

    However, I do not want to convert animated .WEBP files. IrfanView converts them, but just a static image. My simple .CMD files essentially does the following:

    for %%x in (*.jpeg) do ren %%x %%x.jpg
    for %%x in (*.png) do "C:\Program Files\IrfanView\i_view64.exe" %%x /convert=%%x.jpg
    for %%x in (*.bmp) do "C:\Program Files\IrfanView\i_view64.exe" %%x /convert=%%x.jpg
    for %%x in (*.jfif) do "C:\Program Files\IrfanView\i_view64.exe" %%x /convert=%%x.jpg
    for %%x in (*.avif) do "C:\Program Files\IrfanView\i_view64.exe" %%x /convert=%%x.jpg
    for %%x in (*.webp) do "C:\Program Files\IrfanView\i_view64.exe" %%x /convert=%%x.jpg​

    I tried to find a command line switch but no joy. Something like /skip-animated, which would apply to all the image formats that have animated versions as well as static.

    Cheers!
    Last edited by Bhikkhu Pesala; 26.03.2024, 10:50 PM. Reason: Fixed typos
    Too cool to live, too smart to die!

    #2
    I am fairly sure there is no option for this, so I moved your topic to the Feature Request forum. I suggest emailing Irfan Skiljan to see if he can add it, if it is not already possible.
    Before you post ... Edit your profile • IrfanView 4.62 • Windows 10 Home 19045.2486

    Irfan PaintIrfan View HelpIrfanPaint HelpRiot.dllMore SkinsFastStone CaptureUploads

    Comment


      #3
      Thank you, Bhikkhu! An email to Irfan is on it's way.

      Cheers!
      Too cool to live, too smart to die!

      Comment


        #4
        Thanks. Let us know what he says.
        Before you post ... Edit your profile • IrfanView 4.62 • Windows 10 Home 19045.2486

        Irfan PaintIrfan View HelpIrfanPaint HelpRiot.dllMore SkinsFastStone CaptureUploads

        Comment

        Working...
        X