Results 1 to 8 of 8

Thread: How do I change the size of a large number of png files?

  1. #1
    Join Date
    Mar 2006
    Beans
    93

    How do I change the size of a large number of png files?

    I have some 128 x 128 png icons, and I want to resize them to 48 x 48. Is there a easy way to resize them all?

  2. #2
    Join Date
    Jan 2005
    Location
    Toronto, Ontario, Canada
    Beans
    2,204

    Re: How do I change the size of a large number of png files?

    convert -resize 48X48 *.png
    Edward A Robinson -- www.earobinson.org

  3. #3
    Join Date
    Mar 2006
    Beans
    93

    Re: How do I change the size of a large number of png files?

    convert: command not found

  4. #4
    Join Date
    May 2006
    Beans
    66
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: How do I change the size of a large number of png files?

    I don't know for sure, and can't test it at the moment, but that command is probably related to the program ImageMagick. You may need to install that program to get the command to work.

  5. #5
    Join Date
    Sep 2006
    Location
    Alserio. Como (Italy)
    Beans
    22

    Re: How do I change the size of a large number of png files?

    i'm not at home so i can't check, but maybe there's a way to create a rule in gimp, so that you launch it and it opens the files changing the resolution and saves 'em.
    i'll try to find out.

  6. #6
    Join Date
    Jan 2005
    Location
    Toronto, Ontario, Canada
    Beans
    2,204

    Re: How do I change the size of a large number of png files?

    googled: convert linux command
    found: http://linux.about.com/od/commands/l...l1_convert.htm
    Convert recognizes the image formats listed in ImageMagick(1).
    My guess is you need to install ImageMagick
    Edward A Robinson -- www.earobinson.org

  7. #7
    Join Date
    Mar 2006
    Beans
    93

    Re: How do I change the size of a large number of png files?

    Ok, thanks..

  8. #8
    Join Date
    Jan 2005
    Location
    Toronto, Ontario, Canada
    Beans
    2,204

    Re: How do I change the size of a large number of png files?

    assuming it worked? If so do use a favor and edit the original post, click advanced, and mark the thread as resolved!
    Edward A Robinson -- www.earobinson.org

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •