CISImageExCISImageEx is C++ class that you can use along with ImgSource; it wraps much of the ImgSource functionality in an easy-to-use C++ class. Features
Sample usage
// load an image.
CISImageEx image;
image.LoadImage("C:\\input.bmp");
// reduce the image by half
CSize csSize = image.Size();
csSize.cx/=2;
csSize.cy/=2;
image.Resize(csSize);
// save it as a JPG
image.SaveImage("C:\\output.jpg", eFmtJPG);
Download
Tech Support
Other PlatformsThis was written for MS Visual C++. It should be fairly easy to convert to other C++ environments. SuggestionsIf you have ideas about functionality that you'd like but don't see here, let us know. Many of the features included are the result of people asking if we could figure out how to do it.
Copyright © 2008, Smaller Animals Software, Inc. |
Site Stuff
Smaller Animals NewsThumbNailer 9.0
ImgSource 4.0
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!
|