Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Feb 5, 2024
1 parent a9273f0 commit 402fa20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CImg.h
Original file line number Diff line number Diff line change
Expand Up @@ -23842,6 +23842,7 @@ namespace cimg_library {
c2 = variable_name[1];
if (c1=='w' && c2=='h') rp = 0; // wh
else if (c1=='p' && c2=='i') rp = 3; // pi
else if (c1=='u' && c2=='i') rp = 33; // ui
else if (c1=='i') {
if (c2>='0' && c2<='9') rp = 21 + c2 - '0'; // i0...i9
else if (c2=='m') rp = 4; // im
Expand Down

0 comments on commit 402fa20

Please sign in to comment.