forked from linuxmint/pix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
121 lines (84 loc) · 3.16 KB
/
README
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
This is Pix, an image viewer and browser utility.
Pix is part of the X-Apps project, which aims at producing cross-distribution and cross-desktop software.
What is Pix
==============
* Pix is an image browser
+ Browse your hard disk showing you thumbnails of image files.
+ Thumbnails are saved in the same database used by Nautilus so you
don't waste disk space.
+ Automatically update the content of a folder.
+ Copy, move, delete images and folders.
+ Bookmarks of folders and catalogs.
* Pix is an image viewer
+ View single images (including GIF animations). Supported image
types are: BMP, JPEG, GIF, PNG, TIFF, TGA, ICO, XPM.
+ Optional support for RAW and HDR (high dynamic range) images.
+ View EXIF data attached to JPEG images.
+ View in fullscreen mode.
+ View images rotated, flipped, mirrored.
* Pix is an image organizer
+ Add comments to images.
+ Organize images in catalogs, catalogs in libraries.
+ Print images and comments.
+ Search for images on you hard disk and save the result as a catalog.
Search criteria remain attached to the catalog so you can update it
when you want.
* Pix is an image editor
+ Change image hue, saturation, lightness, contrast and adjust colors.
+ Scale and rotate images.
+ Save images in the following formats: JPEG, PNG, TIFF, TGA.
+ Crop images.
+ Red-eye removal tool.
* Pix is an advanced tool
+ Import images from a digital camera.
+ Slide Shows.
+ Set an image as Desktop background.
+ Create index image.
+ Rename images in series.
+ Convert image format.
+ Change images date and time.
+ JPEG lossless transformations.
+ Find duplicated images.
Licensing
=========
This program is released under the terms of the GNU General Public
License (GNU GPL).
You can find a copy of the license in the file COPYING.
Compiling
=========
In order to build this program you need a working GNOME environment
version 2 or greater, with the development tools installed properly.
The following is the detailed list of libraries you need:
* glib version >= 2.16.0
* gtk version >= 2.18.0
* gthread
* gmodule
* gio-unix
* intltool version >= 0.35.0
* unique version >= 1.1.2
While not mandatory, these libraries greatly increase Pix's
basic usefulness:
* exiv2 version >= 0.18
(embedded metadata support)
* gstreamer version >= 0.10
(video support)
* libjpeg
* libtiff
(jpeg and tiff writing support)
These libraries are optional:
* clutter version >= 1.0.0
* clutter-gtk version >= 0.10.0
(These libraries provide enhanced slideshow effects.)
* libopenraw version >= 0.0.8
(This adds some support for RAW photos)
If dcraw is present (and is in your executable search path),
Pix can view full RAW photos.
Extensions
==========
Pix has a plug-in system for extensions. Some standard features
are implemented as extensions and are supplied with the standard
distribution. Users may write (and share) additional extensions.
Credits
=======
Pix is based on gThumb 3.2.8.
Many thanks to the original developers and to all the people who contributed to gThumb.