TMF Hg

Fixed printing so uncompressed mode is no longer used; now sends an uncompressed Packbits stream instead.

  • Wed, 05 Aug 2009 15:04:55 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Wed, 05 Aug 2009 15:04:55 +0100] rev 14
  • Fixed printing so uncompressed mode is no longer used; now sends an uncompressed Packbits stream instead.
    Added SetOption and GetOption, so can now turn autocut and mirror on and off. Defaults to both off after init.

PTdecode: add support for uncompressed data (NOTE: *NOT* supported by the PT-2450DX)

  • Wed, 05 Aug 2009 15:02:31 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Wed, 05 Aug 2009 15:02:31 +0100] rev 13
  • PTdecode: add support for uncompressed data (NOTE: *NOT* supported by the PT-2450DX)

small changes to hexdump code to stop a gcc warning on platforms where sizeof(int) != sizeof(int*) e.g. x86_64

  • Wed, 05 Aug 2009 15:00:54 +0100
  • by Philip Pemberton <philpem@philpem.me.uk> [Wed, 05 Aug 2009 15:00:54 +0100] rev 12
  • small changes to hexdump code to stop a gcc warning on platforms where sizeof(int) != sizeof(int*) e.g. x86_64