Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.image
Commits
e76bd52a
Commit
e76bd52a
authored
Apr 26, 2016
by
Amir Mohammadi
Browse files
use TRUE instead of true (#8)
Fixes
https://github.com/bioidiap/bob.io.image/issues/7
parent
c3e75519
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/io/image/jpeg.cpp
View file @
e76bd52a
...
...
@@ -271,7 +271,7 @@ static void im_save (const std::string& filename, const bob::io::base::array::in
jpeg_set_quality
(
&
cinfo
,
s_jpeg_quality
,
TRUE
);
// 4.
jpeg_start_compress
(
&
cinfo
,
true
);
jpeg_start_compress
(
&
cinfo
,
TRUE
);
// Writes content
if
(
info
.
dtype
==
bob
::
io
::
base
::
array
::
t_uint8
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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