Commit graph

501 commits

Author SHA1 Message Date
Tomas
91e793fcba fix(ci): try new install 2020-06-06 18:41:30 +02:00
Tomas
bd03c5c3e2 fix(ci): indent style 2020-06-06 18:27:57 +02:00
Tomas
5681d8ceef fix(ci): indent style 2020-06-06 18:24:13 +02:00
Tomas
d22574e8cd fix(ci): indent style 2020-06-06 18:23:35 +02:00
Tom
1faf8e4f8d
Merge pull request #299 from evanoberholster/master
Update Transform ICC Profiles with Input Profile
2020-06-06 18:14:07 +02:00
Tomas
44d5860c68 refactor(ci): disable verions matrix 2020-06-06 18:07:03 +02:00
Tomas
6fb1812642 refactor(docs): use github.com package import path 2020-06-06 17:56:17 +02:00
Tomas
8c370f9b02 feat: add test image 2020-06-06 17:52:53 +02:00
Tom
b653789679
Merge pull request #281 from pohang/skip_smartcrop
Add min dimension logic to smartcrop
2020-06-06 17:48:46 +02:00
Tom
b057cedf08
Merge pull request #317 from larrabee/master
Fix bug with images with alpha channel on embeding background
2020-06-06 17:41:07 +02:00
Tom
7884549637
Merge pull request #307 from OrderMyGear/eslam/ch15924/some-product-images-have-a-border
enable vipsAffine to use  `Extend` option value and send it to lipvips
2020-06-06 17:40:29 +02:00
Tomas
1e14ffb733 refactor(travis): adjust matrix versions 2020-06-06 17:37:01 +02:00
Tom
2613cb6bf8
Merge pull request #333 from simia-tech/master
Fix orientation in vipsFlip call (resizer rotateAndFlipImage) #279
2020-05-13 20:32:51 +02:00
Monika Moser
e62b970bd7 Fix orientation in vipsFlip call (resizer rotateAndFlipImage) 2020-05-13 15:13:21 +02:00
Tom
e9615884ba
chore(docs): delete old contributor 2020-05-08 13:59:01 +02:00
Eslam Mahmoud
cd2783eff0 enable vipsAffine to use Extend option value and send it to lipvips
this will change the default from the one that lipvips use which is `background` to the ones that bimg use which is  `C.VIPS_EXTEND_BLACK`
but because the lip add extra 1 or .5 pix the background is considered black anyway so this will not affect anyone
but will fix the bug of having border on the right and bottom of some images

[ch15924]
2020-04-16 12:42:56 -05:00
Tom
daafbf6d97
Merge pull request #327 from shoreward/master
Needs to update libvips documentation links
2020-04-06 00:06:55 +02:00
E.Kalinin
f8965115e6 update libvips documentation links 2020-04-03 23:21:14 +03:00
Tom
59eadaf8e9
fix(vips.h): delete preprocessor HEIF version check 2020-03-24 23:21:47 +01:00
Tom
699493f402
Merge pull request #320 from cgroschupp/feat/reduce-png-save-size
Reduce png size
2020-02-11 20:52:09 +01:00
Christian Groschupp
b46e689133
use VIPS_FOREIGN_PNG_FILTER_ALL in vips_pngsave_bridge 2020-02-10 22:48:17 +01:00
Tom
c4e3beed52
fix(resizer): add exported error comment 2020-02-07 20:10:25 +01:00
Tomas
0767d1d8f4 Merge branch 'master' of https://github.com/h2non/bimg 2020-02-07 19:58:08 +01:00
Tomas
52cad80a27 chore(ci): temporarily disable go/libvips versions 2020-02-07 19:58:02 +01:00
Tom
c339c61f42
Merge pull request #291 from andrioid/patch-1
Adds support to Elementary OS Loki to preinstall.sh
2020-02-07 19:48:03 +01:00
Tom
34eb10c5d3
Merge pull request #293 from team-lab/gammaFilter
Gamma filter support
2020-02-07 19:37:36 +01:00
Tom
a875ddcd6c
Merge pull request #315 from vansante/heif
Add HEIC/HEIF support when libvips version >= 8.8
2020-02-07 19:23:39 +01:00
Tomas
2e5ad6edbe feat(version): bump patch 2020-02-07 19:22:44 +01:00
Vladimir Buyanov
9e85c8daa1
Fix bug with images with alpha channel on embeding background 2020-01-16 14:16:30 +02:00
Paul
780105d695
Fix typo
Co-Authored-By: Yoan Blanc <yoan@dosimple.ch>
2020-01-01 11:20:17 +01:00
Paul van Santen
40a9a893da
Dont upgrade version, add missing test file 2019-12-24 10:50:51 +01:00
Paul van Santen
2e72fc0243
Add support for other HEIF mimetype 2019-12-24 10:41:21 +01:00
Jeremy Gordon
474300f17e
Supporting auto rotate for HEIF/HEIC images. 2019-12-24 10:36:35 +01:00
Jeremy Gordon
f9eadf55bb
Adding support for heif (i.e. heic files). 2019-12-24 10:35:39 +01:00
evanoberholster
599dc0ba03
Merge branch 'master' into master 2019-10-01 23:59:30 +08:00
Tomás
5a9d7f21d9
feat(travis): add libvips 8.6.0 matrix 2019-09-25 00:15:10 +02:00
sugimotoren
f67988d37b GammaFilter 2019-08-01 15:30:44 +09:00
Andri Óskarsson
bc6dcbc3ef
Adds support to Elementary OS Loki
Loki is based off Ubuntu Xenial and this worked fine on my machine.
2019-07-20 08:34:41 +02:00
Patrick Zhang
ba2a6715ee Add min dimension logic to smartcrop
The pre-crop operations will sometime yield
an image that is already the correct size or
1 pixel smaller (due to rounding error). Currently,
bimg will try to smart crop anyways and yield a
"bad extract area" error.
2019-02-22 13:42:35 -08:00
Mark van der Velden
15cd115607
Merge pull request #271 from Dynom/ImprovingAreaWidthTestCoverage
Adding a test case that verifies #250
2019-01-10 11:52:39 +01:00
Mark van der Velden
da064bf399
Adding a test case that verifies #250 2018-12-19 09:53:09 +01:00
Mark van der Velden
6e42002588
Bumping versions in preinstall script 2018-12-10 22:45:13 +01:00
Tomás Aparicio
4b9abdb945
feat(travis): remove old Go versions, add Go 1.11 2018-12-09 23:37:54 +01:00
Tomás Aparicio
d67c48e6f2
Merge pull request #224 from kishorgandham/patch-1
Fix image crop during embed
2018-12-05 13:18:10 +01:00
Tomás Aparicio
7f4a97c0ef
Merge pull request #242 from acaloiaro/documentation-url-updates
Libvips documentation URL and README copy updates
2018-12-05 13:09:56 +01:00
Tomás Aparicio
3a892f2714
Merge pull request #266 from bbernhard/master
add support for Debian 9 to preinstall.sh
2018-12-05 13:08:29 +01:00
Tomás Aparicio
a40dadf4fe
Merge pull request #250 from fisherking/master
Fix AreaWidth calculation
2018-12-05 13:06:49 +01:00
BernhardB
bb5ccce171 set vips version to 8.6.5 2018-11-22 20:53:43 +01:00
BernhardB
f6430b1b26 add support for Debian 9 to preinstall.sh 2018-11-18 13:52:23 +01:00
Tomás Aparicio
83dc3673df
Merge pull request #265 from c93614/master
The preinstall.sh is out of date
2018-11-18 13:58:28 +02:00