~ubuntu-branches/ubuntu/oneiric/libmng/oneiric

« back to all changes in this revision

Viewing changes to contrib/gcc/xmngview/README

  • Committer: Bazaar Package Importer
  • Author(s): Shiju p. Nair
  • Date: 2006-04-07 09:49:11 UTC
  • mfrom: (0.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060407094911-ay3179o63gvlh4ll
Tags: 1.0.9-1
* New upstream release. (closes: #303968, #271979)
* Patch from Aurelien Jarno <aurel32@debian.org> to support GNU/kFreeBSD.
  Closes: #314696)
* Patch from Christopher Bodenstein <cb@physicman.net> to support
  hurd-i386. (closes: #361103)
* README.Debian provide information on what options are compiled in to
  libmng.(closes: #174523)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Program:
2
 
========
3
 
 
4
 
'xmngview' displays MNG/JNG/PNG files. The program can be called
5
 
 
6
 
        xmngview
7
 
        xmngview filename
8
 
 
9
 
This program is used within a plugin library for a browser:
10
 
        xmngview -wWINDOWID -bgBGPIXEL filename
11
 
 
12
 
Limitations: 
13
 
============
14
 
        needs Lesstif/Motif, i.e. '-lXm -lXt -lX11'.
15
 
        depth >= 8 (tested with 8bpp, 16bpp, 24bpp)
16
 
        perhaps INTEL only
17
 
        perhaps LINUX only
18
 
 
19
 
libmng:
20
 
=======
21
 
        read the first lines of xmngview.c
22
 
 
23
 
szukw000, March 2003
 
1
Program:
 
2
========
 
3
 
 
4
'xmngview' displays MNG/JNG/PNG files. The program can be called
 
5
 
 
6
        xmngview
 
7
        xmngview filename
 
8
 
 
9
This program is used within a plugin library for a browser:
 
10
        xmngview -wWINDOWID -bgBGPIXEL filename
 
11
 
 
12
Limitations: 
 
13
============
 
14
        needs Lesstif/Motif, i.e. '-lXm -lXt -lX11'.
 
15
        depth >= 8 (tested with 8bpp, 16bpp, 24bpp)
 
16
        perhaps INTEL only
 
17
        perhaps LINUX only
 
18
 
 
19
libmng:
 
20
=======
 
21
        read the first lines of xmngview.c
 
22
 
 
23
szukw000, March 2003