~jbal/dibuja/trunk

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
122
123
124
125
126
127
128
129
130
131
132
                                Dibuja 0.24.0
                          https://launchpad.net/dibuja



  Simple to use paint program like classic MS Paint or Paintbrush for Mac but
  for Linux

  Easily create drawings and edit images. Add arrows, text, and effects to your
  drawings and pictures or crop and resize your images.

      Dibuja 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 3 of the License, or
      (at your option) any later version.

      Dibuja 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.

      You should have received a copy of the GNU General Public License
      along with Dibuja.  If not, see <https://www.gnu.org/licenses/>.


  1. Features
  2. New for this version
  3. Compiling from source

================================================================================
  1. Features
     - Drawing tools
         Lines
         Arrows
         Rectangles
         Ellipses
         Pencil
         Text
         Brushes
         Flood fill
         Rounded rectangles
         Polygon
         Polylines
         Curves
         Rectangular Selection
         Elliptical Selection
         Freehand Selection

     - Selection
         Crop to selection
         Use selection as brush
         Square & circle from corner

     - Undo/Redo

     - Zoom in/out
       Pixel editor style zoom in

     - Effects (uses gegl)
        Grayscale
        Invert
        Insta Brannan (Instagram like effect)
        Insta 1977 (Instagram like effect)
        Brightness/contrast
        Gauss blur
        Posterize
        Threshold
        Vignette
        Pixelize
        Emboss
        Saturation/Hue
        Others can be added, see effects.c

     - Editable color palette

     - Image
        Copy / Paste
        Flip horz/vert
        Rotate
        Custom rotate
        Resize
        Scale
        Paste from file
        Desktop capture

     - Antialiasing

     - File Formats
        Whatever gdk pixbuf loaders you have installed

     - All GPL software (Dibuja, libraries, toolkit, toolchain, etc...)

================================================================================
  2. New for this version
  
     - Fix unable to select palette color in Aldos
     - Fix crash in color button & font button
     - Fix issue with newer babl & 'cairo-ARGB32'
     - Fix issue configuring babl & babl-0.1

================================================================================
  3. Compiling from source
     Dependencies:
                   GTK2 >= 2.18 or GTK3 >= 18.8
                   GEGL >= 0.4.0 or GEGL >= 0.3.8
                   gexiv2 (optional)
                   autotools

     (Usage of intltool has been dropped for gettext since 0.12.0)
     (Usage of exiv2 has was dropped for gexiv2 in 0.22.0, so no c++
      compiler is needed anymore)

     By default it compiles with gegl 0.4, but setting configure to
     '--with-gegl-0.3', you can use version 0.3.8 or higher.

     Dibuja installs a few backported gegl plugins to wherever the gegl lib
     is at, so specify with --libdir. Disable this with '--with-plugins=no'

     If you do not want to use gexiv2, disable with '--with-gexiv2=no'

     If you want to build for gtk3, then enable with '--with-gtk3'

     Remove any other versions of dibuja.

     Then:

         ./configure --prefix=/yada/yada --libdir=/yada/yada
         make
         make install

     See also the file 'INSTALL'