automated PCD->JPG conversion?

mpmcleodmpmcleod Registered Users Posts: 288 Major grins
edited May 30, 2006 in Finishing School
I have come across several CDs containing the old Kodak PCD format.

Anyone have suggestions for converting these into JPGs?
-- Mike

smugmug nickname: mpmcleod
http://www.michaelmcleod.com/

Comments

  • AnthonyAnthony Registered Users Posts: 149 Major grins
    edited May 30, 2006
    mpmcleod wrote:
    I have come across several CDs containing the old Kodak PCD format.

    Anyone have suggestions for converting these into JPGs?


    Irfanview

    http://www.irfanview.com/

    Anthony.
  • luke_churchluke_church Registered Users Posts: 507 Major grins
    edited May 30, 2006
    mpmcleod wrote:
    I have come across several CDs containing the old Kodak PCD format.

    Anyone have suggestions for converting these into JPGs?

    Photoshop could also be run in batch mode to convert these fairly easily.
  • Dave LeeDave Lee Registered Users Posts: 74 Big grins
    edited May 30, 2006
    Imagemagick can do this with the mogrify command:

    mogrify -format jpg *.pcd

    It doesn't have a nifty gui, but imagemagick can do almost anything you need.
    http://www.imagemagick.org

    Use mogrify with caution. If you don't use the -format option, it overwrites your files!
    =====================
    davidleephoto.smugmug.com
  • mpmcleodmpmcleod Registered Users Posts: 288 Major grins
    edited May 30, 2006
    Thanks to everyone.

    I will try these and see what works best.

    I tried something called ImageConvert but it created monster files (24MB+ each).
    -- Mike

    smugmug nickname: mpmcleod
    http://www.michaelmcleod.com/
Sign In or Register to comment.