Commit graph

442 commits

Author SHA1 Message Date
Tomás Aparicio
a2de80daae Merge pull request #86 from h2non/develop
feat(docs): use v1 in go get
2016-04-21 16:51:42 +01:00
Tomas Aparicio
13b6846fab feat(docs): use v1 in go get 2016-04-21 16:51:29 +01:00
Tomás Aparicio
5660e289ff Merge pull request #85 from h2non/develop
feat(version): v1 release. see History for details
2016-04-21 16:50:54 +01:00
Tomas Aparicio
071aa88b72 refactor(travis): remove duplicated command 2016-04-21 16:50:38 +01:00
Tomas Aparicio
c57a8c1320 feat(version): v1 release. see history for details 2016-04-21 16:44:50 +01:00
Tomás Aparicio
a0fc602e69 fix(docs): minor typo 2016-03-01 16:48:57 +00:00
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