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:
Victor Sokolov
2025-07-11 20:39:12 +04:00
committed by GitHub
parent 90376b7261
commit 0567655437
5 changed files with 265 additions and 5 deletions

10
vips/ico.h Normal file
View 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