TMF Hg

get_row_run_lengths() now fills in an array of run_t to provide more information.

  • Sun, 23 Feb 2003 17:40:41 +0000
  • by eric [Sun, 23 Feb 2003 17:40:41 +0000] rev 72
  • get_row_run_lengths() now fills in an array of run_t to provide more information.

Generate G4 tables from strings of ones and zeros.

  • Sat, 22 Feb 2003 10:02:06 +0000
  • by eric [Sat, 22 Feb 2003 10:02:06 +0000] rev 71
  • Generate G4 tables from strings of ones and zeros.

updated HDRS

  • Fri, 21 Feb 2003 12:29:16 +0000
  • by eric [Fri, 21 Feb 2003 12:29:16 +0000] rev 70
  • updated HDRS

GPL

  • Fri, 21 Feb 2003 12:28:37 +0000
  • by eric [Fri, 21 Feb 2003 12:28:37 +0000] rev 69
  • GPL

g4 tables

  • Fri, 21 Feb 2003 12:28:06 +0000
  • by eric [Fri, 21 Feb 2003 12:28:06 +0000] rev 68
  • g4 tables

changed pdf_calloc() to take two args like ordinary calloc(). added pdf_stream_write_bits() and pdf_stream_flush_bits().

  • Fri, 21 Feb 2003 10:49:11 +0000
  • by eric [Fri, 21 Feb 2003 10:49:11 +0000] rev 67
  • changed pdf_calloc() to take two args like ordinary calloc(). added pdf_stream_write_bits() and pdf_stream_flush_bits().

implemented ImageMask fill color arguments to pdf_write_g4_fax_image().

  • Fri, 21 Feb 2003 09:25:47 +0000
  • by eric [Fri, 21 Feb 2003 09:25:47 +0000] rev 66
  • implemented ImageMask fill color arguments to pdf_write_g4_fax_image().

*** empty log message ***

  • Fri, 21 Feb 2003 09:12:05 +0000
  • by eric [Fri, 21 Feb 2003 09:12:05 +0000] rev 65
  • *** empty log message ***

added image position and size arguments to pdf_write_g4_fax_image.

  • Fri, 21 Feb 2003 09:01:33 +0000
  • by eric [Fri, 21 Feb 2003 09:01:33 +0000] rev 64
  • added image position and size arguments to pdf_write_g4_fax_image.

GPL.

  • Fri, 21 Feb 2003 08:49:11 +0000
  • by eric [Fri, 21 Feb 2003 08:49:11 +0000] rev 63
  • GPL.

my own PDF routines to replace Panda.

  • Thu, 20 Feb 2003 12:44:17 +0000
  • by eric [Thu, 20 Feb 2003 12:44:17 +0000] rev 62
  • my own PDF routines to replace Panda.

my own PDF routines to replace Panda.

  • Thu, 20 Feb 2003 12:21:10 +0000
  • by eric [Thu, 20 Feb 2003 12:21:10 +0000] rev 61
  • my own PDF routines to replace Panda.

fix includes.

  • Thu, 20 Feb 2003 12:20:28 +0000
  • by eric [Thu, 20 Feb 2003 12:20:28 +0000] rev 60
  • fix includes.

my own PDF routines to replace Panda.

  • Thu, 20 Feb 2003 12:16:00 +0000
  • by eric [Thu, 20 Feb 2003 12:16:00 +0000] rev 59
  • my own PDF routines to replace Panda.

only need a single table for run length encoding now.

  • Thu, 20 Feb 2003 12:11:35 +0000
  • by eric [Thu, 20 Feb 2003 12:11:35 +0000] rev 58
  • only need a single table for run length encoding now.

added run length encoding function.

  • Thu, 20 Feb 2003 12:11:06 +0000
  • by eric [Thu, 20 Feb 2003 12:11:06 +0000] rev 57
  • added run length encoding function.

added code to generate RLE tables.

  • Wed, 19 Feb 2003 10:34:35 +0000
  • by eric [Wed, 19 Feb 2003 10:34:35 +0000] rev 56
  • added code to generate RLE tables.

fix error reporting in process_specs(). rename some functions for clarity.

  • Wed, 19 Feb 2003 10:20:05 +0000
  • by eric [Wed, 19 Feb 2003 10:20:05 +0000] rev 55
  • fix error reporting in process_specs(). rename some functions for clarity.

*** empty log message ***

  • Wed, 19 Feb 2003 10:17:12 +0000
  • by eric [Wed, 19 Feb 2003 10:17:12 +0000] rev 54
  • *** empty log message ***

rename br.c to bitblt_table_gen.c, and integrate use of it into build process

  • Wed, 19 Feb 2003 10:14:49 +0000
  • by eric [Wed, 19 Feb 2003 10:14:49 +0000] rev 53
  • rename br.c to bitblt_table_gen.c, and integrate use of it into build process

*** empty log message ***

  • Wed, 19 Feb 2003 10:15:16 +0000
  • by eric [Wed, 19 Feb 2003 10:15:16 +0000] rev 52
  • *** empty log message ***

added 'dist' target, and minor cleanup REL_0_10

  • Tue, 21 Jan 2003 18:53:48 +0000
  • by eric [Tue, 21 Jan 2003 18:53:48 +0000] rev 51
  • added 'dist' target, and minor cleanup

output copyright message and URL before usage message

  • Tue, 21 Jan 2003 18:39:55 +0000
  • by eric [Tue, 21 Jan 2003 18:39:55 +0000] rev 50
  • output copyright message and URL before usage message

added command-line mode

  • Tue, 21 Jan 2003 18:30:49 +0000
  • by eric [Tue, 21 Jan 2003 18:30:49 +0000] rev 49
  • added command-line mode

now use C99 stdint.h and stdbool.h

  • Mon, 26 Aug 2002 06:03:55 +0000
  • by eric [Mon, 26 Aug 2002 06:03:55 +0000] rev 48
  • now use C99 stdint.h and stdbool.h

fixed 'middle-endian' output from TIFFReadScanline

  • Mon, 26 Aug 2002 05:43:49 +0000
  • by eric [Mon, 26 Aug 2002 05:43:49 +0000] rev 47
  • fixed 'middle-endian' output from TIFFReadScanline

only call resize_bitmap if necessary

  • Sun, 25 Aug 2002 13:22:42 +0000
  • by eric [Sun, 25 Aug 2002 13:22:42 +0000] rev 46
  • only call resize_bitmap if necessary

cloning an input context wasn't updating last_input_context

  • Sun, 25 Aug 2002 13:21:28 +0000
  • by eric [Sun, 25 Aug 2002 13:21:28 +0000] rev 45
  • cloning an input context wasn't updating last_input_context

changed program name to "t2p"

  • Wed, 30 Jan 2002 08:55:53 +0000
  • by eric [Wed, 30 Jan 2002 08:55:53 +0000] rev 44
  • changed program name to "t2p"

*** empty log message ***

  • Tue, 22 Jan 2002 09:42:42 +0000
  • by eric [Tue, 22 Jan 2002 09:42:42 +0000] rev 43
  • *** empty log message ***

started work on bitblt optimization - split rotate functions from bitblt.

  • Wed, 02 Jan 2002 16:39:39 +0000
  • by eric [Wed, 02 Jan 2002 16:39:39 +0000] rev 42
  • started work on bitblt optimization - split rotate functions from bitblt.

Initial revision

  • Wed, 02 Jan 2002 16:39:20 +0000
  • by eric [Wed, 02 Jan 2002 16:39:20 +0000] rev 41
  • Initial revision

*** empty log message ***

  • Wed, 02 Jan 2002 13:49:42 +0000
  • by eric [Wed, 02 Jan 2002 13:49:42 +0000] rev 40
  • *** empty log message ***

*** empty log message ***

  • Wed, 02 Jan 2002 12:49:55 +0000
  • by eric [Wed, 02 Jan 2002 12:49:55 +0000] rev 39
  • *** empty log message ***

*** empty log message ***

  • Wed, 02 Jan 2002 10:48:07 +0000
  • by eric [Wed, 02 Jan 2002 10:48:07 +0000] rev 38
  • *** empty log message ***

Initial revision

  • Wed, 02 Jan 2002 10:30:37 +0000
  • by eric [Wed, 02 Jan 2002 10:30:37 +0000] rev 37
  • Initial revision

bug fixes.

  • Wed, 02 Jan 2002 10:18:13 +0000
  • by eric [Wed, 02 Jan 2002 10:18:13 +0000] rev 36
  • bug fixes.

use signed integers for coordinates.

  • Wed, 02 Jan 2002 10:17:48 +0000
  • by eric [Wed, 02 Jan 2002 10:17:48 +0000] rev 35
  • use signed integers for coordinates.

improve floating point literal handling.

  • Wed, 02 Jan 2002 10:17:24 +0000
  • by eric [Wed, 02 Jan 2002 10:17:24 +0000] rev 34
  • improve floating point literal handling.

change coordinates to signed.

  • Tue, 01 Jan 2002 10:18:33 +0000
  • by eric [Tue, 01 Jan 2002 10:18:33 +0000] rev 33
  • change coordinates to signed.