Mon, 03 Aug 2009 14:09:20 +0100
added P-touch decoder source
1 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
4 <title>The CImg Library - C++ Template Image Processing Toolkit</title>
5 <meta content="David Tschumperle" name="author"></meta>
6 <link rel="shortcut icon" type="image/x-icon" href="http://cimg.sourceforge.net/favicon.ico"></link>
7 <link rel="icon" type="image/png" href="favicon.png"></link>
8 <link href="doxygen.css" rel="stylesheet" type="text/css">
9 <link href="tabs.css" rel="stylesheet" type="text/css">
10 <style type="text/css">
11 <!--
12 body {background-color:white; font-family:sans-serif; }
13 a:active{text-decoration:none; color:#303090}
14 a:link{text-decoration:none; color:#303090}
15 a:visited{text-decoration:none; color:#303090}
16 a:hover{text-decoration:underline; color:#4E9F71}
17 -->
18 </style>
19 <script language="JavaScript" type="text/javascript">
20 <!-- Original: Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows -->
21 <!-- Web Site: http://redrival.com/eak/ -->
22 <!-- This script and many more are available free online at -->
23 <!-- The JavaScript Source!! http://javascript.internet.com -->
24 <!-- Begin
25 function NewWindow(mypage, myname, w, h, scroll) {
26 var winl = (screen.width - w) / 2;
27 var wint = (screen.height - h) / 2;
28 winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
29 win = window.open(mypage, myname, winprops)
30 if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
31 }
32 // End -->
33 </script>
34 </head>
35 <body>
36 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
37 <tbody><tr><td>
38 <hr noshade="noshade" size="1" width="90%"></hr>
39 <center>
40 <br/>
41 <a href="http://cimg.sourceforge.net"><img src="http://cimg.sourceforge.net/img/CImgLogo.jpg" alt="" border="0"></img></a><br/>
42 <br/>
43 </center>
44 <hr noshade="noshade" size="1" width="90%"></hr>
45 <center>
46 <table bgcolor="#EEEEFF" style="width: 90%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="3" cellspacing="0">
47 <tbody><tr><td style="text-align: center; vertical-align: top;">
48 <font color="#FFFFFF" face="Arial,Helvetica" size="-1">
49 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/index.shtml">Main</a> <b>]</b>
50 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/news.shtml">News</a><b>] </b>
51 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/download.shtml">Download</a> <b>]</b>
52 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/screenshots.shtml">Screenshots</a> <b>]</b>
53 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__faq.html">FAQ</a> <b>]</b>
54 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__tutorial.html">Tutorial</a> <b>]</b>
55 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/index.html">Documentation</a> <b>]</b>
56 <b>[</b> <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=334630">Forum</a> <b>]</b>
57 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/chat.shtml">Chat</a> <b>]</b>
58 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/links.shtml">Links</a> <b>]</b>
59 </font>
60 </td></tr></tbody>
61 </table>
62 </center>
63 <hr noshade="noshade" size="1" width="90%"></hr>
64 </td></tr></tbody>
65 </table>
66 <!-- Generated by Doxygen 1.5.7.1 -->
67 <script type="text/javascript">
68 <!--
69 function changeDisplayState (e){
70 var num=this.id.replace(/[^[0-9]/g,'');
71 var button=this.firstChild;
72 var sectionDiv=document.getElementById('dynsection'+num);
73 if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
74 sectionDiv.style.display='block';
75 button.src='open.gif';
76 }else{
77 sectionDiv.style.display='none';
78 button.src='closed.gif';
79 }
80 }
81 function initDynSections(){
82 var divs=document.getElementsByTagName('div');
83 var sectionCounter=1;
84 for(var i=0;i<divs.length-1;i++){
85 if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
86 var header=divs[i];
87 var section=divs[i+1];
88 var button=header.firstChild;
89 if (button!='IMG'){
90 divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
91 button=document.createElement('img');
92 divs[i].insertBefore(button,divs[i].firstChild);
93 }
94 header.style.cursor='pointer';
95 header.onclick=changeDisplayState;
96 header.id='dynheader'+sectionCounter;
97 button.src='closed.gif';
98 section.id='dynsection'+sectionCounter;
99 section.style.display='none';
100 section.style.marginLeft='14px';
101 sectionCounter++;
102 }
103 }
104 }
105 window.onload = initDynSections;
106 -->
107 </script>
108 <div class="navigation" id="top">
109 <div class="tabs">
110 <ul>
111 <li><a href="index.html"><span>Main Page</span></a></li>
112 <li><a href="modules.html"><span>Modules</span></a></li>
113 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
114 <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
115 </ul>
116 </div>
117 <div class="tabs">
118 <ul>
119 <li><a href="annotated.html"><span>Class List</span></a></li>
120 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
121 <li><a href="functions.html"><span>Class Members</span></a></li>
122 </ul>
123 </div>
124 <div class="navpath"><a class="el" href="namespacecimg__library.html">cimg_library</a>::<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>
125 </div>
126 </div>
127 <div class="contents">
128 <h1>CImgList Struct Template Reference</h1><!-- doxytag: class="cimg_library::CImgList" -->Class representing list of images CImg<T>.
129 <a href="#_details">More...</a>
130 <p>
132 <p>
133 <a href="structcimg__library_1_1CImgList-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
134 <tr><td></td></tr>
135 <tr><td colspan="2"><br><h2>Constructors - Destructor - Copy</h2></td></tr>
136 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f55eeaf6d1a4ceed4d68e94c6f0433eb"></a><!-- doxytag: member="cimg_library::CImgList::Y" ref="f55eeaf6d1a4ceed4d68e94c6f0433eb" args="" -->
137 Y V V </td><td class="memItemRight" valign="bottom"><b>Y</b></td></tr>
139 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="44309571bb9081e674141fa2b60db780"></a><!-- doxytag: member="cimg_library::CImgList::Z" ref="44309571bb9081e674141fa2b60db780" args="" -->
140 Y V V Z </td><td class="memItemRight" valign="bottom"><b>Z</b></td></tr>
142 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1c384da3026d8b61107e41d60ed12f77"></a><!-- doxytag: member="cimg_library::CImgList::dy" ref="1c384da3026d8b61107e41d60ed12f77" args="" -->
143 Y V V Z V const unsigned int </td><td class="memItemRight" valign="bottom"><b>dy</b></td></tr>
145 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d3db450e74ce54c43c391dcef6381431"></a><!-- doxytag: member="cimg_library::CImgList::dz" ref="d3db450e74ce54c43c391dcef6381431" args="" -->
146 Y V V Z V const unsigned int <br class="typebreak">
147 const unsigned int </td><td class="memItemRight" valign="bottom"><b>dz</b></td></tr>
149 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="30a624e43eb40c6df0fa1fdacf5c6235"></a><!-- doxytag: member="cimg_library::CImgList::~CImgList" ref="30a624e43eb40c6df0fa1fdacf5c6235" args="()" -->
150 </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#30a624e43eb40c6df0fa1fdacf5c6235">~CImgList</a> ()</td></tr>
152 <tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <br></td></tr>
153 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d9806b5302d100f40e74c2ca0e0616d1"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="d9806b5302d100f40e74c2ca0e0616d1" args="()" -->
154 </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#d9806b5302d100f40e74c2ca0e0616d1">CImgList</a> ()</td></tr>
156 <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr>
157 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="32d594cbd3687a11f87b96be504e54ba"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="32d594cbd3687a11f87b96be504e54ba" args="(const unsigned int n)" -->
158 </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#32d594cbd3687a11f87b96be504e54ba">CImgList</a> (const unsigned int n)</td></tr>
160 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n empty images. <br></td></tr>
161 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="4c45cdb2fcd20003f727a885879db38f"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="4c45cdb2fcd20003f727a885879db38f" args="(const CImgList< t > &list)" -->
162 template<typename t > </td></tr>
163 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#4c45cdb2fcd20003f727a885879db38f">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list)</td></tr>
165 <tr><td class="mdescLeft"> </td><td class="mdescRight">Default copy constructor. <br></td></tr>
166 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="505af5fd1adf73d3429a95bfe6d10f5e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="505af5fd1adf73d3429a95bfe6d10f5e" args="(const CImgList< T > &list)" -->
167 </td><td class="memItemRight" valign="bottom"><b>CImgList</b> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > &list)</td></tr>
169 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="67a22c62beff88afae317fe4ae59aa0e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="67a22c62beff88afae317fe4ae59aa0e" args="(const CImgList< t > &list, const bool shared)" -->
170 template<typename t > </td></tr>
171 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#67a22c62beff88afae317fe4ae59aa0e">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list, const bool shared)</td></tr>
173 <tr><td class="mdescLeft"> </td><td class="mdescRight">Advanced copy constructor. <br></td></tr>
174 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d02c3814cf4a302bbf74568d49bfc08e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="d02c3814cf4a302bbf74568d49bfc08e" args="(const CImgList< T > &list, const bool shared)" -->
175 </td><td class="memItemRight" valign="bottom"><b>CImgList</b> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > &list, const bool shared)</td></tr>
177 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9a7581b4301d0ca9e10e849456e0e137"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="9a7581b4301d0ca9e10e849456e0e137" args="(const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int dim=1)" -->
178 </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9a7581b4301d0ca9e10e849456e0e137">CImgList</a> (const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int dim=1)</td></tr>
180 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n images with specified size. <br></td></tr>
181 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6e5e00752f2628fc717c711282cb0a5e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="6e5e00752f2628fc717c711282cb0a5e" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const T val)" -->
182 </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#6e5e00752f2628fc717c711282cb0a5e">CImgList</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const T val)</td></tr>
184 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n images with specified size, filled with specified value. <br></td></tr>
185 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f9977651c138a1c1855822d58cf57999"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="f9977651c138a1c1855822d58cf57999" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const int val0, const int val1,...)" -->
186 </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#f9977651c138a1c1855822d58cf57999">CImgList</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const int val0, const int val1,...)</td></tr>
188 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n images with specified size and specified pixel values (int version). <br></td></tr>
189 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b5ec97cd1b911d55f893768d5aed8f35"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="b5ec97cd1b911d55f893768d5aed8f35" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const double val0, const double val1,...)" -->
190 </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b5ec97cd1b911d55f893768d5aed8f35">CImgList</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const double val0, const double val1,...)</td></tr>
192 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n images with specified size and specified pixel values (double version). <br></td></tr>
193 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="62bc2b499f00fbe9a647074f807444a7"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="62bc2b499f00fbe9a647074f807444a7" args="(const unsigned int n, const CImg< t > &img)" -->
194 template<typename t > </td></tr>
195 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#62bc2b499f00fbe9a647074f807444a7">CImgList</a> (const unsigned int n, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img)</td></tr>
197 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct a list containing n copies of the image img. <br></td></tr>
198 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="2bfa2b510b4cb878c884b629d3dab95a"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="2bfa2b510b4cb878c884b629d3dab95a" args="(const unsigned int n, const CImg< t > &img, const bool shared)" -->
199 template<typename t > </td></tr>
200 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#2bfa2b510b4cb878c884b629d3dab95a">CImgList</a> (const unsigned int n, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img, const bool shared)</td></tr>
202 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct a list containing n copies of the image img, forcing the shared state. <br></td></tr>
203 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="84201ac60c52160f7643655855b70279"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="84201ac60c52160f7643655855b70279" args="(const CImg< t > &img)" -->
204 template<typename t > </td></tr>
205 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#84201ac60c52160f7643655855b70279">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img)</td></tr>
207 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from one image. <br></td></tr>
208 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="067f5550d22707d51823f969af480fd7"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="067f5550d22707d51823f969af480fd7" args="(const CImg< t > &img, const bool shared)" -->
209 template<typename t > </td></tr>
210 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#067f5550d22707d51823f969af480fd7">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img, const bool shared)</td></tr>
212 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from one image, forcing the shared state. <br></td></tr>
213 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="834ea2e8535dd9c5be582c180659bbfc"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="834ea2e8535dd9c5be582c180659bbfc" args="(const CImg< t1 > &img1, const CImg< t2 > &img2)" -->
214 template<typename t1 , typename t2 > </td></tr>
215 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#834ea2e8535dd9c5be582c180659bbfc">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2)</td></tr>
217 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from two images. <br></td></tr>
218 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="376ce49d45349f5390b8bc129064f907"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="376ce49d45349f5390b8bc129064f907" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const bool shared)" -->
219 template<typename t1 , typename t2 > </td></tr>
220 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#376ce49d45349f5390b8bc129064f907">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const bool shared)</td></tr>
222 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from two images, forcing the shared state. <br></td></tr>
223 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="5e2dc89c70ddb3813a0f17f7ebc9f893"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="5e2dc89c70ddb3813a0f17f7ebc9f893" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3)" -->
224 template<typename t1 , typename t2 , typename t3 > </td></tr>
225 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#5e2dc89c70ddb3813a0f17f7ebc9f893">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3)</td></tr>
227 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from three images. <br></td></tr>
228 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="7af8c6a69ab5fe444ff853016000be72"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="7af8c6a69ab5fe444ff853016000be72" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const bool shared)" -->
229 template<typename t1 , typename t2 , typename t3 > </td></tr>
230 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#7af8c6a69ab5fe444ff853016000be72">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const bool shared)</td></tr>
232 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from three images, forcing the shared state. <br></td></tr>
233 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="ffbbfabcc747538adab4dd63e3476174"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="ffbbfabcc747538adab4dd63e3476174" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4)" -->
234 template<typename t1 , typename t2 , typename t3 , typename t4 > </td></tr>
235 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#ffbbfabcc747538adab4dd63e3476174">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4)</td></tr>
237 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from four images. <br></td></tr>
238 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="d3da597982ecee9370e2b65f64ef37b3"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="d3da597982ecee9370e2b65f64ef37b3" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const bool shared)" -->
239 template<typename t1 , typename t2 , typename t3 , typename t4 > </td></tr>
240 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#d3da597982ecee9370e2b65f64ef37b3">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const bool shared)</td></tr>
242 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from four images, forcing the shared state. <br></td></tr>
243 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="4e4b5d47868d80e15c661fcaa734e644"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="4e4b5d47868d80e15c661fcaa734e644" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5)" -->
244 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 > </td></tr>
245 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#4e4b5d47868d80e15c661fcaa734e644">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5)</td></tr>
247 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from five images. <br></td></tr>
248 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="24e8a5f98d16ebe202faef91c4d9ba6e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="24e8a5f98d16ebe202faef91c4d9ba6e" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const bool shared)" -->
249 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 > </td></tr>
250 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#24e8a5f98d16ebe202faef91c4d9ba6e">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const bool shared)</td></tr>
252 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from five images, forcing the shared state. <br></td></tr>
253 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="aa8df8bc3b26f1f8038681f2c70a7091"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="aa8df8bc3b26f1f8038681f2c70a7091" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6)" -->
254 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 > </td></tr>
255 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#aa8df8bc3b26f1f8038681f2c70a7091">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6)</td></tr>
257 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from six images. <br></td></tr>
258 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="579e28d793ac269f66f2dcddd10ee1c1"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="579e28d793ac269f66f2dcddd10ee1c1" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const bool shared)" -->
259 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 > </td></tr>
260 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#579e28d793ac269f66f2dcddd10ee1c1">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const bool shared)</td></tr>
262 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from six images, forcing the shared state. <br></td></tr>
263 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="52f4d44ebe8933478465e4b8bcc32811"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="52f4d44ebe8933478465e4b8bcc32811" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7)" -->
264 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 > </td></tr>
265 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#52f4d44ebe8933478465e4b8bcc32811">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7)</td></tr>
267 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from seven images. <br></td></tr>
268 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="d86c8fa0ff7fd6d11c5b9333684939d4"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="d86c8fa0ff7fd6d11c5b9333684939d4" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const bool shared)" -->
269 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 > </td></tr>
270 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#d86c8fa0ff7fd6d11c5b9333684939d4">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const bool shared)</td></tr>
272 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from seven images, forcing the shared state. <br></td></tr>
273 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="bfa6ce0d6c8eec51049a40ec86fd24ed"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="bfa6ce0d6c8eec51049a40ec86fd24ed" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const CImg< t8 > &img8)" -->
274 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 , typename t8 > </td></tr>
275 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#bfa6ce0d6c8eec51049a40ec86fd24ed">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t8 > &img8)</td></tr>
277 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from eight images. <br></td></tr>
278 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="3443bf1898bcc43cb77abc1e14dc952b"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="3443bf1898bcc43cb77abc1e14dc952b" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const CImg< t8 > &img8, const bool shared)" -->
279 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 , typename t8 > </td></tr>
280 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#3443bf1898bcc43cb77abc1e14dc952b">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t8 > &img8, const bool shared)</td></tr>
282 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from eight images, forcing the shared state. <br></td></tr>
283 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="31c34ce18e197409013e913dbab5a82e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="31c34ce18e197409013e913dbab5a82e" args="(const char *const filename)" -->
284 </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#31c34ce18e197409013e913dbab5a82e">CImgList</a> (const char *const filename)</td></tr>
286 <tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from a filename. <br></td></tr>
287 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c1fdedd65f2728500da3af7e94c19ae2"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="c1fdedd65f2728500da3af7e94c19ae2" args="()" -->
288 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#c1fdedd65f2728500da3af7e94c19ae2">assign</a> ()</td></tr>
290 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the default constructor and default destructor. <br></td></tr>
291 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b7aec05f7791abe11f1d0f0cdc8bd24e"></a><!-- doxytag: member="cimg_library::CImgList::clear" ref="b7aec05f7791abe11f1d0f0cdc8bd24e" args="()" -->
292 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b7aec05f7791abe11f1d0f0cdc8bd24e">clear</a> ()</td></tr>
294 <tr><td class="mdescLeft"> </td><td class="mdescRight">Equivalent to <a class="el" href="structcimg__library_1_1CImgList.html#c1fdedd65f2728500da3af7e94c19ae2" title="In-place version of the default constructor and default destructor.">assign()</a> (STL-compliant name). <br></td></tr>
295 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6157637aebbb3b6680ae06ca7d2a2281"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="6157637aebbb3b6680ae06ca7d2a2281" args="(const unsigned int n)" -->
296 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#6157637aebbb3b6680ae06ca7d2a2281">assign</a> (const unsigned int n)</td></tr>
298 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
299 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="53f3daf167d5eaa3c3ddda1afd2c36fc"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="53f3daf167d5eaa3c3ddda1afd2c36fc" args="(const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int dim=1)" -->
300 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#53f3daf167d5eaa3c3ddda1afd2c36fc">assign</a> (const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int dim=1)</td></tr>
302 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
303 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="61a5346d40b9cee7cf1cb1181d7b3887"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="61a5346d40b9cee7cf1cb1181d7b3887" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const T val)" -->
304 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#61a5346d40b9cee7cf1cb1181d7b3887">assign</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const T val)</td></tr>
306 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
307 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fe69df2191dc9dbf9b53ecb2961871af"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="fe69df2191dc9dbf9b53ecb2961871af" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const int val0, const int val1,...)" -->
308 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#fe69df2191dc9dbf9b53ecb2961871af">assign</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const int val0, const int val1,...)</td></tr>
310 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
311 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6457a24987e92c04b573c8c1c5fd1328"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="6457a24987e92c04b573c8c1c5fd1328" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const double val0, const double val1,...)" -->
312 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#6457a24987e92c04b573c8c1c5fd1328">assign</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const double val0, const double val1,...)</td></tr>
314 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
315 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="0841eec5704b95c2ff576bded488261b"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="0841eec5704b95c2ff576bded488261b" args="(const CImgList< t > &list)" -->
316 template<typename t > </td></tr>
317 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#0841eec5704b95c2ff576bded488261b">assign</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list)</td></tr>
319 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the copy constructor. <br></td></tr>
320 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="01fc32c65505eb67c472f275f16a2f3e"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="01fc32c65505eb67c472f275f16a2f3e" args="(const CImgList< t > &list, const bool shared)" -->
321 template<typename t > </td></tr>
322 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#01fc32c65505eb67c472f275f16a2f3e">assign</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list, const bool shared)</td></tr>
324 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the copy constructor. <br></td></tr>
325 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="40666c4099c041777ca2ed1b0747f81b"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="40666c4099c041777ca2ed1b0747f81b" args="(const unsigned int n, const CImg< t > &img, const bool shared=false)" -->
326 template<typename t > </td></tr>
327 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#40666c4099c041777ca2ed1b0747f81b">assign</a> (const unsigned int n, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img, const bool shared=false)</td></tr>
329 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
330 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="1e358f65ab400e6a27d80f26afe9aeb6"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="1e358f65ab400e6a27d80f26afe9aeb6" args="(const CImg< t > &img, const bool shared=false)" -->
331 template<typename t > </td></tr>
332 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#1e358f65ab400e6a27d80f26afe9aeb6">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img, const bool shared=false)</td></tr>
334 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
335 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="fe8d25e995a3d934696796718057b584"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="fe8d25e995a3d934696796718057b584" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const bool shared=false)" -->
336 template<typename t1 , typename t2 > </td></tr>
337 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#fe8d25e995a3d934696796718057b584">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const bool shared=false)</td></tr>
339 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
340 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="546cab2b857ae5a3d50224160a222baf"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="546cab2b857ae5a3d50224160a222baf" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const bool shared=false)" -->
341 template<typename t1 , typename t2 , typename t3 > </td></tr>
342 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#546cab2b857ae5a3d50224160a222baf">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const bool shared=false)</td></tr>
344 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
345 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="b5d15e167713cc7cdf8309223faeceb4"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="b5d15e167713cc7cdf8309223faeceb4" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const bool shared=false)" -->
346 template<typename t1 , typename t2 , typename t3 , typename t4 > </td></tr>
347 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b5d15e167713cc7cdf8309223faeceb4">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const bool shared=false)</td></tr>
349 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
350 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="554edc1d750adab1e29df397e1f48a1f"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="554edc1d750adab1e29df397e1f48a1f" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const bool shared=false)" -->
351 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 > </td></tr>
352 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#554edc1d750adab1e29df397e1f48a1f">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const bool shared=false)</td></tr>
354 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
355 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="9b4e4f632b087b23675c64c18c5dc4a9"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="9b4e4f632b087b23675c64c18c5dc4a9" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const bool shared=false)" -->
356 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 > </td></tr>
357 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9b4e4f632b087b23675c64c18c5dc4a9">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const bool shared=false)</td></tr>
359 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
360 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="d221dc2a95d6921ad185721030882d62"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="d221dc2a95d6921ad185721030882d62" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const bool shared=false)" -->
361 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 > </td></tr>
362 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#d221dc2a95d6921ad185721030882d62">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const bool shared=false)</td></tr>
364 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
365 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="c73f5df1ac298719adf44a9ea527e0a3"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="c73f5df1ac298719adf44a9ea527e0a3" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const CImg< t8 > &img8, const bool shared=false)" -->
366 template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 , typename t8 > </td></tr>
367 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#c73f5df1ac298719adf44a9ea527e0a3">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t8 > &img8, const bool shared=false)</td></tr>
369 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
370 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="15514475aae54fae9ea5cbd516579095"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="15514475aae54fae9ea5cbd516579095" args="(const char *const filename)" -->
371 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#15514475aae54fae9ea5cbd516579095">assign</a> (const char *const filename)</td></tr>
373 <tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr>
374 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="ceb0faa44647370b3fe679edad1eec36"></a><!-- doxytag: member="cimg_library::CImgList::transfer_to" ref="ceb0faa44647370b3fe679edad1eec36" args="(CImgList< t > &list)" -->
375 template<typename t > </td></tr>
376 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#ceb0faa44647370b3fe679edad1eec36">transfer_to</a> (<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list)</td></tr>
378 <tr><td class="mdescLeft"> </td><td class="mdescRight">Transfer the content of the instance image list into another one. <br></td></tr>
379 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6a13542e43dcceb631d98aa5ec7657ed"></a><!-- doxytag: member="cimg_library::CImgList::transfer_to" ref="6a13542e43dcceb631d98aa5ec7657ed" args="(CImgList< T > &list)" -->
380 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><b>transfer_to</b> (<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > &list)</td></tr>
382 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6c12806e432683b06fbc8919daa0a3d7"></a><!-- doxytag: member="cimg_library::CImgList::swap" ref="6c12806e432683b06fbc8919daa0a3d7" args="(CImgList< T > &list)" -->
383 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#6c12806e432683b06fbc8919daa0a3d7">swap</a> (<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > &list)</td></tr>
385 <tr><td class="mdescLeft"> </td><td class="mdescRight">Swap all fields of two <a class="el" href="structcimg__library_1_1CImgList.html" title="Class representing list of images CImg<T>.">CImgList</a> instances (use with care !). <br></td></tr>
386 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cef8e33cfd36a5d7d2fad939efcf02e3"></a><!-- doxytag: member="cimg_library::CImgList::is_empty" ref="cef8e33cfd36a5d7d2fad939efcf02e3" args="() const " -->
387 bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#cef8e33cfd36a5d7d2fad939efcf02e3">is_empty</a> () const </td></tr>
389 <tr><td class="mdescLeft"> </td><td class="mdescRight">Return <code>true</code> if list is empty. <br></td></tr>
390 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a385aa18f5e42db5a415c25a90f4193d"></a><!-- doxytag: member="cimg_library::CImgList::operator bool" ref="a385aa18f5e42db5a415c25a90f4193d" args="() const " -->
391 </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#a385aa18f5e42db5a415c25a90f4193d">operator bool</a> () const </td></tr>
393 <tr><td class="mdescLeft"> </td><td class="mdescRight">Return <code>true</code> if list is not empty. <br></td></tr>
394 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bf45495f91f5e6e04bd597f0dd5d1ee4"></a><!-- doxytag: member="cimg_library::CImgList::is_sameN" ref="bf45495f91f5e6e04bd597f0dd5d1ee4" args="(const unsigned int n) const " -->
395 bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#bf45495f91f5e6e04bd597f0dd5d1ee4">is_sameN</a> (const unsigned int n) const </td></tr>
397 <tr><td class="mdescLeft"> </td><td class="mdescRight">Return <code>true</code> if list if of specified size. <br></td></tr>
398 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="9bb4d12695868ddb3da5054fbc8e70f0"></a><!-- doxytag: member="cimg_library::CImgList::is_sameN" ref="9bb4d12695868ddb3da5054fbc8e70f0" args="(const CImgList< t > &list) const " -->
399 template<typename t > </td></tr>
400 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9bb4d12695868ddb3da5054fbc8e70f0">is_sameN</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list) const </td></tr>
402 <tr><td class="mdescLeft"> </td><td class="mdescRight">Return <code>true</code> if list if of specified size. <br></td></tr>
403 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="708f38370a7bb0e6dc86a2ab038749ff"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same" ref="708f38370a7bb0e6dc86a2ab038749ff" args="(XY) _cimglist_def_is_same(XZ) _cimglist_def_is_same(XV) _cimglist_def_is_same(YZ) _cimglist_def_is_same(YV) _cimglist_def_is_same(XYZ) _cimglist_def_is_same(XYV) _cimglist_def_is_same(YZV) _cimglist_def_is_same(XYZV) _cimglist_def_is_same1(X) _cimglist_def_is_same1(Y) _cimglist_def_is_same1(Z) _cimglist_def_is_same1(V) _cimglist_def_is_same2(X" -->
404 </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same</b> (XY) _cimglist_def_is_same(XZ) _cimglist_def_is_same(XV) _cimglist_def_is_same(YZ) _cimglist_def_is_same(YV) _cimglist_def_is_same(XYZ) _cimglist_def_is_same(XYV) _cimglist_def_is_same(YZV) _cimglist_def_is_same(XYZV) _cimglist_def_is_same1(X) _cimglist_def_is_same1(Y) _cimglist_def_is_same1(Z) _cimglist_def_is_same1(V) _cimglist_def_is_same2(X</td></tr>
406 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="22a6fe3cb32778de9ebd518a3cf47a63"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same2" ref="22a6fe3cb32778de9ebd518a3cf47a63" args="(X, Z) _cimglist_def_is_same2(X" -->
407 Y </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same2</b> (X, Z) _cimglist_def_is_same2(X</td></tr>
409 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="495c50e00b32574f525082557120d92a"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same2" ref="495c50e00b32574f525082557120d92a" args="(Y, Z) _cimglist_def_is_same2(Y" -->
410 Y V </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same2</b> (Y, Z) _cimglist_def_is_same2(Y</td></tr>
412 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3f7949d98a57aac895055c4ebfa0c56a"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same2" ref="3f7949d98a57aac895055c4ebfa0c56a" args="(Z, V) _cimglist_def_is_same3(X" -->
413 Y V V </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same2</b> (Z, V) _cimglist_def_is_same3(X</td></tr>
415 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9beb931a7561e217e465d7ac468b04d6"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same3" ref="9beb931a7561e217e465d7ac468b04d6" args="(X, Y, V) _cimglist_def_is_same3(X" -->
416 Y V V Z </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same3</b> (X, Y, V) _cimglist_def_is_same3(X</td></tr>
418 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8b0494ee7ce6f87d40c3fb49e67f80d4"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same3" ref="8b0494ee7ce6f87d40c3fb49e67f80d4" args="(Y, Z, V) bool is_sameXYZV(const unsigned int dx" -->
419 Y V V Z V </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same3</b> (Y, Z, V) bool is_sameXYZV(const unsigned int dx</td></tr>
421 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6a81ba07294e5505df7d8807c7c8f209"></a><!-- doxytag: member="cimg_library::CImgList::load_off" ref="6a81ba07294e5505df7d8807c7c8f209" args="(const char *const filename, CImgList< tf > &primitives, CImgList< tc > &colors, const bool invert_faces=false)" -->
422 tc <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><b>load_off</b> (const char *const filename, <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tf > &primitives, <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tc > &colors, const bool invert_faces=false)</td></tr>
424 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9195765cb9bde15990a29ccd9306532c"></a><!-- doxytag: member="cimg_library::CImgList::load_tiff" ref="9195765cb9bde15990a29ccd9306532c" args="(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)" -->
425 <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9195765cb9bde15990a29ccd9306532c">load_tiff</a> (const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)</td></tr>
427 <tr><td class="mdescLeft"> </td><td class="mdescRight">Load a TIFF file. <br></td></tr>
428 <tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#814fe09c21090e7673d96c6145fc64bf">save</a> (const char *const filename, const int number=-1) const </td></tr>
430 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a file. <a href="#814fe09c21090e7673d96c6145fc64bf"></a><br></td></tr>
431 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="08addbada69513e00079ff437b669138"></a><!-- doxytag: member="cimg_library::CImgList::save_ffmpeg" ref="08addbada69513e00079ff437b669138" args="(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int fps=25) const " -->
432 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#08addbada69513e00079ff437b669138">save_ffmpeg</a> (const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int fps=25) const </td></tr>
434 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image sequence, using FFMPEG library. <br></td></tr>
435 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="50da15eab2ee8f9f5d0e66ba5fcd5b38"></a><!-- doxytag: member="cimg_library::CImgList::_save_yuv" ref="50da15eab2ee8f9f5d0e66ba5fcd5b38" args="(cimg_std::FILE *const file, const char *const filename, const bool rgb2yuv) const " -->
436 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><b>_save_yuv</b> (cimg_std::FILE *const file, const char *const filename, const bool rgb2yuv) const </td></tr>
438 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="09200f3c4abcfa6572ff2686731c87b7"></a><!-- doxytag: member="cimg_library::CImgList::save_yuv" ref="09200f3c4abcfa6572ff2686731c87b7" args="(const char *const filename=0, const bool rgb2yuv=true) const " -->
439 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#09200f3c4abcfa6572ff2686731c87b7">save_yuv</a> (const char *const filename=0, const bool rgb2yuv=true) const </td></tr>
441 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image sequence into a YUV file. <br></td></tr>
442 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c2fb93b79c1398625c5b84405b27b324"></a><!-- doxytag: member="cimg_library::CImgList::save_yuv" ref="c2fb93b79c1398625c5b84405b27b324" args="(cimg_std::FILE *const file, const bool rgb2yuv=true) const " -->
443 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#c2fb93b79c1398625c5b84405b27b324">save_yuv</a> (cimg_std::FILE *const file, const bool rgb2yuv=true) const </td></tr>
445 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image sequence into a YUV file. <br></td></tr>
446 <tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#77f67312de1a49a344111a595893f0f9">_save_cimg</a> (cimg_std::FILE *const file, const char *const filename, const bool compression) const </td></tr>
448 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file. <a href="#77f67312de1a49a344111a595893f0f9"></a><br></td></tr>
449 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9f48d7b0d887db4f92ad558abe5eeb60"></a><!-- doxytag: member="cimg_library::CImgList::save_cimg" ref="9f48d7b0d887db4f92ad558abe5eeb60" args="(cimg_std::FILE *file, const bool compress=false) const " -->
450 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9f48d7b0d887db4f92ad558abe5eeb60">save_cimg</a> (cimg_std::FILE *file, const bool compress=false) const </td></tr>
452 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a <a class="el" href="structcimg__library_1_1CImg.html" title="Class representing an image (up to 4 dimensions wide), each pixel being of type T...">CImg</a> file (RAW binary file + simple header). <br></td></tr>
453 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="40c2aa789c4ef09df224acb0634ac96f"></a><!-- doxytag: member="cimg_library::CImgList::save_cimg" ref="40c2aa789c4ef09df224acb0634ac96f" args="(const char *const filename, const bool compress=false) const " -->
454 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#40c2aa789c4ef09df224acb0634ac96f">save_cimg</a> (const char *const filename, const bool compress=false) const </td></tr>
456 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a <a class="el" href="structcimg__library_1_1CImg.html" title="Class representing an image (up to 4 dimensions wide), each pixel being of type T...">CImg</a> file (RAW binary file + simple header). <br></td></tr>
457 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="84ec8801de0887ef23159db8bdd01119"></a><!-- doxytag: member="cimg_library::CImgList::_save_cimg" ref="84ec8801de0887ef23159db8bdd01119" args="(cimg_std::FILE *const file, const char *const filename, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const " -->
458 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><b>_save_cimg</b> (cimg_std::FILE *const file, const char *const filename, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const </td></tr>
460 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c434001d1040bd6aced992817fe7b99d"></a><!-- doxytag: member="cimg_library::CImgList::save_cimg" ref="c434001d1040bd6aced992817fe7b99d" args="(const char *const filename, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const " -->
461 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#c434001d1040bd6aced992817fe7b99d">save_cimg</a> (const char *const filename, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const </td></tr>
463 <tr><td class="mdescLeft"> </td><td class="mdescRight">Insert the instance image into into an existing .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file, at specified coordinates. <br></td></tr>
464 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="486f958aaadefa57f7f1dadad39cd2be"></a><!-- doxytag: member="cimg_library::CImgList::save_cimg" ref="486f958aaadefa57f7f1dadad39cd2be" args="(cimg_std::FILE *const file, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const " -->
465 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#486f958aaadefa57f7f1dadad39cd2be">save_cimg</a> (cimg_std::FILE *const file, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const </td></tr>
467 <tr><td class="mdescLeft"> </td><td class="mdescRight">Insert the instance image into into an existing .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file, at specified coordinates. <br></td></tr>
468 <tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#e9d11f1d698df3ffe1ef4a9ede594e1e">save_gzip_external</a> (const char *const filename) const </td></tr>
470 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save a file in TIFF format. <a href="#e9d11f1d698df3ffe1ef4a9ede594e1e"></a><br></td></tr>
471 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="b46dd49d74b8143ef7229b75a7ab5b7c"></a><!-- doxytag: member="cimg_library::CImgList::save_off" ref="b46dd49d74b8143ef7229b75a7ab5b7c" args="(const char *const filename, const CImgList< tf > &primitives, const CImgList< tc > &colors, const bool invert_faces=false) const " -->
472 template<typename tf , typename tc > </td></tr>
473 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b46dd49d74b8143ef7229b75a7ab5b7c">save_off</a> (const char *const filename, const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tf > &primitives, const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tc > &colors, const bool invert_faces=false) const </td></tr>
475 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a OFF file. <br></td></tr>
476 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="8bdc602c7752095fa70a41c08b2bcc8a"></a><!-- doxytag: member="cimg_library::CImgList::save_off" ref="8bdc602c7752095fa70a41c08b2bcc8a" args="(cimg_std::FILE *const file, const CImgList< tf > &primitives, const CImgList< tc > &colors, const bool invert_faces=false) const " -->
477 template<typename tf , typename tc > </td></tr>
478 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#8bdc602c7752095fa70a41c08b2bcc8a">save_off</a> (cimg_std::FILE *const file, const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tf > &primitives, const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tc > &colors, const bool invert_faces=false) const </td></tr>
480 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a OFF file. <br></td></tr>
481 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3b4ad0233afe8d38700bb1d0d0dc6ecc"></a><!-- doxytag: member="cimg_library::CImgList::save_ffmpeg_external" ref="3b4ad0233afe8d38700bb1d0d0dc6ecc" args="(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const char *const codec="mpeg2video") const " -->
482 const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#3b4ad0233afe8d38700bb1d0d0dc6ecc">save_ffmpeg_external</a> (const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const char *const codec="mpeg2video") const </td></tr>
484 <tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image sequence using the external tool 'ffmpeg'. <br></td></tr>
485 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b7d3a61366cf906c03af6c8fa13309a7"></a><!-- doxytag: member="cimg_library::CImgList::pixel_type" ref="b7d3a61366cf906c03af6c8fa13309a7" args="()" -->
486 static const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b7d3a61366cf906c03af6c8fa13309a7">pixel_type</a> ()</td></tr>
488 <tr><td class="mdescLeft"> </td><td class="mdescRight">Return a string describing the type of the image pixels in the list (template parameter <code>T</code>). <br></td></tr>
489 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="803102f51526495697373ed4ccd48c75"></a><!-- doxytag: member="cimg_library::CImgList::get_load_off" ref="803102f51526495697373ed4ccd48c75" args="(const char *const filename, CImgList< tf > &primitives, CImgList< tc > &colors, const bool invert_faces=false)" -->
490 template<typename tf , typename tc > </td></tr>
491 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">static <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > </td><td class="memTemplItemRight" valign="bottom"><b>get_load_off</b> (const char *const filename, <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tf > &primitives, <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tc > &colors, const bool invert_faces=false)</td></tr>
493 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f43113248d9f9940a0306a0f3c17a772"></a><!-- doxytag: member="cimg_library::CImgList::get_load_tiff" ref="f43113248d9f9940a0306a0f3c17a772" args="(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)" -->
494 static <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > </td><td class="memItemRight" valign="bottom"><b>get_load_tiff</b> (const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)</td></tr>
496 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a375b28c6a41821fe1e02e8768695daa"></a><!-- doxytag: member="cimg_library::CImgList::_save_empty_cimg" ref="a375b28c6a41821fe1e02e8768695daa" args="(cimg_std::FILE *const file, const char *const filename, const unsigned int nb, const unsigned int dx, const unsigned int dy, const unsigned int dz, const unsigned int dv)" -->
497 static void </td><td class="memItemRight" valign="bottom"><b>_save_empty_cimg</b> (cimg_std::FILE *const file, const char *const filename, const unsigned int nb, const unsigned int dx, const unsigned int dy, const unsigned int dz, const unsigned int dv)</td></tr>
499 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fb44ea999d4ca96e7706a7ad8154724b"></a><!-- doxytag: member="cimg_library::CImgList::save_empty_cimg" ref="fb44ea999d4ca96e7706a7ad8154724b" args="(const char *const filename, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dv=1)" -->
500 static void </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#fb44ea999d4ca96e7706a7ad8154724b">save_empty_cimg</a> (const char *const filename, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dv=1)</td></tr>
502 <tr><td class="mdescLeft"> </td><td class="mdescRight">Create an empty .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file with specified dimensions. <br></td></tr>
503 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b0982e471b4e21fe99cedd085fb8ee23"></a><!-- doxytag: member="cimg_library::CImgList::save_empty_cimg" ref="b0982e471b4e21fe99cedd085fb8ee23" args="(cimg_std::FILE *const file, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dv=1)" -->
504 static void </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b0982e471b4e21fe99cedd085fb8ee23">save_empty_cimg</a> (cimg_std::FILE *const file, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dv=1)</td></tr>
506 <tr><td class="mdescLeft"> </td><td class="mdescRight">Create an empty .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file with specified dimensions. <br></td></tr>
507 <tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
508 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7c1c29e319c572a740b103b024f37034"></a><!-- doxytag: member="cimg_library::CImgList::iterator" ref="7c1c29e319c572a740b103b024f37034" args="" -->
509 typedef <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< T > * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#7c1c29e319c572a740b103b024f37034">iterator</a></td></tr>
511 <tr><td class="mdescLeft"> </td><td class="mdescRight">Define a <a class="el" href="structcimg__library_1_1CImgList.html#7c1c29e319c572a740b103b024f37034" title="Define a CImgList<T>::iterator.">CImgList<T>::iterator</a>. <br></td></tr>
512 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="449d35504b2500efc67af75ba3bf9277"></a><!-- doxytag: member="cimg_library::CImgList::const_iterator" ref="449d35504b2500efc67af75ba3bf9277" args="" -->
513 typedef const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< T > * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#449d35504b2500efc67af75ba3bf9277">const_iterator</a></td></tr>
515 <tr><td class="mdescLeft"> </td><td class="mdescRight">Define a <a class="el" href="structcimg__library_1_1CImgList.html#449d35504b2500efc67af75ba3bf9277" title="Define a CImgList<T>::const_iterator.">CImgList<T>::const_iterator</a>. <br></td></tr>
516 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="265a253612b46abed17c61b0a5e5ce30"></a><!-- doxytag: member="cimg_library::CImgList::value_type" ref="265a253612b46abed17c61b0a5e5ce30" args="" -->
517 typedef T </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#265a253612b46abed17c61b0a5e5ce30">value_type</a></td></tr>
519 <tr><td class="mdescLeft"> </td><td class="mdescRight">Get value type. <br></td></tr>
520 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
521 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ac913b3a1f6ef005d66bf7a84428773e"></a><!-- doxytag: member="cimg_library::CImgList::size" ref="ac913b3a1f6ef005d66bf7a84428773e" args="" -->
522 unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#ac913b3a1f6ef005d66bf7a84428773e">size</a></td></tr>
524 <tr><td class="mdescLeft"> </td><td class="mdescRight">Size of the list (number of elements inside). <br></td></tr>
525 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ed8b8acab64fd4c342e533c72f467438"></a><!-- doxytag: member="cimg_library::CImgList::allocsize" ref="ed8b8acab64fd4c342e533c72f467438" args="" -->
526 unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#ed8b8acab64fd4c342e533c72f467438">allocsize</a></td></tr>
528 <tr><td class="mdescLeft"> </td><td class="mdescRight">Allocation size of the list. <br></td></tr>
529 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b2148b1950a98016bd8d1407062d798"></a><!-- doxytag: member="cimg_library::CImgList::data" ref="7b2148b1950a98016bd8d1407062d798" args="" -->
530 <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< T > * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#7b2148b1950a98016bd8d1407062d798">data</a></td></tr>
532 <tr><td class="mdescLeft"> </td><td class="mdescRight">Pointer to the first list element. <br></td></tr>
533 </table>
534 <hr><a name="_details"></a><h2>Detailed Description</h2>
535 <h3>template<typename T><br>
536 struct cimg_library::CImgList< T ></h3>
538 Class representing list of images CImg<T>. <hr><h2>Member Function Documentation</h2>
539 <a class="anchor" name="814fe09c21090e7673d96c6145fc64bf"></a><!-- doxytag: member="cimg_library::CImgList::save" ref="814fe09c21090e7673d96c6145fc64bf" args="(const char *const filename, const int number=-1) const " -->
540 <div class="memitem">
541 <div class="memproto">
542 <table class="memname">
543 <tr>
544 <td class="memname">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a><T>& save </td>
545 <td>(</td>
546 <td class="paramtype">const char *const </td>
547 <td class="paramname"> <em>filename</em>, </td>
548 </tr>
549 <tr>
550 <td class="paramkey"></td>
551 <td></td>
552 <td class="paramtype">const int </td>
553 <td class="paramname"> <em>number</em> = <code>-1</code></td><td> </td>
554 </tr>
555 <tr>
556 <td></td>
557 <td>)</td>
558 <td></td><td></td><td> const<code> [inline]</code></td>
559 </tr>
560 </table>
561 </div>
562 <div class="memdoc">
564 <p>
565 Save an image list into a file.
566 <p>
567 Depending on the extension of the given filename, a file format is chosen for the output file.
568 </div>
569 </div><p>
570 <a class="anchor" name="77f67312de1a49a344111a595893f0f9"></a><!-- doxytag: member="cimg_library::CImgList::_save_cimg" ref="77f67312de1a49a344111a595893f0f9" args="(cimg_std::FILE *const file, const char *const filename, const bool compression) const " -->
571 <div class="memitem">
572 <div class="memproto">
573 <table class="memname">
574 <tr>
575 <td class="memname">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a><T>& _save_cimg </td>
576 <td>(</td>
577 <td class="paramtype">cimg_std::FILE *const </td>
578 <td class="paramname"> <em>file</em>, </td>
579 </tr>
580 <tr>
581 <td class="paramkey"></td>
582 <td></td>
583 <td class="paramtype">const char *const </td>
584 <td class="paramname"> <em>filename</em>, </td>
585 </tr>
586 <tr>
587 <td class="paramkey"></td>
588 <td></td>
589 <td class="paramtype">const bool </td>
590 <td class="paramname"> <em>compression</em></td><td> </td>
591 </tr>
592 <tr>
593 <td></td>
594 <td>)</td>
595 <td></td><td></td><td> const<code> [inline]</code></td>
596 </tr>
597 </table>
598 </div>
599 <div class="memdoc">
601 <p>
602 Save an image list into a .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file.
603 <p>
604 A <a class="el" href="structcimg__library_1_1CImg.html" title="Class representing an image (up to 4 dimensions wide), each pixel being of type T...">CImg</a> RAW file is a simple uncompressed binary file that may be used to save list of CImg<T> images. <dl compact><dt><b>Parameters:</b></dt><dd>
605 <table border="0" cellspacing="2" cellpadding="0">
606 <tr><td valign="top"></td><td valign="top"><em>filename</em> </td><td>: name of the output file. </td></tr>
607 </table>
608 </dl>
609 <dl class="return" compact><dt><b>Returns:</b></dt><dd>A reference to the current <a class="el" href="structcimg__library_1_1CImgList.html" title="Class representing list of images CImg<T>.">CImgList</a> instance is returned. </dd></dl>
611 </div>
612 </div><p>
613 <a class="anchor" name="e9d11f1d698df3ffe1ef4a9ede594e1e"></a><!-- doxytag: member="cimg_library::CImgList::save_gzip_external" ref="e9d11f1d698df3ffe1ef4a9ede594e1e" args="(const char *const filename) const " -->
614 <div class="memitem">
615 <div class="memproto">
616 <table class="memname">
617 <tr>
618 <td class="memname">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a><T>& save_gzip_external </td>
619 <td>(</td>
620 <td class="paramtype">const char *const </td>
621 <td class="paramname"> <em>filename</em> </td>
622 <td> ) </td>
623 <td> const<code> [inline]</code></td>
624 </tr>
625 </table>
626 </div>
627 <div class="memdoc">
629 <p>
630 Save a file in TIFF format.
631 <p>
632 Save an image list as a gzipped file, using external tool 'gzip'.
633 </div>
634 </div><p>
635 </div>
636 <hr noshade="noshade" size="1" width="100%">
637 <a href="http://sourceforge.net">
638 <img src="http://sourceforge.net/sflogo.php?group_id=96492&type=3" border="0" height="37" width="125"></img>
639 </a>
640 <!-- Start of StatCounter Code -->
641 <script type="text/javascript" language="javascript">
642 <!--
643 var sc_project=895001;
644 var sc_invisible=1;
645 var sc_partition=7;
646 var sc_security="5ea85181";
647 //-->
648 </script>
649 <script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c8.statcounter.com/counter.php?sc_project=895001&java=0&security=5ea85181&invisible=1" alt="counter stats" border="0"></a> </noscript>
650 <!-- End of StatCounter Code -->
651 </body>
652 </html>