aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-08 23:26:37 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-08 23:26:37 +0200
commitc9a9219d3c94f7b8a8ce99df522c8f04e3e75510 (patch)
treeeb9dd229584f1e788f11ac1ede463f7b013ce8da
parentstylo (diff)
downloadusing-git-c9a9219d3c94f7b8a8ce99df522c8f04e3e75510.tar.gz
using-git-c9a9219d3c94f7b8a8ce99df522c8f04e3e75510.tar.bz2
using-git-c9a9219d3c94f7b8a8ce99df522c8f04e3e75510.tar.xz
raster images with transparency
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--using-git.texinfo10
1 files changed, 9 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index a60108e..290235f 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1977,10 +1977,18 @@ text based alternative.
@table @asis
@item Raster images
-Portable pixmap (.ppm, .pgm, .pbm, .pnm) is
+Portable Pixmap (.ppm, .pgm, .pbm, .pnm) is
a text based@footnote{Optionally partially
binary.} image format that is supported by
The GNU Image Manipulation Program (GIMP).
+If you want transparency in your images,
+Portable Arbitrary Pap (.pam) is the best
+well established format, however, it is
+not widely supported --- but ImageMagick
+and GraphicsMagick can be used to conversion
+to Portable Network Graphics (.png) or almost
+any other format, --- and only the headers
+are in plain text.
@item Vector images
Scalable Vector@footnote{Yes it is redudant,