mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
23 lines
450 B
Text
23 lines
450 B
Text
Program:
|
|
========
|
|
|
|
'xmngview' displays MNG/JNG/PNG files. The program can be called
|
|
|
|
xmngview
|
|
xmngview filename
|
|
|
|
This program is used within a plugin library for a browser:
|
|
xmngview -wWINDOWID -bgBGPIXEL filename
|
|
|
|
Limitations:
|
|
============
|
|
needs Lesstif/Motif, i.e. '-lXm -lXt -lX11'.
|
|
depth >= 8 (tested with 8bpp, 16bpp, 24bpp)
|
|
perhaps INTEL only
|
|
perhaps LINUX only
|
|
|
|
libmng:
|
|
=======
|
|
read the first lines of xmngview.c
|
|
|
|
szukw000, March 2003
|