Commit graph

602 commits

Author SHA1 Message Date
Tom
3471b468e9
Merge pull request #423 from ffawkes/png-output
Support PNG output on older libvips versions
2022-10-09 16:39:50 +02:00
Fernando Costa
3ad09de9c4 Support PNG output on older libvips versions 2022-10-01 14:16:53 -03:00
Tomas
a8f6d5fa08 chore(History): version changes 2022-04-05 21:15:46 +02:00
Tomas
4d0b749c81 chore(History): version changes 2022-04-05 21:15:37 +02:00
Tom
ffadb9e4b0
Merge pull request #374 from Mereng/brightness_contrast
Support brightness and contrast
2022-04-05 21:13:47 +02:00
Tom
e9e8495e96
Merge pull request #393 from lucor/gifsave
Add GIF save support from libvips 8.12
2022-04-05 21:13:02 +02:00
Tomas
9b4174845a chore(History): version changes 2022-04-05 21:12:16 +02:00
Tom
704f032fff
chore(version): bump 2022-04-05 21:11:33 +02:00
Tom
e2c40ee48a
Merge pull request #405 from igsr5/feat/#404-support-way-to-change–MaxSize
Implement getter and setter for MaxSize
2022-04-05 21:10:10 +02:00
igsr5
03d98b00ba Fix review 2022-04-05 21:40:08 +09:00
igsr5
1547c623a9 Add getter, setter for MaxSize 2022-03-24 15:19:43 +09:00
Tomas
96a6384797 feat(version): bump 2022-02-23 20:43:47 +01:00
Tom
25c7e9b904
Merge pull request #398 from vaibsharma/vaibsharma/feature/speed_for_png_buffer
allow effort param for png encoding when palette is true
2022-02-20 20:39:40 +01:00
Vaibhav Sharma
ec6491c55c reason for speed=3 added 2022-02-16 16:13:46 +05:30
Vaibhav Sharma
0b6895720c allow effort param for png encoding when palette is true 2022-02-16 16:09:13 +05:30
Tomas
83be955624 feat(version): bump 1.1.6 2022-01-28 19:04:32 +01:00
Tomas
e00d7a433d chore(History): update version notes 2022-01-28 19:04:04 +01:00
lucor
2f73f4d9e0
Add GIF save support from libvips 8.12 2022-01-11 14:51:18 +01:00
Tom
78145aa405
Update README.md 2021-12-20 14:43:01 +01:00
Tom
b29a573563
Merge pull request #368 from exaring/fix-shrinking-on-small-webp-images
Fix for blurry images from WEBP input and small output dimensions
2021-08-07 18:04:19 +02:00
Tom
66447e14d4
Merge pull request #360 from jaberwoky/master
Panic on reading Exif
2021-08-07 18:02:47 +02:00
Tom
585090af42
Merge pull request #378 from kyfk/fix_typo_and_format
Fix typo and apply goimports
2021-07-21 02:28:43 +02:00
Koya Fukushi
97b3679909 goimports 2021-07-20 12:32:32 +09:00
Koya Fukushi
7c2c8747a2 fix typo in comments 2021-07-20 12:32:24 +09:00
Tom
85f7f17664
Merge pull request #377 from ZloyDyadka/vector-flag
Add vips_vector_set_enabled
2021-07-09 15:17:48 +02:00
ZloyDyadka
f62a291281 Vips: cast go.int to c.INT in VipsVectorSetEnabled 2021-07-06 16:35:38 +03:00
ZloyDyadka
921a05687c Vips: add VipsVectorSetEnabled 2021-07-06 14:59:12 +03:00
Mereng
76894654c7 Support brightness and contrast 2021-06-17 18:57:39 +02:00
Nils Juenemann
401c985b5b Remove debug output 2021-03-31 12:19:48 +02:00
Nils Juenemann
c51a11f6d2 Fix for blurry images from WEBP input and small output dimensions 2021-03-31 09:44:41 +02:00
Tom
d0fb333ce4
Merge pull request #367 from Keruspe/segv
unref the image *after* we used it
2021-03-30 13:48:56 +02:00
Marc-Antoine Perennou
58fb35672e unref the image *after* we used it
Otherwise we manipulate potentially deallocated memory.
On some distributions things go fine for some reason, but
on others the memory actually gets deallocated and garbage is used,
leading to a segmentation fault in vips_image_guess_interpretation

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2021-03-16 22:13:51 +01:00
Tom
0fcfb9757f
Update History.md 2020-11-21 13:53:52 +01:00
Tom
8ba32abd3a
feat: bump version 2020-11-21 13:49:20 +01:00
Tom
152a6b1506
Merge pull request #356 from LarsFronius/avif-support
Adds AVIF support
2020-11-21 13:46:56 +01:00
Yaroslav Khrylchenko
3b61e30982 add test 2020-11-12 17:32:40 +03:00
Yaroslav Khrylchenko
a2cd58f651 fix panic on reading Exif 2020-11-12 17:00:34 +03:00
Lars Fronius
713881083d
adds section in README about libheif for AVIF en-/decoding 2020-10-26 16:51:27 +01:00
Lars Fronius
200b5ad680
allow reading imageType AVIF via libheif 2020-10-26 15:03:53 +01:00
Lars Fronius
ede6a2e5bc
adds test for avif metadata 2020-10-26 14:44:58 +01:00
Lars Fronius
5c3317d077
Use faster encoding setting in test
Add avif test photo, that I had forgotten
2020-10-14 14:23:56 +02:00
Lars Fronius
e87ff245c1
Since AVIF computation was awfully slow, this exposes the CPU effort setting "speed". 2020-10-14 13:43:37 +02:00
Lars Fronius
2cba482a06
May only have a avif encoder installed, not decoder, thus for resize output only means to save is required 2020-10-13 01:04:04 +02:00
Lars Fronius
1e535c36a1
adds libaom 2020-10-11 22:13:23 +02:00
Lars Fronius
83c14048e0
Adds AVIF support
* This adds a new type AVIF to the supported type list if libvips >= 8.9.0
 * Calls libheif through libvips with the AV1 compression set to save AVIF images.
2020-10-10 15:25:53 +02:00
Tom
4f683f98d8
fix(ci): temporarily disable libvips 8.9 2020-08-27 11:24:17 +02:00
Tomas
68f4faa420 fix(tests): autorotate 2020-08-12 16:43:30 +02:00
Tomas
eb05f0644e fix(tests): add libvips 8.10 exception 2020-08-12 16:26:29 +02:00
Tomas
83cc123eb2 feat(ci): add libvips 8.10.0 2020-08-12 13:04:57 +02:00
Tomas
b7681d4ae9 feat: version bump 2020-08-04 20:04:08 +02:00