Results 1 to 6 of 6

Thread: Windows Xp image resizer script

  1. #1
    Join Date
    Aug 2008
    Posts
    145

    Windows Xp image resizer script

    Hi,

    I am using windows Xp powertoy, to resize the images. The software allows me to right click on an image & then choose the resolution & convert.
    The problem is I have a huge list of pictures to select & convert in different resolution So what I am looking for is a batch script which will allow me to do the same? Either in C++ or Vb anything?

  2. #2
    Join Date
    Aug 2008
    Posts
    31

    Re: Windows Xp image resizer script

    There VSO Image resizer which should make you happy!

    Hope this makes you happy!

  3. #3
    Join Date
    Aug 2008
    Posts
    103

    Re: Windows Xp image resizer script

    Batch Image Resizer - Batch resize, rotate, stamp, convert your images. Works with all major formats, JPEG, BMP, GIF, PCX, PNG. etc. You can batch resize, rotate, stamp text on your images and convert format to others. View images and GIF animations before or after editing.

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Windows Xp image resizer script

    Code:
    #!/bin/sh
    
    for file in *.JPG 
    do 
    	echo "Resizing file $file ..."
    	convert -resize 640x480 $file $file 
    done
    Hope this helps!

  5. #5
    Join Date
    May 2008
    Posts
    42

    Re: Windows Xp image resizer script

    Never knew convert command existed. I have LOTS of images to be reduced in size. Thanks cause you lead me to the convert.

  6. #6
    Join Date
    May 2008
    Posts
    18

    Re: Windows Xp image resizer script

    I've found a good sample in a blog entry from the official PowerShell blog
    dealing with converting images in Powershell:
    http://blogs.msdn.com/powershell/arc...25/583227.aspx

    This is a good starting point if you're not familiar with PowerShell yet:
    http://channel9.msdn.com/wiki/defaul...PowerShellWiki

Similar Threads

  1. XP PowerToy Image Resizer for Windows Server 2003
    By !Destroyer! in forum Windows Software
    Replies: 3
    Last Post: 02-11-2010, 02:00 AM
  2. Image Resizer Doesn't Work
    By Tamali in forum Operating Systems
    Replies: 5
    Last Post: 20-10-2010, 02:54 AM
  3. Can Mytoolsoft Image Resizer work in Windows 7
    By Alondra in forum Operating Systems
    Replies: 5
    Last Post: 06-02-2010, 03:34 AM
  4. Vista Powertoys - Image Resizer
    By PT in forum Vista Help
    Replies: 4
    Last Post: 13-04-2009, 07:46 PM
  5. Linux Shell Script to make CD/DVD Image mounting possible
    By kelfro in forum Software Development
    Replies: 2
    Last Post: 04-03-2009, 03:18 PM

Tags for this Thread

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
  •  
Page generated in 1,713,579,052.03620 seconds with 17 queries