Sophisticated Image
Processing, Creation,
Management and Caching |
|
Download
SoftArtisans ImgWriter Data Sheet
(Adobe Acrobat Reader required)
Features and Benefits
- Create thumbnails from existing images.
- Height-to-width ratio is maintained automatically.
- Three resize algorithms are supported to optimize
speed and image quality.
- Add watermarks to your images.
- Generate charts in ASP pages.
- Write dynamic captions on your images.
- Adjust image size for faster Web downloads.
- Turn photo negatives into color positives.
- Read individual pages of a multi-page tiff file.
- Make any color in a GIF image transparent.
- Merge two images.
- Create labels.
- Increase you Web site's performance by caching frequently
served images.
- Manage images from database blobs.
|
|
"After testing many different image manipulation
DLLs, it was amazing to see the differences. ImgWriter
was rock solid, generating 10,000 test images in
1 minute 25 seconds with little overhead and no
leaks. The other components either bogged down
the server or leaked memory through the DLLHost.exe
process. ImgWriter clearly stood way ahead of the
pack. I'll be buying it today!"
Scott Brunner
Lead Developer and Managing Director
Quantum iD
|
|
SoftArtisans ImgWriter contains two server-side COM components:
- SAImageGen offers image manipulation functionality,
such as image resizing, image cropping, and writing text
on an image. SAImgGen lets you create thumbnails from larger
images or add watermarks to existing images. It exposes low-level
methods for precise image manipulation. The component can
also be used to construct new images, such as charts, labels,
or banners. SAImageGen supports the nine most common image
formats, including jpeg, bmp, emf, png, and tiff. It can
read and save images to and from a file on disk, and in-memory
byte array, or a database blob. It can also write an image
to the browser. SAImageGen's more advanced functionality
includes writing text on images, cropping images, merging
two images, and creating images with gradient background.
Some image formats vary in size depending on image quality.
The component allows you to modify both quality and size
for such formats. Transparency and dithering can also be
controlled.
- SAImageCollection offers an in-memory-cached collection
of images for high-speed access. It is intended to run at
application scope, so it is thread safe (it supports the "Both" threading
model) and supports concurrent read access to images in the
collection. The component allows images to be shared across
a web application, conserving precious server resources,
and accessed very quickly, improving your users' experience.
Images can be added to the cache from a file on disk or from
an ADO Recordset.
|