Skip to content

Commit

Permalink
Allow g4 images generated from PBM files to have colormap and transpa…
Browse files Browse the repository at this point in the history
…rency, like those from TIFF files.
  • Loading branch information
brouhaha committed May 4, 2022
1 parent 061a017 commit 20cf242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tumble_pbm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 20cf242

Please sign in to comment.