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)
|
|
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:
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 © 2010, Smaller Animals Software, Inc.
|
Smaller Animals News
ThumbNailer 10
New Product
- Introducing SuperDuper! This little program searches your computer for duplicate files. Great for
keeping your MP3 or JPG collections free of duplicates. It's free, too!
ImgSource 4.0
|