Commit graph

427 commits

Author SHA1 Message Date
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
Tomas Aparicio
0f31f20ded feat(version): bump 2015-09-08 23:09:46 +02:00
Tomas Aparicio
d2de746269 merge(zllak-debian) 2015-09-08 22:55:09 +02:00
Tomas Aparicio
31422b4c7f merge(zllak-debian) 2015-09-08 22:54:32 +02:00
Thomas Meson
0e5ba53847 vips.h: problem with vips_init()
For version prior 7.41, vips_init() is a macro to VIPS_INIT().
VIPS_INIT() should be called, but as it is a macro, cgo could not
determine the return type, hence making the build fail.
So, we undef vips_init(), and define the vips_init() method.
2015-09-08 14:31:54 +02:00
Thomas Meson
ae4046b5a5 vips.h: fail to build on Debian Jessie
Debian Jessie has libvips 7.40.6.
Problem is that before 7.41, VIPS_ANGLE_DXX did not exists.
So we need to define properly the macro in order to build
for libvips < 7.41
2015-09-08 14:31:12 +02:00
Tomas Aparicio
801615d05f refactor(vips): free watermark cache. refactor vips.h 2015-09-07 20:46:38 +02:00
Tomas Aparicio
1c2f37648c refactor(vips): use shortcut to VipsImage C type 2015-09-07 20:33:21 +02:00
Tomás
b78fe09f17 fix(docs): remove old badge 2015-08-02 13:01:58 +01:00
Tomas Aparicio
c07a3fcbc2 version(bump) 2015-07-28 21:30:47 +01:00