mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
DeviceGray lossless-to-jpeg now working
This commit is contained in:
@ -29,7 +29,7 @@ let pnm_to_channel_24 ch w h s =
|
||||
let pnm_to_channel_8 ch w h s =
|
||||
pnm_output_string ch "P5";
|
||||
pnm_header ch w h;
|
||||
pnm_output_string ch "15";
|
||||
pnm_output_string ch "255";
|
||||
pnm_newline ch;
|
||||
let pos = ref 0 in
|
||||
for y = 1 to h do
|
||||
|
Reference in New Issue
Block a user