]> git.mdlowis.com Git - proto/labwc.git/commit
img: don't abort with non-ARGB32 PNG files
authortokyo4j <hrak1529@gmail.com>
Fri, 3 Jan 2025 12:58:35 +0000 (21:58 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sun, 5 Jan 2025 21:38:35 +0000 (06:38 +0900)
commit7364de2ac535dd6ff513da287141ff1f0650183e
tree94ee7810ebc5d18597bb3aee770fc52c0325f55b
parenta1e2e19a8f2dda31a883edc6d8800905290c92e8
img: don't abort with non-ARGB32 PNG files

Cairo surfaces loaded with cairo_image_surface_create_from_png() are not
always ARGB32 format.
src/img/img-png.c