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

189 Commits

Author SHA1 Message Date
Eric Smith
d4a9738667 Remove the odd/even page stuff, which was of almost no utlity. 2022-06-07 17:54:25 -06:00
Eric Smith
0fa4379a17 Update version for 0.38 release. v0.38 2022-05-06 01:58:23 -06:00
Eric Smith
2337b1def4 Added imagemask support. Style changes. 2022-05-06 01:51:04 -06:00
Eric Smith
d452544805 Fix output context chain. last_output_context was not getting updated, so everything was going into a single output context. 2022-05-03 23:39:13 -06:00
Eric Smith
20cf242661 Allow g4 images generated from PBM files to have colormap and transparency, like those from TIFF files. 2022-05-03 23:35:52 -06:00
Eric Smith
061a017018 Fix issues with C stdio stream and Unix FD getting out of sync when rewind() is used. v0.37 2022-04-28 21:37:24 -06:00
Eric Smith
5b451610a9 Because progress is written to stderr with only CR (to overprint), at completion output a proper newline. 2022-04-28 21:36:26 -06:00
Eric Smith
7589c805f2 Remove claim that big-endian hosts are not supported; pkubaj says in github issue 11 that it works. 2022-04-28 21:00:10 -06:00
Eric Smith
5b1d2b6675 Add missing extern for variable blank_handler. 2022-04-28 20:39:49 -06:00
Eric Smith
0f086e044d Init height and width to avoid warnings. 2022-04-28 20:38:57 -06:00
Eric Smith
48badfdcd3 Fix forward declaration of yyin. 2022-04-28 20:38:30 -06:00
Eric Smith
de94914387 Update for newer bison. 2022-04-28 20:35:16 -06:00
Eric Smith
357172fc8e Merge pull request #6 from philpem/fix-png-switchstmt
fix use of switch-case on a boolean
2020-05-26 14:12:55 -06:00
Eric Smith
4d3f6a32f5 Merge pull request #5 from philpem/marcespie-fix-g4-absdiff
Fix upstream #3, bring in marcespie's G4 patch
2020-05-26 14:12:00 -06:00
Eric Smith
f9bd928d8a Merge pull request #4 from philpem/fix-libnetpbm
make libnetpbm import work on Ubuntu/Debian (upstream #1)
2020-05-26 14:11:18 -06:00
Phil Pemberton
acca06eefc fix use of switch-case on a boolean 2020-05-26 18:46:16 +01:00
Phil Pemberton
8827eb886c make libnetpbm import work on Ubuntu/Debian (upstream #1)
Deal with Debian/Ubuntu's version of libnetpbm10-dev.

See upstream issue #1
2020-05-26 18:31:19 +01:00
Phil Pemberton
ff881377d8 Fix upstream #3, bring in marcespie's G4 patch
Fix a clang warning which is also a bug. Thanks to @marcespie for the
patch.

Fixes upstream issue #3
2020-05-26 18:13:27 +01:00
Eric Smith
986047af9b Minor updates. v0.36 2017-12-27 11:15:09 -07:00
Eric Smith
d526c45a52 Fix problem with image_info->{width,height}_samples not being set. Add rotation. 2017-06-09 22:02:47 -06:00
Eric Smith
cf429f859f Add missing include of <string.h>. 2017-06-09 22:02:01 -06:00
Eric Smith
06bdecfc18 Move resize_bitmap() and rotate_bitmap() into bitblt.[ch]. Add horribly inefficient implementation of transpose(). 2017-06-09 22:01:38 -06:00
Eric Smith
e4b1297e1e Add CHANGELOG.md. 2016-06-23 21:01:41 -06:00
Eric Smith
10c4f6846c Add very many enhancements by J. David Bryan. 2016-06-23 20:39:37 -06:00
Eric Smith
a355304f3d Merge more release 0.33 changes which were apparently missing in svn import. 2016-06-23 20:33:44 -06:00
Eric Smith
37fad8125d Merge release 0.33 changes which were apparently missing in svn import. 2016-06-23 20:23:49 -06:00
Eric Smith
f3d9963b98 Add missing semicolons. 2016-06-23 19:56:28 -06:00
Eric Smith
9b985f4e23 Add .gitignore. 2016-06-23 19:56:13 -06:00
Eric Smith
42e34ac141 Change pbm to netpbm. 2016-06-23 19:55:22 -06:00
Eric Smith
cdc73fc944 added big-endian support 2003-08-18 09:59:41 +00:00
Eric Smith
9f01e74221 include tumble version in usage message. 2003-04-10 09:02:12 +00:00
Eric Smith
7e6f49d464 first cut at PBM support. 2003-04-10 08:47:30 +00:00
Eric Smith
e379c29f49 support both big- and little-endian TIFF files. don't crash in close_input_file() if current_input_handler is NULL. 2003-03-25 09:38:08 +00:00
Eric Smith
d4dcb359e6 *** empty log message *** 2003-03-25 09:36:56 +00:00
Eric Smith
7e9bf6c153 handle bookmark hierarchy. 2003-03-20 16:23:37 +00:00
Eric Smith
b8db3757a3 *** empty log message *** 2003-03-20 15:26:16 +00:00
Eric Smith
a5d4200f24 recognize both big-endian and little-endian TIFF files. 2003-03-20 15:22:23 +00:00
Eric Smith
d7d4fa0632 added match_suffix() to input handlers. 2003-03-20 14:55:28 +00:00
Eric Smith
2582aa64a8 fix return value in process_jpeg_image(). 2003-03-20 08:32:16 +00:00
Eric Smith
1f6e70d6b7 strip more extensions for bookmark names. 2003-03-20 08:26:18 +00:00
Eric Smith
e2298fcbe8 fix return values in process_tiff_image(). 2003-03-20 08:20:52 +00:00
Eric Smith
dccd163653 added color, width_samples, height_samples areguments to pdf_write_jpeg_image(). 2003-03-20 07:53:09 +00:00
Eric Smith
e9915ad10f new release. 2003-03-20 07:52:25 +00:00
Eric Smith
d53923b70c newline before endstream is NOT the responsibility of callback! 2003-03-20 07:44:53 +00:00
Eric Smith
af42666d8e *** empty log message *** 2003-03-20 07:06:35 +00:00
Eric Smith
51f0ed1b9e no DEBUG in release version. 2003-03-20 07:03:29 +00:00
Eric Smith
67e3ee737e fix multiple close of input file. 2003-03-20 07:02:28 +00:00
Eric Smith
e08fd46185 more JPEG support. added input file handler API. 2003-03-20 06:54:08 +00:00
Eric Smith
e68a6fb9a0 *** empty log message *** 2003-03-20 01:08:05 +00:00
Eric Smith
0a019217f0 more JPEG support. 2003-03-19 15:39:55 +00:00