Tomás Aparicio
eb9d6938e1
Merge pull request #81 from h2non/develop
...
feat(travis): use go 1.6
2016-02-20 01:44:31 +00:00
Tomás Aparicio
dba81af761
feat(travis): use go 1.6
2016-02-20 01:44:21 +00:00
Tomás Aparicio
b4925c242d
feat(docs): add coverage badge
2016-02-17 14:40:12 +00:00
Tomás Aparicio
ecf06ef772
Merge pull request #79 from h2non/develop
...
Promote version 0.1.24
2016-02-09 21:38:33 +00:00
Tomas Aparicio
e4da579cb2
feat(version): bump
2016-02-09 21:37:21 +00:00
Tomas Aparicio
edeb809cc1
fix(resize): auto rotate image before resize calculus
2016-02-09 21:37:08 +00:00
Tomás Aparicio
6ca41bbafc
Merge pull request #77 from h2non/develop
...
Promote v0.1.23
2016-02-05 15:22:24 +00:00
Tomas Aparicio
da1108f1ad
feat(versio): bump
2016-02-05 15:19:52 +00:00
Tomas Aparicio
cc455d8f48
fix(rotation)
2016-02-05 15:19:32 +00:00
Tomás Aparicio
61c9747f82
Merge pull request #76 from h2non/develop
...
fix(rotate): pre-rotate image based on EXIF orientation
2016-01-30 16:34:40 +00:00
Tomas Aparicio
a7706b6033
feat(travis): add GO 1.5
2016-01-30 16:34:24 +00:00
Tomas Aparicio
50b525b517
feat(version): bump
2016-01-30 16:28:47 +00:00
Tomas Aparicio
b198ea2ecc
fix(rotate): pre-rotate image based on EXIT orientation
2016-01-30 16:27:27 +00:00
Tomás Aparicio
aca57af419
Merge pull request #75 from h2non/master
...
merge(master)
2016-01-30 15:15:27 +00:00
Tomas Aparicio
6ea511f058
feat(test): resize only by height o width
2016-01-30 15:14:42 +00:00
Tomas Aparicio
c587077a0f
merge(upstream)
2016-01-30 14:35:17 +00:00
Tomas Aparicio
21ab8665c0
feat( #72 ): add helpful debug info in docs
2016-01-30 14:34:01 +00:00
Tomas Aparicio
e7feecf376
feat(test): add vertical image fixtures with multiple test cases
2016-01-30 14:30:42 +00:00
Tomás Aparicio
419dd0d963
feat(docs): add goreport badge
2015-11-26 17:13:51 +00:00
Tomás Aparicio
099bc57753
Merge pull request #67 from h2non/master
...
merge(master): update develop branch
2015-11-19 13:32:11 +01:00
Tomás Aparicio
22f7c36eb1
Merge pull request #66 from cneerdaels/sharpen
...
feat: added interface and test for sharpen
2015-11-17 12:13:38 +01:00
Chuck Neerdaels
99abaf0752
Added interface and test for sharpen
2015-11-16 15:46:08 -08:00
Tomas Aparicio
13ef72dc03
refactor(resize): clone options by value
2015-11-03 07:54:40 +00:00
Tomas Aparicio
82f17f66d5
merge(upstream)
2015-11-03 07:50:13 +00:00
Tomas Aparicio
e27f8d5c7b
refactor(docs)
2015-11-03 07:49:46 +00:00
Tomás Aparicio
6ee9b69627
refactor(resize): simplify code
2015-11-03 07:49:05 +00:00
Tomás Aparicio
d4ebbaa875
fix(docs): typo
2015-10-16 22:29:57 +01:00
Tomas Aparicio
9b60d9da84
feat(docs): add toc, remove API docs
2015-10-16 21:57:02 +01:00
Tomas Aparicio
3494f993d3
merge(master)
2015-10-16 14:26:03 +01:00
Tomas Aparicio
c22442428c
refactor(vips): define constant
2015-10-16 14:25:32 +01:00
Tomás Aparicio
da839c603e
fix(docs): typo
2015-10-13 09:00:40 +01:00
Tomas Aparicio
b7eaa00f10
feat( #60 ): support zero top and left params in extract operation
2015-10-12 21:36:37 +01:00
Tomas Aparicio
89292e7ead
refactor(docs): support with libvips 8.0 is stable for now
2015-10-06 22:28:50 +01:00
Tomas Aparicio
7980ee1ae8
feat(docs): add libvips version compatibility note
2015-10-06 13:37:06 +01:00
Tomas Aparicio
9342d6482a
refactor(type): simplify image type matching
2015-10-04 10:05:05 +01:00
Tomas Aparicio
d06464fca2
feat(version): bump
2015-09-29 23:49:58 +01:00
Tomas Aparicio
8fdf28fe5e
fix( #56 )
2015-09-29 23:37:42 +01:00
Tomas Aparicio
fd4fdee2cc
merge( #55 )
2015-09-29 08:45:46 +01:00
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
Tomas Aparicio
ebb3688b44
feat(docs): update benchmarks
2015-09-21 11:01:21 +01:00
Tomas Aparicio
5f551e53b8
feat(docs): add list of contributors
2015-09-15 21:44:43 +01:00
Tomas Aparicio
92e14757b0
feat(docs): update API docs
2015-09-15 21:31:19 +01:00
Tomas Aparicio
5dfb883f50
feat( #52 ): add test case
2015-09-15 21:30:32 +01:00
Thomas Meson
bfe0c7949f
vips_gaussblur: remove dependency on libmath
...
remove ceil() on call to vips_gaussblur, simply cast to int
2015-09-15 12:24:38 +02:00
Thomas Meson
5667ecda25
vips__gaussblur: renamed to vips_gaussblur_bridge
2015-09-15 12:23:05 +02:00
Thomas Meson
b74cbd5173
resize: move effects to more explicit methods
...
add method shouldApplyEffects and applyEffects
2015-09-15 11:28:05 +02:00
Thomas Meson
6968a8a453
vips__gaussblur: add the missing sentinel
2015-09-14 18:16:03 +02:00
Thomas Meson
4cc9e0dde1
transformImage: apply gaussian blur if needed
2015-09-14 17:58:24 +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