Commit Graph

3343 Commits

Author SHA1 Message Date
John Cupitt
f1a3b866f7 oops tabs 2014-11-03 12:03:33 +00:00
John Cupitt
bbf49be063 cleanup and bump to 7.42 2014-11-03 12:01:53 +00:00
John Cupitt
63469b1c9d merge new C++ API 2014-11-03 09:07:28 +00:00
John Cupitt
a9cfb4d943 oops 2014-11-02 09:28:48 +00:00
John Cupitt
be144455b8 add some C++ docs 2014-11-02 09:26:12 +00:00
John Cupitt
ca6eb088f3 add () overload for read pixel 2014-10-31 20:24:40 +00:00
John Cupitt
8a6c3606e8 start python and cpp docs 2014-10-31 20:09:24 +00:00
John Cupitt
5694bf6f4c add all new() and write() methods
VImage::new_from_buffer() etc.
2014-10-31 19:15:29 +00:00
John Cupitt
2a992375fe add more type conversions
so we automatically do int and double -> doublevec and intvec
2014-10-31 18:11:26 +00:00
John Cupitt
35bcd4eaa0 reformat 2014-10-30 22:11:43 +00:00
John Cupitt
d6a6d7ae71 set of overloads for new cpp API
all the usual ones .. compiles, but untested
2014-10-30 21:53:24 +00:00
John Cupitt
4173ddfa9c add make constant image 2014-10-29 12:39:25 +00:00
John Cupitt
d012cef3b4 add some simple extras
.bandjoin(), .bandsplit(), .sin() etc etc
2014-10-29 09:47:02 +00:00
John Cupitt
cabb4488be full cpp wrapper compiles 2014-10-28 10:12:06 +00:00
John Cupitt
63d4370043 split to a separate branch 2014-10-27 18:17:49 +00:00
John Cupitt
070a437f61 cleanups ready for proto gen 2014-10-27 14:17:33 +00:00
John Cupitt
b5cd4ac144 oops 2014-10-27 13:49:09 +00:00
John Cupitt
c56e23e3c2 Merge remote-tracking branch 'origin/7.40'
Conflicts:
	ChangeLog
	configure.ac
2014-10-27 13:47:17 +00:00
John Cupitt
965936307b better bigtiff detection
update Changelog and bump version
2014-10-27 13:45:45 +00:00
John Cupitt
4f588ce908 package up new vips8 C++ API 2014-10-27 13:41:44 +00:00
John Cupitt
266e120676 new C++ interface works!
phew
2014-10-27 12:57:28 +00:00
John Cupitt
675bc71294 Merge pull request #187 from lovell/tiff-tightener-7.40
Verify first 4 bytes of TIFF file
2014-10-27 12:55:11 +00:00
John Cupitt
620bff2d78 allow symbolic names for flags
you can now use numbers or names for GFlags values, eg.:

$ vips copy 50020484-00001.png x.png[filter=avg]
$ vips copy 50020484-00001.png x.png[filter=64]

was numbers only before
2014-10-27 11:40:43 +00:00
John Cupitt
1589e84360 Merge pull request #190 from lovell/png-set-filter
Expose ability to control libpng's row filter
2014-10-27 10:39:52 +00:00
John Cupitt
b1609e8006 cplusplus sort-of working
refs need fixing up
2014-10-27 08:44:10 +00:00
Lovell Fuller
45d90b68f1 Expose ability to control libpng's row filter
Disabling adaptive filters can improve image size
2014-10-26 21:55:14 +00:00
John Cupitt
66445c359d more cpp tinkering 2014-10-24 14:57:01 +01:00
John Cupitt
ceb143a22a another stab at a C++ API design 2014-10-24 10:32:50 +01:00
John Cupitt
73cb17e925 more experimentation 2014-10-22 14:58:53 +01:00
John Cupitt
952241a426 more cplusplus hackery 2014-10-21 14:55:38 +01:00
John Cupitt
904803510d box/unbox hooks in C API
should help us pass C++ objects as args
2014-10-21 09:27:34 +01:00
John Cupitt
f2898a8e3b more C++ hacking 2014-10-20 14:54:03 +01:00
John Cupitt
022150ceea start vips8++ 2014-10-20 11:50:34 +01:00
John Cupitt
e21cbb9d4f tiny 2014-10-20 11:03:33 +01:00
John Cupitt
c3e1ca227c oops! 2014-10-19 16:37:41 +01:00
John Cupitt
afdf22ac37 small fixups to autorot 2014-10-19 11:20:33 +01:00
John Cupitt
ad86f45cd9 add autorot as an operator as well 2014-10-19 10:35:10 +01:00
John Cupitt
e6a2994c8d small fixes 2014-10-18 15:42:56 +01:00
John Cupitt
8a84d85335 sync 2014-10-17 14:08:35 +01:00
John Cupitt
0a51536162 seems to work 2014-10-17 13:17:44 +01:00
John Cupitt
14d7ce1e91 first try, not very good 2014-10-16 19:16:45 +01:00
John Cupitt
2acd185ee2 cleanups 2014-10-16 11:22:03 +01:00
John Cupitt
a8f4ed7871 fix up ifthenelse and set_value 2014-10-16 10:58:54 +01:00
John Cupitt
fc4c8b9cd7 constants as images working 2014-10-16 10:43:29 +01:00
John Cupitt
10b9374cb9 start adding auto image constants 2014-10-15 14:56:44 +01:00
John Cupitt
b2de6d983c add build rules for new py binding 2014-10-14 14:56:49 +01:00
John Cupitt
e1ed7f28d5 more Vips.py cleanups 2014-10-14 14:28:59 +01:00
John Cupitt
9e272ce78a use @classmethod decorators 2014-10-14 12:39:45 +01:00
John Cupitt
e50c7f4a93 oops 2014-10-14 10:48:27 +01:00
John Cupitt
6fb967ac3b more py tweaks
fast startup, reorganised python/
2014-10-14 10:17:33 +01:00