Xpounded Simple Image Processing
Image Scripting: Area Processing
This code is copyright Robert Spoons 2006
Want to use it - great, give credit.
Want to expand upon it - great, give credit.
Want to talk about it - great, give credit.
Not really asking for much- great, give credit.
Thanks.
Processing Simple Image Filers
This script provides 14 convolution filters plus several point processing functions.
USE:
You use the script by dragging and dropping a 24-bit bmp file onto it.
First the script will examine its own parent folder looking for a subfolder with the same name as
the dropped file. If it can not find such a folder, it will create one.
Second, the script will do a simple analysis on the dropped image file and report its size, width, and height.
Third, the script will start manipulating the data contained in the dropped image.
It will create 11 new images from the dropped image, each derived from a different area filter.
At all 11 production steps the script will save the filtered image in the folder named after the originating image.
Types of Area Processes (filters) Prodvided:
- Blur
- Blur More
- Sharpen
- Sharpen More
- Edge Enhance (Horizontal)
- Edge Enhance (Verticle)
- Edge Enhance (Diagonal)
- EdgeDetect (1)
- EdgeDetect (2)
- EdgeDetect (3)
- Embos
- EdgeDetect Sobell
- EdgeDetect Prewit
- EdgeDetect Kirsh
Types of Point Processes (filters) Prodvided:
- redChannel
- cyanChannel
- Paint OR
- GrayScale
- Invert
Requirements: Windows 98+, WSH 5.6+ (VBS), Stereograph Image File in 24-bit BMP format.
Tested on XP Home edition SP2, IE6 installed. (Not tested with IE7 installed)
Save this file to your system as ImageProc.vbs
 Select All
No HTML to View
|