Skip to content

Commit 9121602

Browse files
committed
.
2 parents 0db6dcc + adc0075 commit 9121602

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CImg.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
// Set version number of the library.
5656
#ifndef cimg_version
57-
#define cimg_version 371
57+
#define cimg_version 372
5858

5959
/*-----------------------------------------------------------
6060
#
@@ -85,7 +85,7 @@
8585

8686
// Detect/configure OS variables.
8787
//
88-
// Define 'cimg_OS' to: '0' for an unknown OS (will try to minize library dependencies).
88+
// Define 'cimg_OS' to: '0' for an unknown OS (will try to minimize library dependencies).
8989
// '1' for a Unix-like OS (Linux, Solaris, BSD, MacOSX, Irix, ...).
9090
// '2' for Microsoft Windows.
9191
// (auto-detection is performed if 'cimg_OS' is not set by the user).
@@ -10573,7 +10573,7 @@ namespace cimg_library {
1057310573
if (!X11_attr.nb_cimg_displays && allow_terminate_events_thread)
1057410574
X11_attr.unlock().terminate_events_thread().lock();
1057510575

10576-
// Destroy associated ressources.
10576+
// Destroy associated resources.
1057710577
if (_is_fullscreen && !_is_closed) _desinit_fullscreen();
1057810578

1057910579
#ifdef cimg_use_xshm
@@ -12254,7 +12254,7 @@ namespace cimg_library {
1225412254
SDL3_attr.cimg_displays[i] = SDL3_attr.cimg_displays[i + 1];
1225512255
--SDL3_attr.nb_cimg_displays;
1225612256

12257-
// Destroy associated ressources.
12257+
// Destroy associated resources.
1225812258
SDL_DestroyRenderer(_renderer);
1225912259
SDL_DestroyWindow(_window);
1226012260
SDL_DestroyTexture(_texture);
@@ -21562,7 +21562,7 @@ namespace cimg_library {
2156221562
ns = s; while (ns<se && (*ns!=',' || level[ns - expr._data]!=clevel1) &&
2156321563
(*ns!=')' || level[ns - expr._data]!=clevel)) ++ns;
2156421564
arg2 = compile(s,ns,depth1,0,block_flags);
21565-
if (is_vector(arg2)) // Vector argument allowed to specify cordinates and color
21565+
if (is_vector(arg2)) // Vector argument allowed to specify coordinates and color
2156621566
CImg<ulongT>::sequence(size(arg2),arg2 + 1,arg2 + (ulongT)size(arg2)).move_to(l_opcode);
2156721567
else
2156821568
CImg<ulongT>::vector(arg2).move_to(l_opcode);
@@ -21953,7 +21953,7 @@ namespace cimg_library {
2195321953
ns = s; while (ns<se && (*ns!=',' || level[ns - expr._data]!=clevel1) &&
2195421954
(*ns!=')' || level[ns - expr._data]!=clevel)) ++ns;
2195521955
arg2 = compile(s,ns,depth1,0,block_flags);
21956-
if (is_vector(arg2)) // Vector argument allowed to specify cordinates and color
21956+
if (is_vector(arg2)) // Vector argument allowed to specify coordinates and color
2195721957
CImg<ulongT>::sequence(size(arg2),arg2 + 1,arg2 + (ulongT)size(arg2)).move_to(l_opcode);
2195821958
else
2195921959
CImg<ulongT>::vector(arg2).move_to(l_opcode);
@@ -32332,7 +32332,7 @@ namespace cimg_library {
3233232332
return false;
3233332333
}
3233432334

32335-
// Return 'true' is a single 'value' or '!value' has been succesfully read ('value' being a double or { w,h,d,s }).
32335+
// Return 'true' is a single 'value' or '!value' has been successfully read ('value' being a double or { w,h,d,s }).
3233632336
bool __eval_get(const char* &ptr, double &value) const {
3233732337
int n = 0;
3233832338
while (*ptr && cimg::is_blank(*ptr)) ++ptr;
@@ -35022,7 +35022,7 @@ namespace cimg_library {
3502235022
}
3502335023

3502435024
// Fill image according to a value sequence, given as a string.
35025-
// Return 'true' if an error occured, 'false' otherwise.
35025+
// Return 'true' if an error occurred, 'false' otherwise.
3502635026
bool _fill_from_values(const char *const values, const bool repeat_values) {
3502735027
CImg<charT> item(256);
3502835028
const char *nvalues = values;

html/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="header">
1717
<a href="index.html"><img alt="Logo" src="img/logo_header.jpg" class="center_image" style="margin-top:1em;"/></a>
1818
<h2 style="padding-bottom: 1em">
19-
Latest stable version: <b><a href="http://cimg.eu/files/CImg_3.7.0.zip">3.7.0</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.7.1</a></b> (2026/02/26)
19+
Latest stable version: <b><a href="http://cimg.eu/files/CImg_3.7.1.zip">3.7.1</a></b> (2026/02/26)
2020
</h2>
2121

2222
<hr/>

html/header_doxygen.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="header">
2727
<a href="../index.html"><img alt="Logo" src="../img/logo_header.jpg" class="center_image" style="margin-top:1em;"/></a>
2828
<h2 style="padding-bottom: 1em">
29-
Latest stable version: <b><a href="http://cimg.eu/files/CImg_3.7.0.zip">3.7.0</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.7.1</a></b> (2026/02/26)
29+
Latest stable version: <b><a href="http://cimg.eu/files/CImg_3.7.1.zip">3.7.1</a></b> (2026/02/26)
3030
</h2>
3131

3232
<hr/>

0 commit comments

Comments
 (0)