XWD
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|xwd}} | |extensions={{ext|xwd}} | ||
|pronom={{PRONOM|fmt/401}}, {{PRONOM|x-fmt/300}} | |pronom={{PRONOM|fmt/401}}, {{PRONOM|x-fmt/300}} | ||
+ | |wikidata={{wikidata|Q105601274}} | ||
+ | |kaitai struct=xwd | ||
}} | }} | ||
'''XWD''' ('''X Window Dump''') is a raster image file format used by the [[X Window System]]. | '''XWD''' ('''X Window Dump''') is a raster image file format used by the [[X Window System]]. | ||
Line 17: | Line 19: | ||
== Software == | == Software == | ||
+ | * [[ImageMagick]] | ||
* [[Konvertor]] | * [[Konvertor]] | ||
* [[Netpbm]] | * [[Netpbm]] | ||
Line 26: | Line 29: | ||
* http://www.fileformat.info/format/xwd/sample/index.htm | * http://www.fileformat.info/format/xwd/sample/index.htm | ||
* http://stuff.mit.edu/afs/athena/contrib/graphics/images/xpix/ | * http://stuff.mit.edu/afs/athena/contrib/graphics/images/xpix/ | ||
− | * | + | * {{DexvertSamples|image/xwd}} |
== Resources == | == Resources == |
Latest revision as of 04:06, 28 December 2023
XWD (X Window Dump) is a raster image file format used by the X Window System.
There are two versions of it: X10 and X11. They have different header formats and capabilities.
There is no official specification, and it is challenging to decode all the possible types of XWD images.
Some sources list .xdm as an alternate file extension, but others imply that xdm files have a different format.
Contents |
[edit] Specs
[edit] Software
- ImageMagick
- Konvertor
- Netpbm
- XnView
- xwd (X Window Dump): git repo, tarball releases
- xwud (X Window Un-Dump): git repo, tarball releases
[edit] Sample files
- http://www.fileformat.info/format/xwd/sample/index.htm
- http://stuff.mit.edu/afs/athena/contrib/graphics/images/xpix/
- dexvert samples — image/xwd