John Cupitt
|
f5b6f2d0f7
|
update docs for scRGB
|
2015-06-22 07:21:36 +01:00 |
John Cupitt
|
5d8440a265
|
more doc fixes
|
2015-05-31 18:11:08 +01:00 |
John Cupitt
|
2f4c0da6eb
|
expand the py docs a bit
see https://github.com/jcupitt/libvips/issues/302
|
2015-05-29 16:48:36 +01:00 |
John Cupitt
|
ac800fd034
|
note on vipsthumbnail
|
2015-05-08 14:51:55 +01:00 |
John Cupitt
|
dbdcf91171
|
remove some stray decls
see https://github.com/jcupitt/libvips/issues/288
version bump as well
|
2015-05-04 19:41:08 +01:00 |
John Cupitt
|
4e96db4216
|
try to get C++ examples highlighted
looks like gtk-doc only supports C highlighting looking at the sources
... still, get the language= tags to match what source-highlight expects
|
2015-04-27 17:40:33 +01:00 |
John Cupitt
|
51c85b7450
|
more gtk-doc fixes
|
2015-04-27 13:16:31 +01:00 |
John Cupitt
|
f5a77dd80d
|
start some notes on threading
|
2015-04-27 10:57:27 +01:00 |
John Cupitt
|
7ded77cd4d
|
add a note on cli chaining
|
2015-04-21 16:41:03 +01:00 |
John Cupitt
|
011b77b61b
|
update build system files
|
2015-04-17 11:33:05 +01:00 |
John Cupitt
|
01bcb87583
|
cleanups
|
2015-04-09 10:04:58 +01:00 |
John Cupitt
|
5268f0280c
|
raw open allows larger offsets
offsets were sanity-checked at 100,000, remove this limit
|
2015-03-31 14:37:48 +01:00 |
John Cupitt
|
339f268200
|
add some API for args, fix a docs messup
|
2015-03-02 22:02:33 +00:00 |
John Cupitt
|
5ccb5ad70d
|
add () overload to python
for vips_getpoint()
|
2015-03-01 12:15:48 +00:00 |
John Cupitt
|
ded01df512
|
c++: add [], change ()
() used to return element zero, just return a vector
add [] overload
|
2015-03-01 10:43:02 +00:00 |
John Cupitt
|
5d912fdbbb
|
add [] overload to python
index and slice image bands
|
2015-02-28 16:53:06 +00:00 |
John Cupitt
|
5f3f7588cd
|
tiny doc fix
|
2015-02-26 16:31:34 +00:00 |
John Cupitt
|
cdeec4a912
|
small tweaks
|
2015-02-26 13:15:53 +00:00 |
John Cupitt
|
cce569cdb7
|
more docs work
|
2015-02-23 12:32:56 +00:00 |
John Cupitt
|
98b9214b4c
|
add a note
|
2015-02-22 09:37:56 +00:00 |
John Cupitt
|
9ec78d362a
|
doc polishing
|
2015-02-18 16:02:19 +00:00 |
Maurus Cuelenaere
|
dba1b1d81b
|
Add ImageMagick buffer support
This commits adds buffer support for the ImageMagick backend, using the Blob
API.
|
2015-02-15 21:45:17 +01:00 |
John Cupitt
|
8f7c2c7110
|
sort out alpha going to and from 16-bit
rewritten sRGB <-> scRGB so that 16-bit alpha is scaled to float 8
|
2015-02-12 17:50:38 +00:00 |
John Cupitt
|
244ab301f7
|
start final push for vips 8
|
2015-02-11 17:01:02 +00:00 |
John Cupitt
|
ddb43172f3
|
use new pyvips8 array constant syntax
also add median filter convenience function
|
2015-01-29 16:41:11 +00:00 |
John Cupitt
|
b2f23c853e
|
fix pydocs snafu
|
2015-01-28 21:32:32 +00:00 |
John Cupitt
|
2e61b6ed67
|
more tests
create is now done, phew
|
2015-01-28 13:02:38 +00:00 |
John Cupitt
|
c0c57f3f4a
|
fix up C docs intro
|
2015-01-28 11:37:16 +00:00 |
John Cupitt
|
ecf10f85a1
|
rewrite vips-cli docs
clearer and better formatting
|
2015-01-28 09:50:15 +00:00 |
Lovell Fuller
|
0b34a3403d
|
Docs: update pkg-config to use vips8 C++ API
|
2015-01-05 19:43:55 +00:00 |
John Cupitt
|
ad6f42c869
|
remove dead proto
vips_draw_line_mask() was never implemented .. use
vips__draw_line_direct() instead.
|
2015-01-02 21:34:34 +00:00 |
John Cupitt
|
46d8b93bc3
|
add file format docs
add some docs on the vips file format
|
2015-01-02 16:35:29 +00:00 |
John Cupitt
|
29fa54444e
|
add a function list to docs
lists all C functions and their vips operators
|
2015-01-02 12:39:20 +00:00 |
John Cupitt
|
6c35ae5540
|
display default and range in usage
eg. we now see:
$ vips gamma
gamma an image
usage:
gamma in out
where:
in - Input image, input VipsImage
out - Output image, output VipsImage
optional arguments:
exponent - Gamma factor, input gdouble
default: 2.4
min: 1e-06, max: 1000
operation flags: sequential-unbuffered
|
2014-12-30 13:16:22 +00:00 |
John Cupitt
|
32625146db
|
cpp can set enums from strings
eg.
set("extend", "copy")->
|
2014-12-30 11:27:04 +00:00 |
John Cupitt
|
cd00d07711
|
another go at fixing gtk-doc.make
discovery! it's copied to the DOCDIR
|
2014-12-19 09:47:28 +00:00 |
John Cupitt
|
ba6f8044af
|
final doc fixups
and update cplusplus binding
|
2014-12-18 17:20:59 +00:00 |
John Cupitt
|
7f34722f9f
|
update gtk-doc Makefile.am
"make check" now works in docs
|
2014-12-12 15:51:07 +00:00 |
John Cupitt
|
c120edde0d
|
get make dist going
|
2014-11-18 14:52:52 +00:00 |
John Cupitt
|
dda412c85f
|
add command-line option parsing to python
|
2014-11-18 11:29:32 +00:00 |
John Cupitt
|
759682ef8a
|
updates notes on binding vips
|
2014-11-17 14:23:25 +00:00 |
John Cupitt
|
240f0f1fd2
|
more doc work
|
2014-11-17 12:25:46 +00:00 |
John Cupitt
|
394149e9e8
|
fix all docs warnings
|
2014-11-17 10:32:40 +00:00 |
John Cupitt
|
703514b85d
|
fix gtkdoc expansions in intro
|
2014-11-16 18:01:19 +00:00 |
John Cupitt
|
008d6d7a78
|
more doc polishing
|
2014-11-16 12:57:27 +00:00 |
John Cupitt
|
e3afa878e6
|
better support for drawing operations
much more mem efficient for repeated draws
doc updates too
|
2014-11-16 11:07:42 +00:00 |
John Cupitt
|
742ff4c108
|
more pydoc hacking
|
2014-11-14 10:07:04 +00:00 |
John Cupitt
|
b45e6b4ec8
|
more doc fixups
|
2014-11-13 22:01:42 +00:00 |
John Cupitt
|
be4ffa6d8a
|
more pyvips8 docs
and cleanups of various small doc markup errors
|
2014-11-07 14:49:18 +00:00 |
John Cupitt
|
02e8c600db
|
more small docs work
and don't cache gaussnoise
|
2014-11-07 09:25:40 +00:00 |