Skip to content

Commit 69b139d

Browse files
committed
Merge branch '8.13'
2 parents 4176ab2 + d3a1d4d commit 69b139d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ master
2222
- reduce latency on dzsave kill [kleisauke]
2323
- improve text too large check [kleisauke]
2424
- fix subifd writing for small images [ruven]
25+
- name ICC profiles in spngsave [lovell]
2526

2627
24/7/22 started 8.13.1
2728
- fix im7 feature detection in meson

libvips/foreign/spngsave.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ vips_foreign_save_spng_metadata( VipsForeignSaveSpng *spng, VipsImage *in )
217217
"of ICC profile\n", length );
218218
#endif /*DEBUG*/
219219

220-
vips_strncpy( iccp.profile_name, "",
220+
vips_strncpy( iccp.profile_name, "icc",
221221
sizeof( iccp.profile_name ) );
222222
iccp.profile_len = length;
223223
iccp.profile = (void *) data;

0 commit comments

Comments
 (0)