Commit graph

25 commits

Author SHA1 Message Date
Thomas Meson
404cbf902f vips: add a vips__gaussblur method
handle both < 7.41 and higher.
Prior 7.41, vips_gaussblur took only a int param, the radius.
The radius was then divided by 2.0 (min_ampl) in vips_gaussblur.
After, you can now parameter the min_ampl and radius became sigma (and
passed from an integer to a double).
2015-09-14 17:48:57 +02:00
Tomas Aparicio
851e65e71e refactor(colourspace) 2015-07-11 20:16:39 +01:00
Tomas Aparicio
0bff28381f fix(#46): transform to proper image size 2015-07-11 19:45:10 +01:00
Tomas Aparicio
ed4faadba6 refactor(#47): minor refactors, code normalization and test coverage 2015-07-11 16:50:25 +01:00
Yoan Blanc
8a2b991ce8 Add support for colourspace (fix #45) 2015-07-11 09:18:30 +02:00
Tomas Aparicio
5d322714ec feat: allow to remove ICC profile metadata 2015-06-13 22:11:54 +01:00
Tomas Aparicio
5d3a306adc fix(#43) 2015-06-13 17:39:25 +01:00
Tomas Aparicio
7be9d7bad5 fix(#42): change interlace type. fix C bindings 2015-06-12 10:28:37 +01:00
Brant Fitzsimmons
0019d370e9 Added progressive jpeg functionality. 2015-06-10 18:55:58 -04:00
Tomas Aparicio
67221723ca fix(#33): bad auto rotatino 2015-04-25 18:42:35 +02:00
Tomas Aparicio
210c7b4bdc refactor: remove colorspace feature 2015-04-11 03:01:22 +02:00
Tomas Aparicio
cc2290cb45 feat(#27, #25): new features 2015-04-11 02:49:11 +02:00
Tomas Aparicio
58b2be80a5 feat(#26): support zoom. several refactors and fixes 2015-04-09 02:08:07 +02:00
Tomas Aparicio
e603ddd10a feat(#25, #21) 2015-04-09 01:44:54 +02:00
Tomas Aparicio
5a6ed699e8 fix(rotate): max angle to 270 2015-04-08 01:34:24 +02:00
Tomas Aparicio
414fe40c91 feat(#20): support flop operation (interface broken, sorry im still beta) 2015-04-08 00:44:44 +02:00
Tomas Aparicio
4330593138 fix(image): tests 2015-04-07 23:53:48 +02:00
Tomas Aparicio
abd6679f58 feat(#19): maximum image size 2015-04-07 23:28:38 +02:00
Tomas Aparicio
3904953399 refactor(resize): extract 2015-04-06 23:43:30 +02:00
Tomas Aparicio
40dd19fa6a refactor(resize) 2015-04-06 17:06:44 +02:00
Tomas Aparicio
03f08422d8 fix(crop): tests 2015-04-06 02:59:29 +02:00
Tomas Aparicio
ef10d7d7ec feat: support multiple outputs 2015-04-05 23:39:15 +02:00
Tomas Aparicio
d471c49348 feat(#6, #10, #11) 2015-04-05 22:01:48 +02:00
Tomas Aparicio
61997bc68b feat(#3, #5): support image operations 2015-03-30 02:41:16 +02:00
Tomas Aparicio
63f4b01c8d feat(#1): initial implementation 2015-03-29 22:55:04 +02:00