Yoan Blanc
8116fefe52
Small typo.
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-10-01 07:29:33 -04:00
Tomás Aparicio
fb42743e83
feat(docs): add codesponsor
2017-09-19 22:32:24 +02:00
Tomas Aparicio
276e054189
feat(version): bump to v1.0.14
2017-09-12 22:31:25 +02:00
Tomás Aparicio
37aea4bd76
Merge pull request #192 from greut/trim
...
Add the Trim operation
2017-09-12 22:00:11 +02:00
Yoan Blanc
c1f2667c0f
Adding trim operation.
...
Closes #22
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-09-12 14:22:55 -04:00
Tomás Aparicio
b35675c245
Merge pull request #191 from greut/alpha4
...
Update 8.6 to alpha4.
2017-09-12 20:14:52 +02:00
Yoan Blanc
244fc2ef57
Update 8.6 to alpha4.
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-09-12 09:50:08 -04:00
Tomas Aparicio
36263aef42
feat(version). bump to v1.0.13
2017-09-11 16:35:20 +02:00
Tomás Aparicio
a150d0a7ee
Merge pull request #190 from greut/typos
...
Fix typo and small cleanup.
2017-09-11 16:34:28 +02:00
Yoan Blanc
896c479f95
Fix typo and small cleanup.
...
- it addresses the comments for ab4ef56bab
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-09-11 10:00:06 -04:00
Tomas Aparicio
e0686fde03
feat(version): bump to v1.0.12
2017-09-10 20:37:10 +02:00
Tomas Aparicio
46480029d5
feat(History): update version changes
2017-09-10 20:36:47 +02:00
Tomas Aparicio
9c7e27982f
Merge branch '99designs-vips-reduce'
2017-09-10 20:31:22 +02:00
Tomas Aparicio
bd028cd5da
fix(reduce): resolve conflicts with master
2017-09-10 20:30:24 +02:00
Tomás Aparicio
d7007cecd3
Merge pull request #186 from h2non/fix/#162-resize-garbage-collection
...
fix(#162 ): garbage collection fix. split Resize() implementation for Go runtime
2017-09-10 20:15:21 +02:00
Tomas Aparicio
fb3cd7ae09
feat(version): bump to v1.0.11
2017-09-10 19:51:26 +02:00
Tomas Aparicio
088d84d1dc
feat(History): update version changes
2017-09-10 19:51:09 +02:00
Tomas Aparicio
ab4ef56bab
feat( #189 ): allow strip image metadata via bimg.Options.StripMetadata = bool
2017-09-10 17:16:31 +02:00
Tomas Aparicio
d31288c3c8
fix(resize): code format issue
2017-09-10 17:07:29 +02:00
Tomas Aparicio
d2a6c2d64d
refactor(resize): add Go version comment
2017-09-07 11:00:48 +02:00
Tomas Aparicio
4d54d3dd52
refactor(tests): fix minor code formatting issues
2017-09-07 10:43:14 +02:00
Tomas Aparicio
71054aaa89
fix( #162 ): garbage collection fix. split Resize() implementation for Go runtime specific
2017-09-07 10:41:10 +02:00
Tomás Aparicio
d4ea64e101
feat(travis): add go 1.9
2017-09-06 21:30:56 +02:00
Tomás Aparicio
d30fc3fbf1
Merge pull request #183 from greut/autorotate
...
Test cases for the EXIF autorotate
2017-09-06 21:23:53 +02:00
Yoan Blanc
b752fe8ea6
Proper handling of the EXIF cases.
...
Kudos to
https://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-08-26 08:26:10 -04:00
Tomás Aparicio
833af3b49a
Merge pull request #184 from greut/libvips858
...
Update to libvips 8.5.8
2017-08-25 20:07:01 +02:00
Tomás Aparicio
8ea3696d55
Merge branch 'master' into libvips858
2017-08-25 20:06:55 +02:00
Tomás Aparicio
981eae05f7
Merge pull request #185 from greut/libvips860
...
Add libvips 8.6 pre-release
2017-08-25 20:06:22 +02:00
Yoan Blanc
e2323cda48
Add libvips 8.6 pre-release
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-08-25 10:26:40 -04:00
Yoan Blanc
452e59f781
Update to libvips 8.5.8
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-08-25 10:24:12 -04:00
Tomas Aparicio
bac8e42eae
fix(resize): runtime.KeepAlive is only Go
2017-08-03 20:40:56 +02:00
Tomas Aparicio
98c931eb89
fix( #159 ): prevent buf to be freed by the GC before resize function exits
2017-08-03 12:48:30 +02:00
Tomás Aparicio
14ff7ff2c8
Merge pull request #171 from greut/fix-170
...
Check the length before jumping into buffer.
2017-07-18 12:28:53 +02:00
Yoan Blanc
d80a894873
Check the length before jumping into buffer.
...
Closes #170
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-07-18 10:06:50 +02:00
Tomás Aparicio
cdec7db4dd
Merge pull request #168 from Traum-Ferienwohnungen/icc_transform
...
Add option to convert embedded ICC profiles
2017-07-17 13:08:31 +02:00
Janis Meybohm
767bfdac74
Add option to convert embedded ICC profiles
...
Set an bimg.Options OutputICC to an absolute path to the desired output ICC profile. If an embedded ICC profile is found in VipsImage, it is converted to the output ICC profile.
Fixes #50
2017-07-07 16:24:19 +02:00
Tomás Aparicio
ce7bbda0f5
Merge pull request #166 from danjou-a/patch-1
...
Fix Resize verification value
2017-07-06 19:18:09 +02:00
Quentin DANJOU
fe1c23ea1e
Fix Resize verification value
...
The resize is 800x600 and the checking was 400x300 after resizing.
2017-07-06 16:35:52 +02:00
Adam Scarr
dc3286965b
Use vips reduce when downscaling
2017-07-04 11:33:13 +10:00
Tomás Aparicio
878125c410
Merge pull request #165 from greut/libvips846
...
Testing using libvips8.4.6 from Github.
2017-06-25 15:57:55 +02:00
Yoan Blanc
6d15a7b06f
Testing using libvips8.4.6 from Github.
...
As of today, the libvips website is down.
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-06-25 12:04:34 +02:00
Tomas Aparicio
32e459e416
feat(version): bump minor
2017-06-25 11:56:09 +02:00
Tomás Aparicio
6e9a8a8339
Merge pull request #164 from greut/length
...
Add Image.Length
2017-06-22 19:40:17 +02:00
Yoan Blanc
a792146837
Add Image.Length()
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-06-22 16:48:34 +02:00
Tomás Aparicio
75a5d927d3
Merge pull request #163 from greut/libvips856
...
Run libvips 8.5.6 on Travis.
2017-06-21 10:09:36 +02:00
Yoan Blanc
b438002ff0
Run libvips 8.5.6 on Travis.
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2017-06-20 22:52:22 +02:00
Tomás Aparicio
eb5bcd9585
Merge pull request #161 from henry-blip/master
...
Expose vips cache memory management functions.
2017-06-17 00:51:12 +02:00
Henry
ff43c3d806
Expose vips cache memory management functions.
2017-06-16 01:26:01 +00:00
Tomás Aparicio
5d354b3a5d
feat(docs): add watermark image note in features
2017-05-27 10:20:00 +01:00
Tomas Aparicio
45f8993550
feat(docs): add smart crop note
2017-05-25 19:14:17 +01:00