Tomas Aparicio
174de89a40
refactor( #55 ): minor changes, use proper declarations, unref image
2015-09-29 08:45:02 +01:00
Clement DAL PALU
e83c80c93c
- Adding a Background option when flattening out a transparent PNG
2015-09-28 17:33:38 -07:00
Thomas Meson
5667ecda25
vips__gaussblur: renamed to vips_gaussblur_bridge
2015-09-15 12:23:05 +02:00
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
1c2f37648c
refactor(vips): use shortcut to VipsImage C type
2015-09-07 20:33:21 +02:00
Tomas Aparicio
c1e0c73d50
feat( #49 )
2015-07-28 21:29:47 +01: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
9db6f2a0ea
fix( #46 ): infer resize operation
2015-07-09 23:30:08 +01:00
Tomas Aparicio
5d322714ec
feat: allow to remove ICC profile metadata
2015-06-13 22:11:54 +01:00
Tomas Aparicio
941b15cd9a
feat: save a RGB colorspace
2015-06-13 20:16:28 +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
Tomás Aparicio
6ca9bed996
refactor(vips): switch option
2015-06-03 13:37:32 +01:00
Tomás Aparicio
6702817185
refactor(vips): remove debug statement, add comments
2015-06-03 13:30:49 +01:00
Tomas Aparicio
a29fa25dfc
refactor(vips)
2015-05-05 20:28:39 +02:00
Tomas Aparicio
67221723ca
fix( #33 ): bad auto rotatino
2015-04-25 18:42:35 +02:00
Tomas Aparicio
c2a502a611
fix( #31 )
2015-04-16 02:24:44 +02:00
Tomas Aparicio
eb933a8c38
refactor(vips): remove obvious code
2015-04-15 16:21:17 +02:00
Tomas Aparicio
e111d875e7
fix( #30 ): one concurrent thread by default
2015-04-15 02:25:57 +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
68ca7ee1f6
fix(vips): clean reference for interpolator
2015-04-08 12:43:46 +02:00
Tomas Aparicio
489817eda6
refactor(vips): rename C bridge function
2015-04-08 01:05:28 +02:00
Tomas Aparicio
39931145de
feat(test): vips
2015-04-08 00:58:26 +02:00
Tomas Aparicio
abd6679f58
feat( #19 ): maximum image size
2015-04-07 23:28:38 +02:00
Tomas Aparicio
16576f49c9
feat( #18 , #17 )
2015-04-07 23:02:31 +02:00
Tomas Aparicio
34dda8c57c
fix(vips): memory inconsistency
2015-04-07 11:25:54 +02:00
Tomas Aparicio
6cb3717518
fix: possible leaks
2015-04-07 10:16:36 +02:00
Tomas Aparicio
40dd19fa6a
refactor(resize)
2015-04-06 17:06:44 +02:00
Tomas Aparicio
206a1efc66
refactor: bindings
2015-04-06 13:25:01 +02:00
Tomas Aparicio
6904c9a061
refactor(vips)
2015-04-06 04:06:11 +02:00
Tomas Aparicio
b20ddbb8f3
feat: support resize and enlarge images
2015-04-06 02:04:10 +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
885b315035
refactor
2015-04-04 16:13:55 +02:00
Tomas Aparicio
03387b2fda
refactor. feat(test): add fixtures
2015-04-04 16:12:45 +02:00
Tomas Aparicio
125806e589
refactor(vips): check image type
2015-04-04 14:57:28 +02:00
Tomás Aparicio
bc835f7e79
feat( #8 ): add type alias
2015-04-03 00:31:31 +02:00
Tomas Aparicio
da8c9707c9
refactor(type)
2015-03-30 02:49:19 +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