summary refs log tree commit diff
path: root/cards/dump.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-27 19:10:18 -0500
committerJune McEnroe <june@causal.agency>2020-01-27 19:10:18 -0500
commitff011685a87e4314e0ddc58fc909d0d018dd788e (patch)
tree38939e200850a1bc76162b2bf3776b5cebd79005 /cards/dump.1
parentRemove cards submodule (diff)
parentRemove README (diff)
downloadwep-ff011685a87e4314e0ddc58fc909d0d018dd788e.tar.gz
wep-ff011685a87e4314e0ddc58fc909d0d018dd788e.zip
Add 'cards/' from commit 'daf6fd1d716aad3c03b6dadbbd7a4b724acbfece'
git-subtree-dir: cards
git-subtree-mainline: 97e1d0e9a7eb2cfad54e518cd5eba3f4523f788d
git-subtree-split: daf6fd1d716aad3c03b6dadbbd7a4b724acbfece
Diffstat (limited to 'cards/dump.1')
-rw-r--r--cards/dump.148
1 files changed, 48 insertions, 0 deletions
diff --git a/cards/dump.1 b/cards/dump.1
new file mode 100644
index 0000000..a7fc3db
--- /dev/null
+++ b/cards/dump.1
@@ -0,0 +1,48 @@
+.Dd March 29, 2019
+.Dt DUMP 1
+.Os
+.
+.Sh NAME
+.Nm dump
+.Nd dump bitmap resources
+.
+.Sh SYNOPSIS
+.Nm
+.Op Fl abfik
+.Op Ar file
+.
+.Sh DESCRIPTION
+.Nm
+dumps bitmap resources from
+.Pa CARDS.DLL ,
+.Pa SOL.EXE
+or
+.Pa FREECELL.EXE
+files.
+Bitmaps are written to the current directory
+starting with
+.Pa 01.bmp .
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl a
+Set the
+.Xr cards 3
+.Dv Cards_AlphaCorners
+flag.
+.It Fl b
+Set the
+.Xr cards 3
+.Dv Cards_BlackBorders
+flag.
+.It Fl f
+Dump FreeCell bitmaps.
+.It Fl i
+Invert the colors of the bitmaps
+.It Fl k
+Set the
+.Xr cards 3
+.Dv Cards_ColorKey
+flag.
+.El