1
0
mirror of synced 2026-01-12 00:02:50 +00:00

Allow g4 images generated from PBM files to have colormap and transparency, like those from TIFF files.

This commit is contained in:
Eric Smith 2022-05-03 23:35:52 -06:00
parent 061a017018
commit 20cf242661

View File

@ -214,8 +214,8 @@ static bool process_pbm_image (int image, /* range 1 .. n */
image_info->width_points, image_info->height_points,
image_info->negative,
bitmap,
NULL,
NULL);
input_attributes.colormap,
input_attributes.transparency);
result = 1;