summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/man/man1/gdk-pixbuf-csource.1
diff options
context:
space:
mode:
Diffstat (limited to 'gtk+-mingw/share/man/man1/gdk-pixbuf-csource.1')
-rw-r--r--gtk+-mingw/share/man/man1/gdk-pixbuf-csource.1137
1 files changed, 0 insertions, 137 deletions
diff --git a/gtk+-mingw/share/man/man1/gdk-pixbuf-csource.1 b/gtk+-mingw/share/man/man1/gdk-pixbuf-csource.1
deleted file mode 100644
index 50e1f7b..0000000
--- a/gtk+-mingw/share/man/man1/gdk-pixbuf-csource.1
+++ /dev/null
@@ -1,137 +0,0 @@
-'\" t
-.\" Title: gdk-pixbuf-csource
-.\" Author: Tim Janik
-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
-.\" Date: 08/06/2012
-.\" Manual: User Commands
-.\" Source: gdk-pixbuf
-.\" Language: English
-.\"
-.TH "GDK\-PIXBUF\-CSOURCE" "1" "" "gdk-pixbuf" "User Commands"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-gdk-pixbuf-csource \- C code generation utility for GdkPixbuf images
-.SH "SYNOPSIS"
-.HP \w'\fBgdk\-pixbuf\-csource\fR\ 'u
-\fBgdk\-pixbuf\-csource\fR [OPTION...] [IMAGE]
-.HP \w'\fBgdk\-pixbuf\-csource\fR\ 'u
-\fBgdk\-pixbuf\-csource\fR [OPTION...] \-\-build\-list [[NAME]\ [IMAGE]...]
-.SH "DESCRIPTION"
-.PP
-
-\fBgdk\-pixbuf\-csource\fR
-is a small utility that generates C code containing images, useful for compiling images directly into programs\&.
-.PP
-
-\fBgdk\-pixbuf\-csource\fR
-either takes as input one image file name to generate code for, or, using the
-\fB\-\-build\-list\fR
-option, a list of (\fIname\fR,
-\fIimage\fR) pairs to generate code for a list of images into named variables\&.
-.SH "OPTIONS"
-.PP
-\fB\-\-stream\fR
-.RS 4
-Generate pixbuf data stream (a single string containing a serialized
-GdkPixdata
-structure in network byte order)\&.
-.RE
-.PP
-\fB\-\-struct\fR
-.RS 4
-Generate GdkPixdata structure (needs the
-GdkPixdata
-structure definition from
-gdk\-pixdata\&.h)\&.
-.RE
-.PP
-\fB\-\-macros\fR
-.RS 4
-Generate *_ROWSTRIDE, *_WIDTH, *_HEIGHT, *_BYTES_PER_PIXEL and *_RLE_PIXEL_DATA or *_PIXEL_DATA macro definitions for the image\&.
-.RE
-.PP
-\fB\-\-rle\fR
-.RS 4
-Enables run\-length encoding for the generated pixel data (default)\&.
-.RE
-.PP
-\fB\-\-raw\fR
-.RS 4
-Disables run\-length encoding for the generated pixel data\&.
-.RE
-.PP
-\fB\-\-extern\fR
-.RS 4
-Generate extern symbols\&.
-.RE
-.PP
-\fB\-\-static\fR
-.RS 4
-Generate static symbols (default)\&.
-.RE
-.PP
-\fB\-\-decoder\fR
-.RS 4
-Provide a *_RUN_LENGTH_DECODE(image_buf, rle_data, size, bpp) macro definition to decode run\-length encoded image data\&.
-.RE
-.PP
-\fB\-\-name=identifier\fR
-.RS 4
-Specifies the identifier name (prefix) for the generated variables or macros (useful only if
-\fB\-\-build\-list\fR
-was not specified)\&.
-.RE
-.PP
-\fB\-\-build\-list\fR
-.RS 4
-Enables (\fIname\fR,
-\fIimage\fR) pair parsing mode\&.
-.RE
-.PP
-\fB\-h\fR, \fB\-\-help\fR
-.RS 4
-Print brief help and exit\&.
-.RE
-.PP
-\fB\-v\fR, \fB\-\-version\fR
-.RS 4
-Print version and exit\&.
-.RE
-.PP
-\fB\-\-g\-fatal\-warnings\fR
-.RS 4
-Make warnings fatal (causes the program to abort)\&.
-.RE
-.SH "SEE ALSO"
-.PP
-The
-GdkPixbuf
-documentation, shipped with the Gtk+ distribution, available from
-\m[blue]\fBwww\&.gtk\&.org\fR\m[]\&\s-2\u[1]\d\s+2\&.
-.SH "BUGS"
-.PP
-The runlength encoder gets out of sync with the pixel boundaries, since it includes the rowstride padding in the encoded stream\&. Furthermore, it generates pixbufs with suboptimal rowstride in some cases\&.
-.SH "NOTES"
-.IP " 1." 4
-www.gtk.org
-.RS 4
-\%http://www.gtk.org
-.RE