~ubuntu-branches/ubuntu/feisty/icoutils/feisty

« back to all changes in this revision

Viewing changes to icotool/icotool.1

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-05-26 15:15:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050526151536-uzg8vlhedkx1nwcx
Tags: 0.25.0-1
* New upstream release.
  - 'make distclean' fixed; revert workarounds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"                                      Hey, EMACS: -*- nroff -*-
2
 
.TH ICOTOOL "1" "February 21, 2002" "icotool (icoutils)"
 
1
.\"                                      -*- nroff -*-
 
2
.\" icotool.1 - Manual page for icotool.
 
3
.\"
 
4
.\" Copyright (C) 1998-2005 Oskar Liljeblad
 
5
.\"
 
6
.\" This file is part of the icoutils.
 
7
.\"
 
8
.\" This program is free software; you can redistribute it and/or modify
 
9
.\" it under the terms of the GNU General Public License as published by
 
10
.\" the Free Software Foundation; either version 2 of the License, or
 
11
.\" (at your option) any later version.
 
12
.\"
 
13
.\" This program is distributed in the hope that it will be useful,
 
14
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
.\" GNU Library General Public License for more details.
 
17
.\"
 
18
.\" You should have received a copy of the GNU General Public License
 
19
.\" along with this program; if not, write to the Free Software
 
20
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
21
.\"
 
22
.TH ICOTOOL "1" "April 18, 2005" "icotool (icoutils)"
3
23
.SH NAME
4
24
icotool \- Convert and create Win32 icon and cursor files
5
25
.SH SYNOPSIS
13
33
created from and extracted into PNG files. This is done using
14
34
libpng.
15
35
 
16
 
Icon and cursor files are used mainly on the Windows platform.
17
 
Each icons or cursors file may contain multiple images of various
18
 
resolutions and with different number of colors. Cursor files
19
 
differ from icon files in that they also contain information
 
36
Icon and cursor files are used mainly on the Microsoft Windows(R)
 
37
platform. Each icons or cursors file may contain multiple images
 
38
of various resolutions and with different number of colors. Cursor
 
39
files differ from icon files in that they also contain information
20
40
about the hotspot of each image.
21
41
 
22
42
Recent versions of Microsoft's Internet Explorer use icons for
163
183
  $ \fBicotool -x -o img/ -p 256 *.ico\fP
164
184
.PP
165
185
Create an icon named `favicon.ico' with two images:
166
 
.br
 
186
.br
167
187
  $ \fBicotool -c -o favicon.ico mysite_32x32.png mysite_64x64.png\fP
168
188
.SH AUTHOR
169
189
The \fBicoutils\fP were written by Oskar Liljeblad <\fIoskar@osk.mine.nu\fP>.
 
190
.SH COPYRIGHT
 
191
Copyright \(co 1998-2005 Oskar Liljeblad
 
192
 
 
193
This is free software; see the source for copying conditions.  There is NO
 
194
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
195
.SH TRADEMARKS
 
196
Windows is a registered trademark of Microsoft Corporation in the United
 
197
States and other countries.