blob: c574492956e48826a239e763de3cfc874f29e2e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
.\" $Id$
.\" -----------------------------------------------------------------------
.\"
.\" Copyright 2002 H. Peter Anvin - All Rights Reserved
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, Inc., 53 Temple Place Ste 330,
.\" Bostom MA 02111-1307, USA; either version 2 of the License, or
.\" (at your option) any later version; incorporated herein by reference.
.\"
.\" -----------------------------------------------------------------------
.TH PNGTOICO 1 "1 January 2002" "pngtoico 1.0"
.SH NAME
.B pngtoico
\- convert png images to M$ ico format
.SH SYNOPSIS
.B pngtoico
.I files.png...
>
.I output.ico
.SH DESCRIPTION
.B pngtoico
converts a set of palettized (indexed) Portable Network Graphics (PNG)
files to a single Micro$oft icon (ICO) file.
.PP
Each input PNG image should be no larger than 255x255 pixels, and use
no more than 256 colours. Fully transparent pixels are allowed;
partially transparent pixels (alpha blending) are not.
.SH NOTES
Although the ICO format is getting used on the web as a "favourites
icon" format, it is actually very ill-suited for that purpose. Using
a <LINK> tag, PNG images can usually be specified instead. The use of
PNG images is recommended.
.SH BUGS
The ICO format is space-consuming and full of limitations.
.SH AUTHOR
H. Peter Anvin <hpa@zytor.com>
.SH "SEE ALSO"
.BR png (5).
|