Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man8/man8.x86 Document supported subsets of image ...
details: https://anonhg.NetBSD.org/src/rev/1337373723dc
branches: trunk
changeset: 801751:1337373723dc
user: apb <apb%NetBSD.org@localhost>
date: Sat Aug 16 12:30:12 2014 +0000
description:
Document supported subsets of image formats,
extracted from comments in src/sys/dev/stbi/stb_image.c.
XXX: This is not the right place to document supported image formats
for splash screens.
diffstat:
share/man/man8/man8.x86/boot.8 | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 8707389f8752 -r 1337373723dc share/man/man8/man8.x86/boot.8
--- a/share/man/man8/man8.x86/boot.8 Sat Aug 16 11:41:37 2014 +0000
+++ b/share/man/man8/man8.x86/boot.8 Sat Aug 16 12:30:12 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot.8,v 1.3 2014/08/16 11:41:37 apb Exp $
+.\" $NetBSD: boot.8,v 1.4 2014/08/16 12:30:12 apb Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -595,7 +595,14 @@
The
.Ar file
should contain an image in one of these formats:
-JPEG, PNG, BMP, GIF, PSD, or PIC.
+JPEG (baseline only, not progressive),
+PNG (8-bit only),
+TGA,
+BMP (non-1bpp, non-RLE),
+GIF,
+PSD (composited view only),
+or
+PIC.
.It Ic vesa Bro Va modenum | Ar on | off | enabled | disabled | list Brc
Initialise the video card to the specified resolution and bit depth.
The
Home |
Main Index |
Thread Index |
Old Index