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
96d0b804
Commit
96d0b804
authored
Apr 27, 2016
by
Tiago de Freitas Pereira
Browse files
Fixed issue
#9
parent
e76bd52a
Changes
3
Hide whitespace changes
Inline
Side-by-side
bob/io/image/pnmio.c
→
bob/io/image/pnmio.c
pp
View file @
96d0b804
File moved
bob/io/image/pnmio.h
View file @
96d0b804
...
...
@@ -48,6 +48,8 @@
/* PNM/PFM API. */
extern
"C"
{
int
get_pnm_type
(
FILE
*
f
);
int
read_pbm_header
(
FILE
*
f
,
int
*
img_xdim
,
int
*
img_ydim
,
int
*
is_ascii
);
int
read_pgm_header
(
FILE
*
f
,
int
*
img_xdim
,
int
*
img_ydim
,
int
*
img_colors
,
...
...
@@ -66,5 +68,6 @@ int write_pgm_file(FILE *f, int *img_out,
int
write_ppm_file
(
FILE
*
f
,
int
*
img_out
,
int
x_size
,
int
y_size
,
int
x_scale_val
,
int
y_scale_val
,
int
img_colors
,
int
is_ascii
,
unsigned
int
bytes_per_sample
);
}
#endif
/* PNMIO_H */
setup.py
View file @
96d0b804
...
...
@@ -397,7 +397,7 @@ setup(
"bob/io/image/png.cpp"
,
"bob/io/image/jpeg.cpp"
,
"bob/io/image/bmp.cpp"
,
"bob/io/image/pnmio.c"
,
"bob/io/image/pnmio.c
pp
"
,
"bob/io/image/netpbm.cpp"
,
"bob/io/image/main.cpp"
,
],
...
...
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