Click here to Skip to main content
15,893,564 members
Articles / Desktop Programming / MFC

ImageStone - A Powerful C++ Class Library for Image Manipulation

Rate me:
Please Sign up or sign in to vote.
4.81/5 (250 votes)
6 Dec 2011Zlib3 min read 120.2K   51.5K   405  
An article on a library for image manipulation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ImageStone: FCImageHandle Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div>
<h1>FCImageHandle Class Reference</h1>It's a middleman.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="_image_handle_base_8h-source.html">ImageHandleBase.h</a>&gt;</code>
<p>
<p>Inheritance diagram for FCImageHandle:
<p><center><img src="class_f_c_image_handle.png" usemap="#FCImageHandle_map" border="0" alt=""></center>
<map name="FCImageHandle_map">
<area href="class_f_c_image_handle_base.html" alt="FCImageHandleBase" shape="rect" coords="393,0,645,24">
<area href="class_p_c_l___interface___composite.html" alt="PCL_Interface_Composite< FCObjImage >" shape="rect" coords="655,0,907,24">
<area href="class_f_c_image_handle___bmp.html" alt="FCImageHandle_Bmp" shape="rect" coords="0,112,252,136">
<area href="class_f_c_image_handle___free_image.html" alt="FCImageHandle_FreeImage" shape="rect" coords="262,112,514,136">
<area href="class_f_c_image_handle___gdiplus.html" alt="FCImageHandle_Gdiplus" shape="rect" coords="524,112,776,136">
<area href="class_f_c_image_handle___i_picture.html" alt="FCImageHandle_IPicture" shape="rect" coords="786,112,1038,136">
<area href="class_f_c_image_handle___tga.html" alt="FCImageHandle_Tga" shape="rect" coords="1048,112,1300,136">
</map>
<a href="class_f_c_image_handle-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual std::deque&lt; <a class="el" href="class_f_c_obj_image.html">FCObjImage</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_image_handle.html#a0">GetLoadImage</a> (bool bWantBeOwnner)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get loaded image list (such as .gif).  <a href="#a0"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
It's a middleman. 
<p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a0" doxytag="FCImageHandle::GetLoadImage"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">virtual std::deque&lt;<a class="el" href="class_f_c_obj_image.html">FCObjImage</a>*&gt; FCImageHandle::GetLoadImage           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>bWantBeOwnner</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline, virtual]</code></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Get loaded image list (such as .gif). 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>bWantBeOwnner</em>&nbsp;</td><td>: true - the handle will throw the ownership of these image, you must delete youself. </td></tr>
  </table>
</dl>

<p>
Implements <a class="el" href="class_f_c_image_handle_base.html#a3">FCImageHandleBase</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="_image_handle_base_8h-source.html">ImageHandleBase.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Wed Mar 8 11:12:47 2006 for ImageStone by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.1 </small></address>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The zlib/libpng License


Written By
Team Leader PhoXo
China China
graduate from University of Science and Technology of China at 2002.

Now I work at www.phoxo.com.

Comments and Discussions