Batch job convert files?

Discussion in 'Computer Gaming Forum' started by ASSEMbler, Feb 2, 2013.

  1. ASSEMbler

    ASSEMbler Administrator

    Joined:
    Mar 13, 2004
    Messages:
    19,273
    Likes Received:
    497
    I want to re-release the acclaim archive but update the old graphics files to new standards.

    Anyone know a program that will batch convert files where they are instead of saving them to a new unrelated folder?
     
  2. Druid II

    Druid II Officer at Arms

    Joined:
    Jun 6, 2006
    Messages:
    3,600
    Likes Received:
    101
    Depends on what graphic files are we talking about; if they are simple images, Photoshop has batch conversion.
     
  3. Shinebi

    Shinebi Dauntless Member

    Joined:
    Jul 6, 2011
    Messages:
    748
    Likes Received:
    6
    ACDSEE will do this also for most formats:
    just open first image, then double-click on the already opened image (if needed), then select all images, then convert all with tools option.
     
  4. tehgazza

    tehgazza Rising Member

    Joined:
    Nov 11, 2012
    Messages:
    63
    Likes Received:
    2
    irfanview is the best batch converter i have ever seen.
     
  5. -=FamilyGuy=-

    -=FamilyGuy=- Site Supporter 2015

    Joined:
    Mar 3, 2007
    Messages:
    2,032
    Likes Received:
    159
    mogrify -format jpg *.bmp

    will convert all bmp to jpg in the current folder. It's very fast /efficient, it's also multithreaded!
    It's part of imagemagik, one of the best image conversion toolkit there is IMO. I use it all the time to go from ps <=> pdf <=> svg <=> png <=> jpg <=> bmp.
    Find it here for any platform: http://www.imagemagick.org/script/binary-releases.php

    FG
     
    Last edited: Feb 6, 2013

Share This Page