Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
739c68ad
Commit
739c68ad
authored
May 28, 2011
by
Davis King
Browse files
Removed debugging cout statement.
parent
959ac1fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dlib/image_loader/png_loader.cpp
dlib/image_loader/png_loader.cpp
+0
-1
No files found.
dlib/image_loader/png_loader.cpp
View file @
739c68ad
...
...
@@ -161,7 +161,6 @@ namespace dlib
bit_depth_
=
png_get_bit_depth
(
ld_
->
png_ptr_
,
ld_
->
info_ptr_
);
color_type_
=
png_get_color_type
(
ld_
->
png_ptr_
,
ld_
->
info_ptr_
);
std
::
cout
<<
"bit_depth_: "
<<
bit_depth_
<<
std
::
endl
;
if
(
color_type_
!=
PNG_COLOR_TYPE_GRAY
&&
color_type_
!=
PNG_COLOR_TYPE_RGB
&&
...
...
Write
Preview
Markdown
is supported
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