1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-01 23:11:31 +02:00

Extract finalizing to a separate pipeline; Fix watermark colors on non-sRGB images

This commit is contained in:
DarthSim
2024-04-18 19:51:40 +03:00
parent 81b19a0922
commit 09e542517a
8 changed files with 165 additions and 78 deletions

View File

@@ -28,12 +28,9 @@ int vips_black_go(VipsImage **out, int width, int height, int bands);
int vips_fix_float_tiff(VipsImage *in, VipsImage **out);
int vips_get_orientation(VipsImage *image);
void vips_strip_meta(VipsImage *image);
VipsBandFormat vips_band_format(VipsImage *in);
void vips_remove_palette_bit_depth(VipsImage *image);
gboolean vips_is_animated(VipsImage *in);
int vips_image_get_array_int_go(VipsImage *image, const char *name, int **out, int *n);
@@ -81,6 +78,7 @@ int vips_linecache_seq(VipsImage *in, VipsImage **out, int tile_height);
int vips_arrayjoin_go(VipsImage **in, VipsImage **out, int n);
int vips_strip(VipsImage *in, VipsImage **out, int keep_exif_copyright);
int vips_strip_all(VipsImage *in, VipsImage **out);
int vips_jpegsave_go(VipsImage *in, void **buf, size_t *len, int quality, int interlace);
int vips_pngsave_go(VipsImage *in, void **buf, size_t *len, int interlace, int quantize,