Merge branch '8.13'
This commit is contained in:
commit
69b139dfff
@ -22,6 +22,7 @@ master
|
|||||||
- reduce latency on dzsave kill [kleisauke]
|
- reduce latency on dzsave kill [kleisauke]
|
||||||
- improve text too large check [kleisauke]
|
- improve text too large check [kleisauke]
|
||||||
- fix subifd writing for small images [ruven]
|
- fix subifd writing for small images [ruven]
|
||||||
|
- name ICC profiles in spngsave [lovell]
|
||||||
|
|
||||||
24/7/22 started 8.13.1
|
24/7/22 started 8.13.1
|
||||||
- fix im7 feature detection in meson
|
- fix im7 feature detection in meson
|
||||||
|
@ -217,7 +217,7 @@ vips_foreign_save_spng_metadata( VipsForeignSaveSpng *spng, VipsImage *in )
|
|||||||
"of ICC profile\n", length );
|
"of ICC profile\n", length );
|
||||||
#endif /*DEBUG*/
|
#endif /*DEBUG*/
|
||||||
|
|
||||||
vips_strncpy( iccp.profile_name, "",
|
vips_strncpy( iccp.profile_name, "icc",
|
||||||
sizeof( iccp.profile_name ) );
|
sizeof( iccp.profile_name ) );
|
||||||
iccp.profile_len = length;
|
iccp.profile_len = length;
|
||||||
iccp.profile = (void *) data;
|
iccp.profile = (void *) data;
|
||||||
|
Loading…
Reference in New Issue
Block a user