9b59fb2d53
Add C.RGB struct
2025-05-13 19:03:38 +03:00
cb599f97fd
Fix blur and sharpen performance for images with alpha channel
2025-01-10 18:53:23 +03:00
edb050ed21
Fix handling ICC profiles with vips 8.15+
2024-12-17 21:44:12 +03:00
301ca08236
Fix importing ICC profiles for 16-bit images with an alpha channel
2024-12-15 22:02:45 +03:00
d9abf2d3d7
Fix animated JPEG XL support
2024-12-08 21:07:36 +03:00
3f4edb91f7
JPEG XL (JXL) support
2024-12-08 19:02:08 +03:00
b43c6a7db7
Fix watermark replication across animation frames
2024-04-24 21:55:16 +03:00
aeb2c087d4
Ensure that the watermark is always centered when replicated
2024-04-24 21:41:20 +03:00
09e542517a
Extract finalizing to a separate pipeline; Fix watermark colors on non-sRGB images
2024-04-18 19:51:40 +03:00
c56e9e64b9
Add IMGPROXY_PNG_UNLIMITED
and IMGPROXY_SVG_UNLIMITED
configs
2024-04-15 20:28:05 +03:00
880d16f457
Reduce memory usage when scaling down animated images
2024-01-27 18:34:21 +03:00
ed6050dcce
Use VIPS_META_PALETTE for palette detection if available
2023-11-22 20:22:55 +03:00
37f4332cae
Drop support of vips prior to 8.13
2023-11-18 21:03:18 +03:00
f79946905d
Remove scRGB alpha tiff warning for vips 8.15+
2023-11-18 21:03:18 +03:00
707a24e59d
HEIC saving support
2023-11-18 21:03:17 +03:00
949c71dbf1
Fix build with libvips <8.15
2023-11-13 20:32:36 +03:00
07528dbecf
Use palette-bit-depth for palette bitdepth instead of VIPS_META_BITS_PER_SAMPLE
2023-11-13 20:26:58 +03:00
33bbfd0ed9
Use vips_addalpha instead of vips_bandjoin_const1
2023-11-13 19:57:06 +03:00
1cd344cbb7
Use clang-format style in vips/vips.c
2023-09-08 17:08:46 +03:00
756958d2ca
Fix crashes during processing of large animated WebPs
2023-09-08 17:07:09 +03:00
128b3c6f4c
Update vips.c
...
When compiling from source on Ubuntu we get an error:
# github.com/imgproxy/imgproxy/v3/vips
vips.c: In function ‘vips_fix_float_tiff’:
vips.c:247:3: warning: not enough variable arguments to fit a sentinel [-Wformat=]
247 | return vips_copy(in, out);
| ^~~~~~
vips_copy has more arguments and call needs to be terminated with null pointer.
This fixes that problem.
2023-09-07 16:51:50 +02:00
7111083649
Use clang-format style in C files
2023-08-30 17:09:56 +04:00
4e1d556458
Fix float TIFF opacity and linear BW TIFF colors
2023-08-30 15:09:31 +04:00
925dac28bb
Create and destroy a tiny image during health check to check that vips is operational
2023-08-21 20:48:47 +03:00
9b6074094a
Fix return value from vips_resize_go
2023-06-06 21:09:42 +03:00
39c436e527
Preserve GIF bit-per-sample
2023-05-23 19:09:30 +03:00
157843ccb3
Use VIPS_META_BITS_PER_SAMPLE image header instead of palette-bit-depth when available
2023-05-23 19:08:35 +03:00
3048c30e1e
Cast to origin pixel format after premultiplication
2023-05-23 18:26:06 +03:00
85f790fb4b
Optimize watermark application
2023-05-10 17:46:41 +03:00
2c28252966
Fix the way the dpr
processing option affects offsets and paddings
2023-04-16 20:56:17 +03:00
a7e1b80ba9
Remove color-related EXIF data when stripping ICC profile
2023-01-30 17:13:39 +03:00
f89ced23e4
Speedup processing
2023-01-06 16:36:52 +03:00
fb330da045
Use adaptive filter for full-color PNGs
2022-11-22 18:50:33 +06:00
e233a60f6c
Remove alpha after watermarking if image hadn't one before
2022-09-30 18:09:07 +06:00
dda20f1a1d
Drop vips_ensure_alpha; Refactor vips_apply_watermark
2022-09-30 17:45:12 +06:00
cd5c30fa0d
Make filters low-level
2022-07-28 15:32:36 +06:00
f2f1b127e0
Fix vips.c formatting
2022-07-22 21:48:03 +06:00
97e15c717d
Fix sizes of GIF and ICO before save
2022-07-18 18:49:58 +06:00
e7d1dde5ea
Set the right png bitdepth ( #915 )
2022-07-12 18:46:35 +06:00
7a5074187e
Fix trimming of CMYK images
2022-06-23 17:59:04 +06:00
8a536d69a3
Better animation detection
2022-06-10 15:27:25 +06:00
4d4a1d724f
IMGPROXY_KEEP_COPYRIGHT config & keep_copyright option
2022-04-25 16:53:08 +06:00
9b146991c5
Use heic/avif embedded thumbnails
2022-04-14 22:33:09 +06:00
eaa1c038a2
Fix AVIF speed
2022-02-07 16:33:09 +06:00
cf884f860c
Improved ICC profiles handling
2021-12-07 14:50:38 +06:00
a55776e561
Min libvips version is 8.10
2021-11-23 18:27:26 +06:00
6a2784e2a8
Use "effort" in vips_avifsave_go
2021-11-23 00:16:28 +06:00
9d2ba808ed
Save GIF with vips_gifsave_buffer
2021-11-23 00:12:59 +06:00
8f7404ec27
Load/save BMP without ImageMagick
2021-11-11 13:43:06 +06:00
d016e26e2e
Merge branch 'master' into version/3
2021-09-07 19:04:33 +06:00