Image Processing Software
Basic Imaging Routines
|
Basic Imaging Routines - 1 Licence $ 29.95 Cdn
|
Basic Imaging Routines - 4 Licences $ 76.95 Cdn
|
|
Basic Imaging Routines - 2 Licences $ 49.95 Cdn
|
Basic Imaging Routines - 5 Licences $ 86.95 Cdn
|
|
Basic Imaging Routines - 3 Licences $ 64.95 Cdn
|
|
This toolkit contains 26 basic imaging routines or programs which can be used from the command
line individually, as part of a batch file, or called from another program. Individual images or directories
of images can be processed using these programs. Monochrome (1-Bit, Black and White), Grayscale (8-bit),
and Colour (24-bit) Bitmap (Microsoft BMP) format images are used by these routines. Currently, palette
and compressed images are not supported.
Your purchase of a license entitles you to all future updates to this
software. We are committed to providing our customers with high quality
software with lots of functionality.
Download these routines below by downloading and then running install.exe. All 26 programs are included
and are fully functional so you can try before you buy but all images created using these programs will
include the word "SAMPLE" until the software toolkit is purchased and activated.
Right-Click and then save on this link to download (2.4 Megabyte file):
INSTALL.EXE
(Version 1.2.1)
More documentation is available for each of the 26 Programs (500 Kbyte file):
Documentation
Brief program descriptions for all 26 routines are given below:
| Alt180 |
This routine alternates between rotating images 180 degrees and copying the image a
"as is" to the destination directory. |
| BlackImg |
This routine creates an Image that is entirely Black in color. |
| ChgBits |
This routine changes image(s) from one of Black and White, Grayscale, or Colour to a
different number of bits per pixel. When moving from a lower number of bits/pixel to a higher number of
pixels the image will appear identical but the file will be larger in
size. When changing the number of bits/pixel
to a lower value color information is lost and the image filesize will be
reduced as well. |
| ChgColor |
This routine modifies colour images based on red, green, and blue parameter strings. Black and White
and Grayscale images are copied to Destination file/directory unchanged. |
| ChgGray |
This routine modifies Gray images with Black and White and Colour images being copied to Destination
file/directory unchanged. |
| ColorImg |
This routine can be used to create an image with a consistent color. |
| CropImg |
To trim off unwanted amounts from the outside edges of image(s). |
| DelEdge |
To white out unwanted amounts of pixels from the outside edges of image(s). The original dimensions
of the image(s) are not changed. |
| GrayImg |
This routine can be used to create an image with a consistent gray color. |
| ImgAND |
This routine will AND two images together. |
| ImgInfo |
This routine lists information about the Source image file (or files in the Source Directory). |
| ImgOR |
This routine will OR two images together. |
| ImgXOR |
This routine will XOR two images together. |
| MakeDir |
This routine creates multiple folder numbered for easy organizing of image files. |
| Mirror |
This routine takes a Source Image or images from the Source Directory and flips each image
either horizontally or vertically. |
| Negative |
This routine creates the negative of Source image(s). In B/W images, black pixels are made white
and white pixels are made black. In gray images the pixel color is 255 minus the current pixel
color. Similarly, for colour images each of the Red, Green, and Blue components of the color pixel
become 255 minus the original color component value. |
| PadImg |
This routine adds white pixels to the margins of image(s). |
| Resize |
This routine scales the image(s) to a desired size (dimensions). The original DPI
(dots per inch) is preserved. |
| Rotate |
This routine rotates image(s) about the center of the image. |
| SetDPI |
This routines sets the X and Y DPI values to set values for one or more images. The dimensions
of the images are not changed. |
| ShiftImg |
This routine shifts the image(s) to the left (if Shift X value is negative), to the
right (if Shift X value is positive), upwards (if Shift Y is negative) or downwards
(if Shift Y is positive). |
| SkewImgX |
This routine skews one or more images towards the right or left. |
| SkewImgY |
This routine skews one or more images towards the top or bottom. |
| SubImg |
This routine takes a subimage of the Source image based on the coordinates provided. The
origin of the coordinate system (0,0) is located in the upper left corner of the image with
the lower right corner coordinate being (width-1, height-1). |
| TransImg |
This routine will create a "Transposed" image where the coordinates of each pixel in
the image is transposed (x,y)->(y,x). The width of the Destination image is the height
of the Source image and similarly the height of the Destination image is the width of the
Source image. |
| WhiteImg |
This routine creates a white image of specified dimensions and attributes. |