Commit Graph

24 Commits

Author SHA1 Message Date
3af04b7982 image: add cend/cbegin 2015-09-21 12:35:44 +10:00
b084cb2e4c image: index operator should return references
this allows the caller to use the return value's address
2015-09-15 21:08:00 +10:00
c2bdd29944 image: make offset constexpr, and move inline 2015-07-24 01:36:11 +10:00
d5f1506afd image: add pixel offset query 2015-07-23 21:18:15 +10:00
0899c16557 image: stride returns a vector 2015-07-23 21:17:57 +10:00
c885e753d2 image: add stride and size queries 2015-06-15 17:48:19 +10:00
8b2b86b945 image: add cast convience method
a simple wrapper for naming consistency amongst other templated classes
2015-06-11 19:28:18 +10:00
9db4dd5b08 image: remove unneeded area query 2015-06-09 15:37:35 +10:00
da496d8162 image: add extent query 2015-06-09 15:34:17 +10:00
42a97816be image: remove unnecessary fill method 2015-06-04 20:04:37 +10:00
8da9151df2 image: sectioning 2015-06-04 14:38:12 +10:00
7e00b7d096 image: add area and is_packed methods 2015-06-04 14:38:12 +10:00
3a39b282a5 whitespace 2015-06-03 23:28:45 +10:00
c82f3aad2e netpbm: extract ppm/pgm into distinct unit 2015-06-03 23:24:26 +10:00
fc279753eb image: add indexing operator for ints and points 2015-06-03 23:17:37 +10:00
221e658ad4 comments 2015-06-02 22:59:48 +10:00
3ff420978e image: add constructor from extent 2015-05-26 16:25:21 +10:00
76405ce9c0 image/buffer: use begin/end/data methods 2015-05-18 14:09:34 +10:00
2658b41ea1 relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
9619b5fee9 image: add value_type typedef 2015-02-06 13:52:44 +11:00
1290cde443 image: add more varied downsample, pgm reader 2015-02-05 20:37:07 +11:00
b542062cc4 image: add basic buffer class 2015-02-04 15:59:06 +11:00
4bc536ebdf image: update copyright dates 2014-06-29 22:50:59 +10:00
54f6811058 Add simple PGM and PPM image writers 2012-05-16 15:03:49 +10:00