Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
IceT
IceT
Commits
19caca87
Commit
19caca87
authored
May 12, 2011
by
Kenneth Moreland
Browse files
Direct and split strategies correct images.
parent
d3870aaf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Changes.txt
View file @
19caca87
...
...
@@ -111,3 +111,5 @@ not done automatically.
Added internal state variables ICET_NEED_BACKGROUND_CORRECTION,
ICET_TRUE_BACKGROUND_COLOR, and ICET_TRUE_BACKGROUND_COLOR_WORD.
icetImageCorrectBackground function.
src/strategies/direct.c
View file @
19caca87
...
...
@@ -84,5 +84,9 @@ IceTImage icetDirectCompose(void)
icetClearImage
(
image
);
}
if
(
display_tile
>=
0
)
{
icetImageCorrectBackground
(
image
);
}
return
image
;
}
src/strategies/split.c
View file @
19caca87
...
...
@@ -60,6 +60,8 @@ static void icetCollectImage(IceTImage imageFragment,
color_format
=
icetImageGetColorFormat
(
imageFragment
);
depth_format
=
icetImageGetDepthFormat
(
imageFragment
);
icetImageCorrectBackground
(
imageFragment
);
icetTimingCollectBegin
();
if
(
color_format
!=
ICET_IMAGE_COLOR_NONE
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment