JonDeen
517ea286aa
Rid of macros
2015-06-20 00:05:46 +02:00
JonDeen
92c046e571
Rid of macros
2015-06-20 00:03:07 +02:00
JonDeen
c66b4f338e
correct an err
2015-06-19 23:16:36 +02:00
JonDeen
4c3fc35e00
abs->fabs
2015-06-19 23:07:25 +02:00
JonDeen
2967a3c4d4
mistypohell
2015-06-16 09:28:40 +02:00
JonDeen
75f42aee7e
second go
2015-06-12 01:43:16 +02:00
JonDeen
b24c7ee546
Initial HSV
2015-06-12 01:40:00 +02:00
JonDeen
ff70185dda
weird fits
2015-06-10 11:29:37 +02:00
JonDeen
30364c26ef
tiny change
2015-06-10 00:16:28 +02:00
JonDeen
d334e2d1c4
rounds
2015-06-09 19:38:33 +02:00
JonDeen
af502d3f3f
tuning
2015-06-09 19:35:58 +02:00
JonDeen
46d29b467d
typo
2015-06-09 19:27:14 +02:00
JonDeen
3d522eb235
go hue
2015-06-09 19:25:30 +02:00
JonDeen
2d4c56607c
overflow
2015-06-09 18:07:14 +02:00
JonDeen
b69fc96ba9
still desperately trying
2015-06-09 18:01:29 +02:00
JonDeen
566c429516
test
2015-06-09 17:44:59 +02:00
JonDeen
74a7d316dc
casting second
2015-06-09 17:44:05 +02:00
JonDeen
3591623a12
casting hell
2015-06-09 17:43:08 +02:00
JonDeen
77b779dacb
test cast
2015-06-09 17:41:14 +02:00
JonDeen
57709255e1
lacking norms
2015-06-09 17:39:35 +02:00
JonDeen
38edf1cb82
too much normalizing
2015-06-09 17:32:33 +02:00
JonDeen
15bac3531d
optimizing
2015-06-09 17:24:54 +02:00
JonDeen
6e004961ef
interpret include
2015-06-09 16:50:23 +02:00
JonDeen
bfbc873d7d
tweaks
2015-06-09 13:33:18 +02:00
JonDeen
f52d166ca5
casting
2015-06-09 13:30:36 +02:00
JonDeen
1f5171c1fc
division hell
2015-06-09 13:28:23 +02:00
JonDeen
302392f801
missing ;
2015-06-09 13:24:14 +02:00
JonDeen
758b5ba4eb
typo
2015-06-09 13:23:48 +02:00
JonDeen
8b4830b0bc
optimized test
2015-06-09 13:22:30 +02:00
JonDeen
dd5722e1e9
cFix
2015-06-09 12:33:26 +02:00
JonDeen
a47f3c0321
Init sRGB2HSV
2015-06-09 12:23:30 +02:00
Jonas Daniel
de80d7758d
Merge pull request #1 from jcupitt/add-hsv
...
boilerplate for hsv colourspace
2015-06-09 11:57:03 +02:00
John Cupitt
a42232a9a1
boilerplate for hsv colourspace
2015-06-09 10:18:30 +01:00
John Cupitt
33788f7336
allow dzsave zip output > 4gb
...
thanks benjamin
2015-06-08 09:35:25 +01:00
John Cupitt
255c3dc7a8
better error msg
2015-06-08 09:00:04 +01:00
John Cupitt
e83a3bbfd1
add a test for byteswap()
2015-06-07 16:24:52 +01:00
John Cupitt
e9720afb18
add vips_bandfold()/vips_bandunfold()
...
was part of vips_copy(), but it was very ugly there
2015-06-05 14:52:05 +01:00
John Cupitt
dbd852211e
move bytw swapping out to vips_byteswap()
...
it was an option to vips_copy(), ugly!
2015-06-05 13:56:26 +01:00
John Cupitt
e84b97038f
add mono image -> many band column
...
or row ... handy for loading LUT images from CSV files
2015-06-04 16:02:41 +01:00
John Cupitt
5cb2239d7d
try to support DOS ppm/csv files on linux
...
swap \r\n for \n in vips__fgetc()
2015-06-04 12:58:30 +01:00
John Cupitt
ed57a3d53f
Merge branch 'master' of github.com:jcupitt/libvips
2015-06-04 09:38:24 +01:00
John Cupitt
a511221984
notes
2015-06-04 09:38:08 +01:00
John Cupitt
a3c881ae78
support "with Vips.Image" in Python
...
though it doesn't actually do anything, it looks nice
2015-06-03 15:08:02 +01:00
John Cupitt
c35e2e5427
add RefString getter
...
to python now unpacks VipsRefString on get_value()
2015-06-02 13:32:48 +01:00
John Cupitt
baf78fc04a
oops, fix base64 encode/decode padding
...
we were adding up to two bytes of null to the end of base64-encoded
binary data due to a signed/unsigned mixup
add a test for this, plus a test for vips file format
2015-05-31 18:17:26 +01:00
John Cupitt
5d8440a265
more doc fixes
2015-05-31 18:11:08 +01:00
John Cupitt
8c5ef3812e
oops, fabs()/abs() mixup
2015-05-31 18:10:34 +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
98e80903e0
metadata was not being saved to vips files
...
broken by the rewind changes a few weeks ago
added a test too
2015-05-28 16:19:32 +01:00
John Cupitt
36331739ab
add bandand() bandor() bandeor() to py
...
convenience funcs
2015-05-26 10:32:15 +01:00