John Cupitt
8e667fbb3e
still not quite there
...
works, but is no faster, how odd
john@kiwi:~/pics$ time vips magickload nipguide.pdf[40] x.tif
real 0m0.244s
user 0m0.212s
sys 0m0.040s
$ time vips magickload nipguide.pdf x.tif --page 40
real 0m7.035s
user 0m6.900s
sys 0m0.152s
both give same result
2016-02-15 08:53:23 +00:00
John Cupitt
f131aaa082
fix up magickload test again
2016-02-13 14:27:41 +00:00
John Cupitt
789e154cd7
phew, done
2016-02-13 14:04:29 +00:00
John Cupitt
fdf0c349ae
almost there
...
seeing transparency tags when we shouldn't, strange
2016-02-13 11:51:50 +00:00
John Cupitt
c2be771342
fix load from buffer, update APIs
2016-02-12 20:04:46 +00:00
John Cupitt
0dbd64a122
fix gifload memleak
2016-02-12 17:53:15 +00:00
John Cupitt
b10f332404
very close now
...
just a leak to nail down and some small stuff
2016-02-12 17:30:56 +00:00
John Cupitt
9262d672b7
almost done
...
a valgrind failure still
2016-02-12 10:53:04 +00:00
John Cupitt
1e6af6656f
Merge branch 'master' into add-giflib
2016-02-12 07:42:22 +00:00
John Cupitt
e69da1952d
fix a typo
...
thank you mayoung
see https://github.com/jcupitt/libvips/issues/382
2016-02-11 18:56:55 +00:00
John Cupitt
bd985731eb
unpremultiply svgload / pdfload
...
cairo uses premultipled ARGB, we need to undo this for transparency to
work correctly
2016-02-11 09:06:09 +00:00
John Cupitt
d79407f285
almost there
...
not unpacking correctly though
2016-02-11 08:35:29 +00:00
John Cupitt
9f2da7d0ee
small fixes
...
use 255 for PDF background
2016-02-10 15:19:00 +00:00
John Cupitt
0081f5e4ef
another test file
...
cmyk pdf test file, though it's not actually used yet
2016-02-10 14:40:52 +00:00
John Cupitt
a037346093
better cache sizing for pdfload and svgload
2016-02-10 09:20:28 +00:00
John Cupitt
77b8eaf653
fix svgload priority
2016-02-09 17:12:44 +00:00
John Cupitt
85b21f2201
Merge remote-tracking branch 'origin/master' into add-librsvg
2016-02-09 16:53:56 +00:00
John Cupitt
84abdbbd81
Merge branch 'master' of github.com:jcupitt/libvips
2016-02-09 16:38:28 +00:00
John Cupitt
e68cc33eed
move some generated doc stuff out of git
2016-02-09 16:36:30 +00:00
John Cupitt
a739ba9ca2
Merge pull request #380 from felixbuenemann/improve-bootstrap-sh
...
bootstrap.sh: Better doc pruning / support acdir dirlists
2016-02-09 16:34:06 +00:00
John Cupitt
fc7691b04a
oops overflow
...
thanks lovell
2016-02-09 15:55:22 +00:00
John Cupitt
4a63e961ea
much faster is_a_svg
2016-02-09 14:42:27 +00:00
John Cupitt
3e9c0b4068
oop typo
2016-02-09 14:08:09 +00:00
John Cupitt
56e45545d3
fix load from buffer
2016-02-09 11:58:43 +00:00
John Cupitt
153886d2eb
add svgload
...
load from bubffer is not working though, strange ... it seems to be
generating a 16-biit image?
2016-02-09 11:01:12 +00:00
John Cupitt
625e0fbd9e
vipsthumbnail knows about pdfload
...
woo, fast!
2016-02-09 09:26:54 +00:00
Felix Bünemann
cadca29fd1
Better doc pruning / support acdir dirlist
...
* Clean doc dir with find instead of moving files to keep to temp dir
* Limited support for automake ACDIR dirlists (no wildcard handling)
2016-02-09 05:25:29 +01:00
John Cupitt
8ffbe98a29
note svg and gif loader needs
2016-02-08 21:47:12 +00:00
John Cupitt
5ca90dc2be
final polish
2016-02-08 21:40:44 +00:00
John Cupitt
676d35ed74
add pdfload tests
2016-02-08 20:39:39 +00:00
John Cupitt
9f566fa4a9
update cplusplus binding
2016-02-08 20:26:22 +00:00
John Cupitt
991cc4f88b
rename as pdfload
2016-02-08 20:25:03 +00:00
John Cupitt
bff4157773
add load pdf from buffer
2016-02-08 17:48:18 +00:00
John Cupitt
b7030d004a
add file type sniffing
2016-02-08 17:04:31 +00:00
John Cupitt
5db2c64d90
add @scale option
...
and set xres/yres
2016-02-08 16:57:37 +00:00
John Cupitt
adfd25a5ed
byteswap popplerload
...
and better path absoluteization
2016-02-08 16:37:47 +00:00
John Cupitt
be574be539
popplerload hacking
...
metadata, relative filenames
2016-02-08 14:41:57 +00:00
John Cupitt
69c2fe00f7
add C API and docs for popplerload
2016-02-08 10:05:37 +00:00
John Cupitt
a7192ce8c6
update notes
2016-02-08 10:00:18 +00:00
John Cupitt
a41a1d5c33
popplerload seems to work
...
though it's not been tested much
2016-02-08 09:30:33 +00:00
John Cupitt
8da4e706dd
start adding poppler support
2016-02-07 23:33:43 +00:00
John Cupitt
41b41effde
Merge branch 'add-reduce'
2016-02-07 17:46:46 +00:00
John Cupitt
8cffd136e9
finish reduce
...
and fix up bicubic a bit, it works better on int32 images now
2016-02-07 17:41:39 +00:00
John Cupitt
39e6963033
start tests
2016-01-29 17:55:54 +00:00
John Cupitt
67f3ecfd8d
wire up to resize / similarity
...
still need tests
2016-01-29 15:23:00 +00:00
John Cupitt
fbe010b80a
in-line reduceh as well
2016-01-29 15:01:54 +00:00
John Cupitt
dd7b30bd00
in-line reducev
...
bit quicker
2016-01-29 13:16:00 +00:00
John Cupitt
3bb24f2567
some tinkering
...
still not very quick
2016-01-28 09:33:32 +00:00
John Cupitt
4b2349323c
all working
...
though not as quick as hoped :(
2016-01-27 21:59:07 +00:00
John Cupitt
991349c9a7
add cubicv, reducev
...
untested
2016-01-27 15:01:54 +00:00