SASuite

SASuite - Image processing for Win32 Batch files


C:\SASuite> Description
SASuite is a collection of DOS-32 (Win95/98/NT/2000/XP command prompt) apps that provide basic image processing capability in situations where fast, unattended processing is required.

SASuite supports JPG, BMP, WBMP, PCX, PNG, TGA, WMF/EMF and TIFF for input and output. GIF is not supported.

We also provide Unicode-enabled versions of all SASuite apps. The Unicode versions will only work on Windows versions that support Unicode: NT, 2000 and XP.

C:\SASuite> Capabilities
Resize, Crop, Auto-Crop, Overlay, Matte, Text, Sharpen, Blur, Brightness/contrast adjustments, Rotate, Flip, Get Dimensions, multi-page TIFF creation. SASuite offers switches for Progressive JPG output, JPG quality setting, TIFF compression mode, PNG gamma, output DPI, metafile options and much much more.

C:\SASuite> Discussion boards
The SASuite Discussion boards are open if you have any questions or comments.

C:\SASuite> Version 8 change
  • SAText is all-new: new features, new interface.
  • SASuite now includes SABright, a brightness/contrast/histogram adjustment application.
  • SASize can now resize image to inches and centimeters, based on DPI values
  • SASuite now uses ImgSource 3.0 (_ISource30.DLL)


App Use

SABlur Image blur.
c:\ SABlur.exe -i inFile.jpg -o outFile.jpg -b 50

SASharp Image sharpen.
c:\ SASharp.exe -i inFile.pcx -o outFile.jpg -s 20

SAFlip Horizontal or vertical flip.
c:\ SAFlip.exe -i inFile.jpg -o outFile.jpg

SABright Brightness, contrast and histogram adjustments.
c:\ SABright.exe -i inFile.jpg -o outFile.jpg -m 0 -cnt 25

SASize Resize an image.
c:\ SASize.exe -i inFile.jpg -o outFile.jpg -s 150 150

SAOvrlay Overlay one image onto another, with transparency and flexible positioning
c:\ SAOvrlay.exe -b bottom.jpg -t top.png -o outFile.jpg -p -2 -2

SAText Draw text onto an image, with flexible positioning
c:\ SAText.exe -i inFile.jpg -o outFile.bmp -t "SASuite Text" -fn "Arial Black" -fs 18 -fc ffffff -p -2 -1

SARotate Rotate an image an arbirtary angle.
c:\ SARotate.exe -i inFile.jpg -o outFile.jpg -deg 20 -bg f6f6f6 -rs

SARot90 Quickly rotate an image a multiple of 90 degrees.
c:\ SARot90.exe -i inFile.jpg -o outFile.bmp

SACrop Crop an image.
c:\ SACrop.exe -i inFile.jpg -o outFile.jpg -c 40 40 80 80

SADims Get image dimensions.
c:\ SADims.exe -i outFile.jpg
40 40

SAMatte Place an image on a solid background.
c:\ SAMatte.exe -i inFile.jpg -o outFile.jpg -ms 110 140 -p -2 -2 -bg 000066

Also... SAAtoCrp: Automagically crops the edges of an image

SATifAdd: Appends an image to a TIFF file - to create multi-page TIFFs


Don't see what you're looking for?
Need an effect that isn't shown here?
Send us an email, at: , and maybe we can help.

Batch File Example :
C:\SASuite> type Thumb.bat
rem *******************************************************
rem
rem Convert images in current directory to thumbnails
rem Usage :
rem
rem Thumb output_folder input_file_extension out_width out_height
rem
rem *******************************************************
rem
rem Example :
rem
rem Thumb d:\pix\ JPG 50 50
rem
rem This resizes all JPG files in the current folder to
rem 50x50 (best fit) and saves them as JPG into the d:\pix folder.
rem Uses JPG quality of '75'.
rem
rem *******************************************************

rem Create the output folder, if we need to

IF EXISTS %1 goto OKDIR
mkdir %1
:OKDIR

rem Loop over all files with the speicified extension
for %%h in (*.%2) do sasize -i "%%h" -o %1\%%h -s %3 %4 -f 0 -jq 75

rem *******************************************************



C:\SASuite> Download
C:\SASuite> Trial Version
A trial version of SASuite is available for download. In SASuite Version 7, all output files will be watermarked.

C:\SASuite> Download Trial Version (ANSI)
C:\SASuite> Download Trial Version (Unicode-enabled)



C:\SASuite> Registration
C:\SASuite> Registration Cost
The full SASuite package is available for $30 U.S.

C:\SASuite> On-line Registration (and FAX, Phone and Purchase Order):
You can register here:

Register this software NOW at www.RegSoft.com


RegSoft usually fills orders in less than an hour. If you do not receive your registration information, please contact RegSoft. Smaller Animals Software, Inc. does not process the credit cards.

C:\SASuite> Other Registration
See the Smaller Animals Software, Inc.'s Registration Page

C:\SASuite>_


Copyright © 2008, Smaller Animals Software, Inc.

Spam emails

A spammer is using our email domain for the return address on his spams. There is nothing we can do to stop this, unfortunately.

But, we want to assure you that Smaller Animals Software would never send emails with links to pornography, with virus attachments, or in any language but English. We do not send unsolicited mass email.

The spam is not from us.

Smaller Animals News

ThumbNailer 9.0

  • The latest version of ThumbNailer is out!

    ImgSource 4.0

  • ImgSource 4.0 now has x64 support!

    New Product!!!!

    Introducing ClickPic! This little program lets you quickly resize, rotate and convert images, all from within Windows Explorer. Just right-click on an image file!