mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-28 20:43:54 +02:00
IMG-29: Save ICO using target (#1453)
* disk_sink + fixes * Always 4 bands for v3+ bmp on save * bmpsave fixed (w/o orientation) * fixed ico for target save * icosave.c * Resolved conflicts * Removed leftover comments * Correct data_size
This commit is contained in:
10
vips/ico.h
Normal file
10
vips/ico.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* ICO save/load
|
||||
*/
|
||||
#ifndef __ICO_H__
|
||||
#define __ICO_H__
|
||||
|
||||
// defined in icosave.c
|
||||
int vips_icosave_target_go(VipsImage *in, VipsTarget *target);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user