John Cupitt
d935ccc752
oops
2013-11-29 14:48:47 +00:00
John Cupitt
fdad999f47
fix dist and build
...
was broken on old glibs
2013-11-29 14:28:55 +00:00
John Cupitt
45c8be3db6
small polish
2013-11-29 09:40:54 +00:00
John Cupitt
e0b9b3cd5c
more polishing
...
and instrument stuff for vipsthumbnail
2013-11-28 14:56:19 +00:00
John Cupitt
a83b44b7a4
fix overlap detection
2013-11-28 10:45:31 +00:00
John Cupitt
260cbde58d
Merge remote-tracking branch 'origin/master' into gate
2013-11-28 09:27:11 +00:00
John Cupitt
730d7d0bd6
sync
2013-11-28 09:22:39 +00:00
John Cupitt
853124757b
small polishes
2013-11-27 17:31:07 +00:00
John Cupitt
0bf5ee12fd
more calcs in output
2013-11-26 17:53:44 +00:00
John Cupitt
eb3ad6d64f
add lots of instrumentation
...
also svg output
2013-11-26 14:57:56 +00:00
John Cupitt
3a195d4d5c
support main thread gates
2013-11-26 13:01:40 +00:00
John Cupitt
b746ab36d6
works!
2013-11-25 14:45:06 +00:00
John Cupitt
ba03c0921d
txt rendering
2013-11-25 11:01:09 +00:00
John Cupitt
3ffebcbe69
now draws something
2013-11-25 10:36:37 +00:00
John Cupitt
d49eed6d20
Merge remote-tracking branch 'origin/master' into gate
2013-11-25 08:55:41 +00:00
John Cupitt
022f2ab1c3
sync
2013-11-24 11:10:42 +00:00
John Cupitt
3b5eea5903
sync
2013-11-22 14:50:40 +00:00
John Cupitt
5b7b3cb591
small fixes for clang static analyzer
...
a few small things clang static analyzer found
2013-11-22 14:34:13 +00:00
John Cupitt
2f602eedd6
clang static analyze notes
2013-11-22 11:27:29 +00:00
John Cupitt
36f2f630d7
add clang notes
2013-11-22 10:12:54 +00:00
John Cupitt
64b5b9e514
add SEQ operation hint to conv
...
conv operations can run sequentially over images
2013-11-22 09:19:35 +00:00
John Cupitt
54dcea8c3d
fix some clang warnings
2013-11-21 17:43:28 +00:00
John Cupitt
fb183e28a0
start adding cairo output
2013-11-21 14:58:44 +00:00
John Cupitt
5fce021c17
fix typo in find_mosaic.c
...
thanks dcb314
https://github.com/jcupitt/libvips/issues/81
2013-11-20 21:38:31 +00:00
John Cupitt
d366320cb1
cleanups, vipsprofile.py now works
2013-11-20 21:35:18 +00:00
John Cupitt
5810ac761e
Merge branch 'master' into gate
2013-11-20 16:32:39 +00:00
John Cupitt
c6d9695431
Merge branch '7.36'
2013-11-20 16:32:09 +00:00
John Cupitt
7a5af8b610
allow larger tile_size in dzsave
...
bump the tile_size limit up, thanks Petter Ranefall
2013-11-20 15:27:47 +00:00
John Cupitt
3e6833e055
Merge remote-tracking branch 'origin/gate' into gate
2013-11-20 15:14:18 +00:00
John Cupitt
4feaec77c3
Merge branch 'master' into gate
2013-11-20 15:12:26 +00:00
John Cupitt
dc24afb28f
Merge remote-tracking branch 'origin/7.36'
...
Conflicts:
ChangeLog
configure.ac
2013-11-20 15:12:14 +00:00
John Cupitt
88b2f4350d
better cache sizing in unbuffered sequential mode
...
Previously we only ever had a single tile of cache in unbuffered mode.
This could break with many threads, if thread requests crossed tile
boundaries.
Now have one tile per thread, plus a bit for slop.
2013-11-20 14:46:46 +00:00
John Cupitt
e57492de54
stuff
2013-11-19 14:59:40 +00:00
John Cupitt
9b9d940148
parse profile output
2013-11-19 10:13:38 +00:00
John Cupitt
693ed09edd
add --vips-profile
...
only added a few gates so far, try a visualiser next
2013-11-18 18:31:49 +00:00
John Cupitt
8b2dc6f53f
Merge remote-tracking branch 'origin/master'
2013-11-16 18:40:24 +00:00
John Cupitt
869101ddf2
merge oops
2013-11-16 18:39:04 +00:00
John Cupitt
8992110a85
Merge remote-tracking branch 'origin/7.36'
...
Conflicts:
ChangeLog
configure.ac
2013-11-16 13:18:45 +00:00
John Cupitt
4065ec925c
add im_init_world() entry point
...
C++ programs need this as a function rather than just a macro, see
VImage.h
thanks Phil for finding this
2013-11-16 12:57:05 +00:00
John Cupitt
9ec36a6cf9
oops compat
2013-11-15 13:39:57 +00:00
John Cupitt
42e5d3dd80
sync notes
2013-11-15 12:42:44 +00:00
John Cupitt
5e0a9f941f
added vips_gaussblur()
2013-11-15 12:37:26 +00:00
John Cupitt
82f680484c
vips_colourspace() could fail
...
for images with alpha channels
2013-11-14 13:55:23 +00:00
John Cupitt
a01e2e3e13
finish vips_sharpen()
...
does any image type, any number of bands
2013-11-14 12:09:42 +00:00
John Cupitt
8db331b4b5
started sharpen.c
2013-11-13 14:54:43 +00:00
John Cupitt
941982786f
doc strings for jpegsave
...
add docs for no_subsample
2013-11-13 13:17:03 +00:00
John Cupitt
c1e7bbab29
add "no-subsample" option to jpeg save
...
turns off chroma subsampling
2013-11-13 12:59:56 +00:00
John Cupitt
0444effb8e
sync
2013-11-13 09:59:56 +00:00
John Cupitt
ad723ade5a
move --strip into save base class
...
was in jpegsave, now in save
need to add support to png writer, maybe vips as well, tiff could not
attach ICC profiles I guess
2013-11-13 09:00:47 +00:00
John Cupitt
3c4cd55d54
todo sync
2013-11-12 22:00:28 +00:00