• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-4,8273,503

etc/H03-May-2022-1,090886

intl/H03-May-2022-7,6975,259

lib/H03-May-2022-12,4739,402

m4/H03-May-2022-6,0595,466

plugins/H03-May-2022-31,13922,916

po/H03-May-2022-13,49010,579

src/H03-May-2022-74,67753,483

ABOUT-NLSH A D23-May-200418.4 KiB325283

AUTHORSH A D29-Sep-2004534 2819

COPYINGH A D23-May-200417.6 KiB341281

ChangeLogH A D28-Dec-200481.7 KiB2,9071,930

HACKINGH A D15-Oct-20047.9 KiB205151

INSTALLH A D23-May-20047.6 KiB183143

Makefile.amH A D23-May-2004438 2620

Makefile.inH A D03-May-202225.3 KiB799717

NEWSH A D28-Dec-20043.6 KiB9882

READMEH A D23-May-20049.5 KiB355244

TODOH A D23-May-20041.8 KiB4940

acconfig.hH A D23-May-2004149 108

aclocal.m4H A D28-Dec-200467.6 KiB1,8051,642

autogen.shH A D23-May-2004416 238

config.guessH A D28-Dec-200442.1 KiB1,4391,240

config.h.inH A D23-May-200410.7 KiB416284

config.subH A D28-Dec-200430.3 KiB1,5451,404

configureH A D28-Dec-2004660.9 KiB22,41718,810

configure.inH A D22-Dec-200419.1 KiB730627

depcompH A D23-May-200411.8 KiB424278

gimageview.specH A D28-Dec-20042.9 KiB12188

gimageview.spec.inH A D10-Aug-20042.9 KiB12191

install-shH A D23-May-20046.2 KiB270153

intltool-extract.inH A D23-May-20049.8 KiB390284

intltool-merge.inH A D23-May-200421.5 KiB909685

intltool-update.inH A D23-May-200416 KiB643493

ltmain.shH A D28-Dec-2004181.1 KiB6,4805,094

missingH A D23-May-200410 KiB337263

mkinstalldirsH A D23-May-20041.8 KiB10072

README

1                            GImage View README
2                                                                 for ver 0.2.21
3                                                Last Modified : 2003/05/22(Thu)
4                                                      Created : 2001/09/08(Sat)
5-------------------------------------------------------------------------------
6  ** Contents **
7    0. What's this?
8    1. Introduction
9    2. Requirement
10    3. Download
11    4. Install
12    5. Usage
13    6. ChangeLog of README
14    7. License
15    8. Remarks
16-------------------------------------------------------------------------------
17
18--------------------
190. What's this?
20
21GImageView is an image viewer which solves a hopless situation under
22displaying a lot of images.
23It works on X Window System, frame buffer of linux, and Cygwin.
24
25
26
27--------------------
281. Introduction
29
30GImageView has following features:
31
32 * Simple, but usefull/flexible user interface:
33   Thumbnail window has 3 paned view (directory tree view, thumbnail view and
34   image preview), and its layout is fully castomizable by Drag and Drop.
35   Images can be also displayed by separated image window.
36
37 * Managing image files:
38   It can copy, move and link image files by Drag and Drop.
39
40 * Low waste memory.
41
42 * Also usefull for command line usage:
43   If you specify image files and direcotries from comamnd line, image files are
44   opened by image window, and directories are opened by thumbnail window
45   automatically.
46
47 * Tabbed browsing:
48   It can open two or more directories at same time by tabbed thumbnail window
49   which looks like tabbed web browser. If you drop files to tab, you can copy,
50   move and link files to the directory.
51
52 * Supported following graphich formats:
53
54   JPEG
55   PNG
56   PNM
57   GIF
58   TIFF
59   XBM
60   XPM
61   BMP
62   PCX
63   TGA
64   XCF
65   MAG
66   SVG (librsvg is required)
67   MNG (libmng is required)
68   WMF (libwmf is required)
69   ANI (Gtk+-2 is required)
70   RAS (Gtk+-2 is required)
71
72 * It can play animation such as animation GIF and MNG.
73
74 * Supports movie files and sound files using Xine and MPlayer.
75   Supported file types are depended on Xine and MPlayer:
76
77   * AVI (MS-MPEG4, DivX, MotionJPEG, Cinepack and so on...)
78   * MPEG1, MPEG2, MPEG4, MPEG1 audio layer3
79   * Quick Time
80   * Real Media
81   * Any other unknown types...
82
83 * It can extract compressed file automatically.
84   (File name extension is not registed by default. Please open common ->
85    filter page of preference dialog and regist it manually).
86
87    gzip, bzip2
88
89 * Supports archive files using external command:
90
91   tar, zip, lha, rar
92
93 * Supports various thumbnail cache types
94
95   Nautilus, Konqueror, GQview, Electric Eyes (Picview), xvpics
96   (Thumbnail Managing Standard which supported by latest Nautilus and Konqueror
97    will be implemented at next versoin of GImageView)
98
99 * Supports slideshow
100
101 * Threre are 10 types of thumbnail view, and supports vatious sort types.
102
103 * Finding duplicated images
104
105   It can find duplicated image files by file siez, md5sum and similarity,
106   and display it on tree view.
107
108
109
110--------------------
1112. Requirements
112
113You need following environment/libraries to build GImaqeView:
114
115 * ANSI-C, POSIX
116 * GLib-1.2 and GTK+-1.2 or later  (http://www.gtk.org/).
117   Also support GtK+-2.0 or later.
118 * Imlib-1.9.x (ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/)
119   or
120   gdk-pixbuf (ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gdk-pixbuf/)
121 * zlib and libpng
122
123Following libraries and programs are optional:
124
125 * GNU file
126 * libjpeg
127 * libmng-1.0.0 or later
128 * librsvg-1.0.0 or later
129 * libwmf-0.2.8 or later
130 * bzip2-1.0.0 or later
131 * xine-lib-0.9.8 or later (1.0-beta10 or later is recomanded)
132 * MPlayer-0.90-rc2 or later (0.90 or later is remomanded)
133 * GNU tar
134 * zip
135 * lha
136 * rar
137
138GImageView is confirmed on followin environment:
139
140 * RedHat Linux 7.3, 8, 9
141 * Mandrake Linux
142 * Debian GNU/Linux potate, woody, sarge
143 * Gentoo Linux 1.4-rc2
144 * Plamo Linux 2.0 (Alpha3 Base), 3.0
145 * Kondara MNU/Linux 1.2 and 2.0
146 * Momonga Linux
147 * Vine Linux (i386 & ppc) 2.1.5, 2.5. 2.6
148 * FreeBSD 4.2-RELEASE
149 * NetBSD
150 * AIX
151
152
153
154--------------------
1553. Download
156
157You can get it from follwing place include old versions:
158
159  * http://sourceforge.net/project/showfiles.php?group_id=39083
160
161You can get also latest develop version from CVS:
162
163$ export CVSROOT=:pserver:anonymous@cvs.gtkmmviewer.sourceforge.net:/cvsroot/gtkmmviewer
164$ cvs login
165  (Passward is emty, simply press Enter)
166$ cvs -z3 co gimageview
167
168You can update it by following command:
169
170$ cvs -z3 update
171
172Develop version doesn't include configure script. Please execute "autogen.sh"
173script which placed top directory of source tree. You need autoconf, automake
174and libtool to make it.
175
176In addition to it, please call your attention that CVS version is "latest"
177"develop" version. It may includes various bugs and sometimes it may losts
178your important data. Please use it at your own risk. If you found bugs, please
179report it to us.
180
181
182--------------------
1834. Install
184
185You can build it by following commands on all most all environment.
186
187 $ tar xvfz gimageview-x.y.z.tar.gz
188 $ ./configure
189 $ make
190 $ su
191  (Enter passward)
192 # make install
193
194Please replace the version number suitably.
195
196If you want to compile it against Imlib, please use "--disable-gdk-pixbuf"
197configure option:
198
199 $ ./configure --disable-gdk-pixbuf
200
201If you want to compile against Gtk+2, please use "--with-gtk2"
202
203 $ ./configure --with-gtk2
204
205To compile against linux-fb, please add "gtk+-linux-fb-2.0" argument to
206"--with-gtk2" option.
207
208 $ ./configure --with-gtk2="gtk+-linux-fb-2.0"
209
210If you want to enable movie support, please add "--with-xine" or
211"--enable-mplayer" options. These options can be used at same time.
212
213 $ ./configure --with-xine --enable-mplayer
214
215In addition to it, if you don't need debug information, you can strip it by
216following command.
217
218 # make install-strip
219
220
221Development of GImageView is still in early stage, so format of preference file
222may be changed. Please backup your own ~/.gimv directory when update the
223GImageView.
224
225
226
227--------------------
2285. Usage
229
230You can show one or more image files by following command:
231
232 $ gimv [Image files...]
233
234If you specify one or more directories with a "-d" option, you can show
235thumbnails of all images under the directory by thumbnail window.
236
237 $ gimv -d [Directory name]
238
239If you specify both images and directories with a "-d" option, images are
240opened by image window, and thumbnails under directories are opened by thumbnail
241window.
242
243 $ gimv -d foo01.jpg ~/ ~/images images/foo02.jpg\
244      /usr/share/pixmaps/ bar.png ......
245
246If you add a "-t" option, all images are opened by thumbnail window.
247
248Followings are other options:
249
250 Usage: gimv [OPTION...] [Image files or directories...]
251   -d, --directory          Scan directories at start up
252   -R, --recursive          Scan directories recursively (use with "-d")
253   -D, --scan-dot           Read dotfile when scan directory (use with "-d")
254   -e, --ignore-ext         Ignore file name extention
255   -s, --scale=SCALE        Specify image scale on image window(%)
256   -b, --buffer=ON/OFF      Keeo original image on memory or not
257   -M, --menubar            Show menu bar on image window
258   -T, --toolbar            Show tool bar on image window
259   -w, --thumbwin           Open thumbnail window at start up
260   -i, --imageview          Open all images by image window
261   -t, --thumbview          Open all images by thumbnail window
262   -S, --slideshow          Open images by slide show
263   -v, --version            Print version infomation
264   -h, --help               Show this message
265
266If you want to open a directory from GUI, please double click it on directory
267view, or specify it from file open dialog.
268
269If you want to show compressed image files, please open common -> filter page of
270preference dialog and regist file name extention like "gz" or "bz2".
271
272
273
274--------------------
2756. ChangeLog of README
276
2772003/06/01(Thu) Takuro Ashie
278
279 * Fixed typo (English Version)
280
2812003/05/22(Thu) Takuro Ashie
282
283 * Tranlated to English
284 * Follow latest version (0.2.21).
285 * Remove ChangeLog and TODO
286
2872001/11/06(Tue) nyan2
288
289 * for version 0.1.3
290 * add CVS section in "get gimageview" chapter
291
2922001/11/04(Sun) Takuro Ashie
293
294 * Modified TODO
295 * Added ChangeLog and minor fix.
296
2972001/11/04(Sun) nyan2
298
299 * for version 0.1.2
300
3012001/10/18(Thu) nyan2
302
303 * Minor change
304
3052001/10/03(Wed) nyan2
306
307 * for version 0.1.1
308
3092001/09/12(Wed) - 2001/09/28(Fri) nyan2
310
311 * for nightly
312 * Follow modified features and bugfixes.
313
3142001/09/10(Mon) nyan2
315
316 * for 2001/10/10 nightly
317 * Initial import
318
3192001/09/08(Sat) nyan2
320
321 * for 2001/09/08 nightly
322 * Stated editing.
323
324
325
326--------------------
3277. License
328
329This program is free software; you can redistribute it and/or modify
330it under the terms of the GNU General Public License as published by
331the Free Software Foundation; either version 2 of the License, or
332(at your option) any later version.
333
334This program is distributed in the hope that it will be useful,
335but WITHOUT ANY WARRANTY; without even the implied warranty of
336MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
337GNU General Public License for more details.
338
339You should have received a copy of the GNU General Public License
340along with this program; if not, write to the Free Software
341Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
342
343
344--------------------
3458. Remarks
346
347This document is modified by Nayn2 based on
348http://www.homa.ne.jp/~ashie/gimageview/.
349
350Copyright (C) 2001-2003
351  Original : Takuro Ashie
352  Modified : Nyan2 <t-nyan2@nifty.com>
353-------------------------------------------------------------------------------
354                                                                  [End Of File]
355