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

..03-May-2022-

activity/H24-Mar-2007-15396

doc/H03-May-2022-248189

po/H03-May-2022-1,8361,430

src/H03-May-2022-8,5636,246

COPYINGH A D01-Jun-200417.6 KiB341281

MakefileH A D21-Jan-2006287 1811

NEWSH A D06-May-20071.6 KiB8641

READMEH A D01-Feb-20073 KiB7347

configureH A D03-May-20226.4 KiB263235

README

1--------------------------------------------------
2rgbPaint 0.8 - Copyright (C) 2004-2007 The Authors
3--------------------------------------------------
4
5See 'Credits' section for a list of the authors.
6
7rgbPaint 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; either version 2 of the License, or (at your option) any later version.
8
9rgbPaint is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
10
11rgbPaint is a very basic GTK+2.6 (or later) based program designed for editing pixel based images. It is a fork of mtPaint 3.09.  It can only edit and save RGB images to PNG, JPEG, or ICO files.  It can read PNG, JPEG, TIFF, GIF, ICO, files and possibly others like TGA, PCX, and SVG if they are installed with your version of GTK+2.
12
13----
14TIPS
15----
16
17Pressing Ctrl and pressing a mouse button on the canvas selects the colour underneath the pointer.
18Clicking on the current colour button above the palette, you can edit the palette.
19You can rename and delete files by using the open image icon dialog.
20The arrow keys move the mouse pointer, and enter acts as a brush or commit for the paste.
21Keys 0-9 are shortcuts for zooming, with '+' and '-' zooming in and out.
22By default 32MB is used for undo, this can be changed from the command line by using "rgbpaint -u 16" which changes the limit to 16MB.
23You can crop an image to the current selection by pressing the delete key.
24Changing the current colour while pasting text changes the colour of the text.
25Pressing the 'Q' key quits rgbPaint.
26
27
28
29-----------
30Compilation
31-----------
32
33In order to compile rgbPaint on a GNU/Linux system you will need to have the libraries and headers for GTK+2.6 (or later).  If you want to compile the international version you will need to have the gettext system and headers installed.  You may then adjust the Makefile/sources to cater for your needs and then:
34
35./configure
36make
37su -c "make install"
38
39If you want to uninstall these files from your system, you should type:
40
41su -c "make uninstall"
42
43There are various configure options that may be useful for some people.  Use "./configure --help" to find out what options are available.
44
45
46-------
47Credits
48-------
49
50The following people (in alphabetical order) have contributed directly to the project, and are therefore worthy of gracious thanks for their generosity and hard work:
51
52
53Authors
54
55Dmitry Groshev - Rewrote much of mtPaint which appears in rgbPaint.
56Mark Tyler - Original author of mtPaint, and creator of rgbPaint.
57
58See the mtPaint package for details of who contributed ideas to that program.
59
60
61Translations
62
63Brazilian Portuguese - Paulo Trevizan
64Czech - Pavel Ruzicka
65French - Nicolas Velin, Pascal Billard
66German - Oliver Frommel
67Polish - Simek
68Portuguese - Israel G. Lugo
69Spanish - Guadalinex Team (Junta de Andalucia), Antonio San
70Taiwanese Chinese - Wei-Lun Chao
71Turkish - Muhammet Kara, Tutku Dalmaz
72
73