Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

libvips

A fast image processing library with low memory needs
Collective - Host: opensource - https://opencollective.com/libvips - Website: https://libvips.github.io/libvips/ - Code: https://github.com/libvips/libvips

Merge branch 'master' into improve-detection-of-bad-profiles

github.com/libvips/libvips - 8cddba44ab0fb85fbd3f830c0e82a114f3d9a162 authored almost 4 years ago
Merge branch '8.10'

github.com/libvips/libvips - 2e56828053f2de9a2c716a3150dd81f6ac701664 authored almost 4 years ago
Merge pull request #2120 from libvips/revise-premultiply

Revise premultiply

github.com/libvips/libvips - 81dffdd57175ed704507c4032599e1b055d42881 authored almost 4 years ago
remove vips_recip()

it wasn't really necessary, and it was rather slow

github.com/libvips/libvips - 0623a05f48baf9026dbb261203b8f892a4c326dc authored almost 4 years ago
Merge branch '8.10' into revise-premultiply

github.com/libvips/libvips - a4d89b852a2f0dca50d9650485803808c949b658 authored almost 4 years ago
guard refs to ZSTD

so we work on older libtiffs

github.com/libvips/libvips - b14bac53a33b1461978df0f5deb4a46c727ddc79 authored almost 4 years ago
Merge branch 'revise-premultiply' of github.com:libvips/libvips into revise-premultiply

github.com/libvips/libvips - 6db234fae8255122472f220fcc2978c8e470ee79 authored almost 4 years ago
formatting

github.com/libvips/libvips - 726fded66c272b42daa6a268c8f97023f7ae6105 authored almost 4 years ago
Merge branch '8.10' into revise-premultiply

github.com/libvips/libvips - 1f18963cb4e3f2a7f4961593d97ad13558cd0eab authored almost 4 years ago
allow thumbnail colourspace export with no import

allow this case:

vipsthumbnail k2.jpg --export-profile cmyk

for an image with no embedded pro...

github.com/libvips/libvips - 9585feb5a8a594513826244b81b2d3c59ef51142 authored almost 4 years ago
Merge branch 'revise-premultiply' of github.com:libvips/libvips into revise-premultiply

github.com/libvips/libvips - c4d56fd47580acec348318648a3579e8dcb00f82 authored almost 4 years ago
cleanup for Kleis comments

github.com/libvips/libvips - ef4f95cddc9aa054da184cf39f2d2aabfdc49007 authored almost 4 years ago
Update libvips/resample/thumbnail.c

Co-authored-by: Kleis Auke Wolthuizen <[email protected]>

github.com/libvips/libvips - ea2264ea2eb7c1c80a32bde7d0e57c7b7a4178fd authored almost 4 years ago
grou predictor settings

github.com/libvips/libvips - 495b54dfcfc2ce3aeead23603b691df841af0902 authored almost 4 years ago
Merge pull request #2129 from Adios/8.10-add-tiff-zstd-predictor

Add tiff zstd predictor support

github.com/libvips/libvips - 4eb3c8604538968cc54aedcf947371e6335c4d46 authored almost 4 years ago
add tiff zstd predictor support

github.com/libvips/libvips - 4d0252f31c6f0792b859650549e0c1a88dbd4a82 authored almost 4 years ago
fix tiff deflate predictor setting

the enums were mixed up, thanks Adios

see https://github.com/libvips/libvips/issues/2128

github.com/libvips/libvips - 86a6fd9d18440ba5955c6bf474fd3550933ba060 authored almost 4 years ago
add some printf dbg

to linnsgif, trying to find the GIF decode bug

github.com/libvips/libvips - 2a087df8fc709c67d69280206b609f2ec22babbb authored almost 4 years ago
update libnsgif from git master

though unfortunately libnsgif seems to have broken DISPOSE_PREVIOUS
handling again

github.com/libvips/libvips - 68332663fb34e93158770b1770d936991022e988 authored almost 4 years ago
update test suite for new gif loader

github.com/libvips/libvips - 48d9c5d0d440fa0f573f727dfec358d82430e59d authored almost 4 years ago
move the nsgif source into the tree

and remove the old giflib loader

github.com/libvips/libvips - b995a6d24439146598ff5ce388c6d6b467f0da4b authored almost 4 years ago
Merge branch 'master' into add-libnsgif

github.com/libvips/libvips - 799f720c13d48a0bcd72b823771958404dee5ee0 authored almost 4 years ago
better again

github.com/libvips/libvips - 0407c365d109c8f736fb2b5cb4b2ada11b2da912 authored almost 4 years ago
back to srgb/b-w processing space

for compat in thumbnail behaviour

github.com/libvips/libvips - e1fc576252722cf1721cc1573a59ebf20ea3b2a0 authored almost 4 years ago
small comment polish

github.com/libvips/libvips - 303513e52d7a4bce7d338813646b270e693211a0 authored almost 4 years ago
add a test for unpremultiply

we actually test vipsthumbnail --linear on an RGBA image, which should
catch everything, hopefully

github.com/libvips/libvips - 0b74acf7ba36a206ba5e3a2a14426c4971bd033b authored almost 4 years ago
revise unpremultiply, again

We were not detecting division by zero carefully enough, nor clipping
the alpha range sufficient...

github.com/libvips/libvips - d3ccadf212977c732e8237565e7bc046948a8bb6 authored almost 4 years ago
Merge pull request #2119 from lovell/compress-profiles

Compress fallback colour profiles with zlib (zopfli, via pigz)

github.com/libvips/libvips - dd57463c9a7f80730d70c4ff080bbd3f5ab1cc80 authored almost 4 years ago
Compress fallback profiles with zlib

Reduces binary size by 580KB, ~17% at -O2

github.com/libvips/libvips - 40c4b93ee55237fbfd3ae29a6f729d14406c3970 authored almost 4 years ago
Merge pull request #2116 from lovell/glib-min-2.40

Set minimum glib-2.0 dependency version of 2.40 (March 2014)

github.com/libvips/libvips - 3361b44c97f810ae0439b894448cd44d3fd8c452 authored almost 4 years ago
Set minimum glib dependency version of 2.40 (March 2014)

github.com/libvips/libvips - 117dbd888a15f9be73661aeebd32ce762c82e5f6 authored almost 4 years ago
start tinkering

github.com/libvips/libvips - 3c60e9de6017ffc4ecdd1cd29da2cfe2bfa8b757 authored almost 4 years ago
Merge branch '8.10'

github.com/libvips/libvips - e5e2e8d1eb30fc7f1dd519fecee44feda4ac14ee authored almost 4 years ago
update changelog

github.com/libvips/libvips - ec67002493b5b16273538d7fc14d9a4dfea91a8f authored almost 4 years ago
fix int overflow in vips_region_copy

this could cause crashes with very wide images, see:

https://github.com/libvips/libvips/issues/...

github.com/libvips/libvips - 44688e270216b92c3b2f1a759f7be840ec6c3b71 authored almost 4 years ago
fix int overflow in vips_region_copy

this could cause crashes with very wide images, see:

https://github.com/libvips/libvips/issues/...

github.com/libvips/libvips - fee6a8a52b54740d07398bf482738442fc7f81b5 authored almost 4 years ago
mapim nan-avoidance was not quite right

fix the nan-avoidance code in mapim

github.com/libvips/libvips - eacef0799a3bf3a65495e8db5fa833a77587f02a authored almost 4 years ago
add gif background colour as metadata

github.com/libvips/libvips - 8dc2db978958bc7e3e68fe087c31c9834a1b8c9b authored almost 4 years ago
note PNG background colour in metadata

see https://github.com/libvips/libvips/issues/2111

github.com/libvips/libvips - d6201fc32d8f035f165bf4798359fb1928a1808a authored almost 4 years ago
update issue template

to steer people towards discussions

github.com/libvips/libvips - acf010c2b7aa980d997cba4175c74f4f5ad66c22 authored almost 4 years ago
Update issue templates

Bugs only, now we're using "discussions"

github.com/libvips/libvips - 6ab2af85e0bcf85c044826b283afce2e4a27f369 authored almost 4 years ago
Merge branch 'master' of github.com:libvips/libvips

github.com/libvips/libvips - 9c172674bff2ff78b1f16d953e408fa2a6a932fb authored almost 4 years ago
improve pngsave compression for palette images

set pngsave default filter to none for palette images, since they usually
have low local correla...

github.com/libvips/libvips - f27f681f1b30478caafc24a0b63fb09a92f1ab2a authored almost 4 years ago
add vips_niftiload_source()

github.com/libvips/libvips - 4f762d660946c46c40de91cadd5d101d705f242d authored almost 4 years ago
add fitsload_source

and fix some small fits loading issues

github.com/libvips/libvips - 498e9c2829535cb465ed564d207df8ee6def15ee authored almost 4 years ago
Merge branch '8.10'

github.com/libvips/libvips - 15f4d935aad704818cb786413f6f90b29857b304 authored almost 4 years ago
note librsvg change

github.com/libvips/libvips - 75959ece6a1f257dc60a881e83478fce8962c72b authored almost 4 years ago
Merge branch '8.10' of github.com:libvips/libvips into 8.10

github.com/libvips/libvips - d70ab8f5b77b3ae9f0c7bab9e2c3a6295b764343 authored almost 4 years ago
fix includes of glib headers in C++

see https://github.com/libvips/libvips/issues/1987

github.com/libvips/libvips - b30a90e3bc6ed78af79abcc9e644569e95c718cf authored almost 4 years ago
don't put glib includes inside extern "C" blocks

see https://github.com/libvips/libvips/issues/1987

github.com/libvips/libvips - e1f22095a08f5cdee2abbd23dec4dd154b3d9085 authored almost 4 years ago
Merge pull request #1986 from kleisauke/drop-travis

Migrate from Travis CI to GitHub Actions

github.com/libvips/libvips - e740efa0282eea88249b27430fe56bbd399b02bc authored almost 4 years ago
don't put glib includes inside extern "C" blocks

see https://github.com/libvips/libvips/issues/1987

github.com/libvips/libvips - cfe50903dffd576f6c25b0f24882b38a38085644 authored almost 4 years ago
Merge pull request #1985 from lovell/svgload-remove-deprecated-librsvg-include

svgload: remove was-deprecated, now-removed librsvg-features.h include

github.com/libvips/libvips - 85f7cb6ded4ac687451ebbb04f120c6c8aa5a49b authored almost 4 years ago
Avoid line-continuation backslash

github.com/libvips/libvips - b93db2f2bb7795f49f3421f5bbfa33fca273650c authored almost 4 years ago
svgload: remove deprecated librsvg include

librsvg >= 2.40.3 includes it for you

librsvg >= 2.51.0 removes it entirely

github.com/libvips/libvips - a8dd8379ac57b170ac6b7f9649f89bf2b1a2baf8 authored almost 4 years ago
Update LeakSanitizer suppressions

github.com/libvips/libvips - e29bf43cedf2dca3aa62678dc89a3f734804a62c authored almost 4 years ago
Migrate from Travis CI to GitHub Actions

github.com/libvips/libvips - c49d0935ee26cd9e4c23f52e8e776d4d60c1d061 authored almost 4 years ago
make leak test exit with an error code

and run the libvips leak test in CI

github.com/libvips/libvips - 1f4f975e7de659b2a74703a5c243bef6c1535155 authored almost 4 years ago
two more small refleaks

introduced recently

github.com/libvips/libvips - 8b791a072e3cd16f514194db0b365ed1a62e2f80 authored about 4 years ago
fix ref leak on ppm save

introduced a few days ago

github.com/libvips/libvips - 0296d7c154d05e745c55aa4d22ceef894e1c9d8c authored about 4 years ago
tiny cleanups for png write

github.com/libvips/libvips - 65cab8db7dc7ca441210cd1820c77546d8fcb042 authored about 4 years ago
fix a refleak in pngsave

introduced in https://github.com/libvips/libvips/commit/d8ed630d77c21a994e15939ccd148fcff9e423f2

github.com/libvips/libvips - a7185b0973374252e7dc9dce145a32b0f500aa19 authored about 4 years ago
fix another ref leak in globalbalance

github.com/libvips/libvips - 4605ad699327366ab09f7465e10854f83d5bb702 authored about 4 years ago
fix a ref leak in find_overlap_stats()

github.com/libvips/libvips - 67430e9b5c0e923b3a73efcd22f19ce2f6964ed7 authored about 4 years ago
fix a memleak in vips__correl

and some more tests

github.com/libvips/libvips - 679665b403e7062329b308a6ed221e75319dd98a authored about 4 years ago
add some more mosaicing tests

to try to pin down the memleak

github.com/libvips/libvips - 6782769d8ce8c83c9fca6c149a04bd6424f757e8 authored about 4 years ago
output double histogranms for large images

since images with more than 2*32 pixels will overflow a uint accumulator

thanks @erdmann

see h...

github.com/libvips/libvips - 2ce79d76a03817990210985525b48bcad3b89fb9 authored about 4 years ago
avoid NaN in mapim

We were not avoiding NaN in float transform images, leading to segvs in
some cases.

Thanks afon...

github.com/libvips/libvips - 29599e00ebe30e4c024578480cf817919c99cd16 authored about 4 years ago
revise binding chapter in docs

github.com/libvips/libvips - 5634377fa02e553692b24e097a23ebd0e6c6a927 authored about 4 years ago
Merge pull request #1966 from TotalCaesar659/patch-1

Update URLs to HTTPS

github.com/libvips/libvips - ab06bfb65786f81aa8302f72a8acfc1771f25be8 authored about 4 years ago
Update URLs to HTTPS

github.com/libvips/libvips - 749413f5062dfce8bae5ca71784dd333d2a40fc8 authored about 4 years ago
Merge branch 'master' of github.com:libvips/libvips

github.com/libvips/libvips - e8c74a316fe385fa922112af850e83ba337e7d50 authored about 4 years ago
source rewind reenables sniff mode

so you can rewind most sources after reading (though not pipes)

github.com/libvips/libvips - a7acdf567c32e267da43006c032695175a54ced7 authored about 4 years ago
added link to contributors so everyone is listed

github.com/libvips/libvips - 1871567516c8321349acbe66abf4f60228730b13 authored about 4 years ago
add note about libheif config to README

see eg. https://github.com/libvips/libvips/issues/1964

github.com/libvips/libvips - 179e9d1a11e5f9b542152d36043c72700182572c authored about 4 years ago
Merge branch 'master' of github.com:libvips/libvips

github.com/libvips/libvips - 9f20aa37eaa37fde2921183a033fe2f1fc256611 authored about 4 years ago
better 8/16 bit casting for pngsave

pngsave was just using the image format to decide whether to save as 8
or 16 bit PNG. With this ...

github.com/libvips/libvips - d8ed630d77c21a994e15939ccd148fcff9e423f2 authored about 4 years ago
Merge pull request #1961 from lovell/heif-chroma-subsampling

heifsave: add option to control chroma subsampling

github.com/libvips/libvips - a0aa1fbdf7e2ef30a05a4049ff2537e34b80245c authored about 4 years ago
fix rank hist rules

github.com/libvips/libvips - 78d1a4ae57aed2357e3ce5da103db12c00250955 authored about 4 years ago
heifsave: add option to control subsample_mode

Defaults to no subsampling when Q>90 for consistency with jpegsave.

Deprecate VipsForeignJpegSu...

github.com/libvips/libvips - 3ad736310449f198538fe1be3d1366aa54700414 authored about 4 years ago
add fast path to rank filter for uchar images

around 10x faster for 20x20 windows, the same speed for 3x3

github.com/libvips/libvips - 3cd774a10ca22304c4d3575b8fae0a10badd417b authored about 4 years ago
Merge branch 'master' of github.com:libvips/libvips

github.com/libvips/libvips - 22f3b44d1e6d6b70766aaf8117af5246b8c8fa61 authored about 4 years ago
Merge pull request #1845 from kleisauke/testsuite-avif

Adapt test suite for AVIF support

github.com/libvips/libvips - 54097ef941caa68f69ff24c0f4cef7c2731df524 authored about 4 years ago
detect bad profiles during profile load

and add some extra dbg to print profile properties

see https://github.com/libvips/libvips/issue...

github.com/libvips/libvips - 03dac2a2df920be186c63e5e8565b2443dbb169e authored about 4 years ago
revise GA to-do comment

github.com/libvips/libvips - ed6e0484435d2e20f82b315bc2a8c987d4b415b2 authored about 4 years ago
Travis: use Clang provided by XCode

+ include missing dependencies and build without magick.

github.com/libvips/libvips - 15e05675fbcc6449c3bcb7869666e8913127e77c authored about 4 years ago
Travis: run brew update prior to installation

github.com/libvips/libvips - fdf9d0c6b0da33bf77ab74d7e7c2493bdc84c205 authored about 4 years ago
Ensure that other branches are also tested

github.com/libvips/libvips - 966317802e828f7df79fa58b9656460c676c2691 authored about 4 years ago
Test with libheif PPA on GitHub Actions

Since the one provided by Ubuntu 20.04 does not depend on aom.

github.com/libvips/libvips - 269b2e04d48f69be7564bf669ec7b53e41f0d76b authored about 4 years ago
Regenerate AVIF test image with libheif v1.10.0

Saves a few bytes since the software version comment is no longer included in the hdlr box.

github.com/libvips/libvips - ae55fd95238cf5d3aa5d8b76f218cf4a9da178a7 authored about 4 years ago
Save AVIF test image with speed=0

Reduces the size of the image by 6 kB.

github.com/libvips/libvips - 030bf91815dd94c392a71bdf059ea600344492c6 authored about 4 years ago
Adapt test suite for AVIF support

github.com/libvips/libvips - 6e72b75efadfd3343d0f43750ac2aaf254756d74 authored about 4 years ago
remove travis badge

github.com/libvips/libvips - 615d02e07e2ee8ea9d6c1b162ec61815c473bd90 authored about 4 years ago
add gitter badge

github.com/libvips/libvips - 85b6cd0cd2ad5525b05a9a7b68247b2b4c7ac3b1 authored about 4 years ago
Merge branch '8.10'

github.com/libvips/libvips - 1291ae0ed4c6aad9cb77647a2993c1ec1e94765d authored about 4 years ago
fix build with spng

github.com/libvips/libvips - a0663ddce7fd895d8e06481dbee66e9b19de80fc authored about 4 years ago
Merge branch '8.10'

github.com/libvips/libvips - 0be1370661b25732e425fa3cb5a0f72aea1c3b26 authored about 4 years ago
better error detection in spngload

Do a speculative spng_get_trns() in header read to force all chunks to
be parsed.

Thanks randy4...

github.com/libvips/libvips - e1a9397c15c2dbf342436d7e9672083f06f31c79 authored about 4 years ago
make vips format detection a little more robust

github.com/libvips/libvips - 1ca20dbdddd9de3ff04f706a76b6366147b7a71d authored about 4 years ago