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);
DownloadYou can find CISImageEx and ISImageDemo in the ImgSource DLL download: here
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 © 2013, Smaller Animals Software, Inc. |
Site Stuff
Smaller Animals NewsImgSource
ThumbNailer 10
|