Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #3619
Ticket #3619
: main.cpp
File main.cpp,
133 bytes
(added by
Robert Fendt <rmfendt@…>
,
13 years ago
)
Test case
Line
1
#include
<boost/gil/gil_all.hpp>
2
3
using
namespace
boost
::
gil
;
4
5
int
main
()
6
{
7
rgb8_planar_image_t
gil_planar_img
;
8
9
return
0
;
10
}
Download in other formats:
Original Format