Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Programme for renaming files

  • 28-05-2008 7:31pm
    #1
    Registered Users, Registered Users 2 Posts: 4,387 ✭✭✭


    Hi
    I'm looking for a programme for renaming images in a folder.

    I have approx 300 images in a folder with the extension .jpg
    • eg: myfolderimage.jpg

    Now I want to put at the end of the file name _MED.jpg
    • eg: myfolderimage_MED.jpg

    Now I want to put at the end of the file name _LRG.jpg

    • eg: myfolderimage_LRG.jpg

    Then I will have
    myfolderimage.jpg
    myfolderimage_MED.jpg
    myfolderimage_LRG.jpg


    Its for optimising images on a website (3 different sizes)

    I know I could do this manually but I would take my hours. I have photoshop but don't know if it possible with the batch command

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 7,740 ✭✭✭mneylon


    Do you want to make copies and change the names so that you have 3 naming schemas?


  • Registered Users, Registered Users 2 Posts: 35,524 ✭✭✭✭Gordon


    If you have a mac you can use applescript, I think I can send you an applescript app I have made for this kind of thing if you like?


  • Registered Users, Registered Users 2 Posts: 4,027 ✭✭✭flywheel


    if you have a mac you can use Automator [link] to build it for you :)


  • Registered Users, Registered Users 2 Posts: 2,032 ✭✭✭colm_c


    A small batch file (.bat) on windows would work, as would a small bash/shell script on linux/unix.

    You could even do it in php.


  • Registered Users, Registered Users 2 Posts: 4,387 ✭✭✭EKRIUQ


    blacknight wrote: »
    Do you want to make copies and change the names so that you have 3 naming schemas?

    Yes that's what I need, 3 different copies of images, original, _Medium and Large.

    Once I get the extension on the end I can resize in photoshop.

    (I don't have a MAC)


  • Advertisement
  • Closed Accounts Posts: 975 ✭✭✭squibs


    http://tanksoftware.com/gallmage/

    I think this will do it all, including the resize.


  • Registered Users, Registered Users 2 Posts: 4,387 ✭✭✭EKRIUQ


    For anyone else with the same query I found this handy programme

    Batch filename editor
    http://www.faraseen.com/

    It allows to put extra on to the file names at beginning or end and renaming files.

    The free trial was able to do everything I needed
    Thanks for everyone else's suggestions


Advertisement