Archive for the ‘VBScript’ Category

Using ImageMagick with VBScript

Wednesday, August 17th, 2005

First first ever lines of VB Script code. This script generates thumbnails out of all files in a given directory and saves them to another. Additionally it creates a resized version of the images to fit into a certain max dimension. Note: ImageMagick needs to be installed in order to run this script.
Image Magick resizing test with VBScript