~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/twain/tw_dump.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  
 
1
/*
2
2
 * TWAIN Plug-in
3
3
 * Copyright (C) 1999 Craig Setera
4
4
 * Craig Setera <setera@home.com>
25
25
 * Randomize
26
26
 *
27
27
 * Any suggestions, bug-reports or patches are welcome.
28
 
 * 
 
28
 *
29
29
 * This plug-in interfaces to the TWAIN support library in order
30
30
 * to capture images from TWAIN devices directly into GIMP images.
31
31
 * The plug-in is capable of acquiring the following type of
38
38
 * Prerequisites:
39
39
 *  This plug-in will not compile on anything other than a Win32
40
40
 *  platform.  Although the TWAIN documentation implies that there
41
 
 *  is TWAIN support available on Macintosh, I neither have a 
 
41
 *  is TWAIN support available on Macintosh, I neither have a
42
42
 *  Macintosh nor the interest in porting this.  If anyone else
43
43
 *  has an interest, consult www.twain.org for more information on
44
44
 *  interfacing to TWAIN.
48
48
 *   configuration compiles with a maximum of single image transfers.
49
49
 */
50
50
 
51
 
/* 
 
51
/*
52
52
 * Revision history
53
53
 *  (02/07/99)  v0.1   First working version (internal)
54
54
 *  (02/09/99)  v0.2   First release to anyone other than myself
55
55
 *  (02/15/99)  v0.3   Added image dump and read support for debugging
56
 
 *  (03/31/99)  v0.5   Added support for multi-byte samples and paletted 
 
56
 *  (03/31/99)  v0.5   Added support for multi-byte samples and paletted
57
57
 *                     images.
58
58
 */
59
59