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

..03-May-2022-

curves/H12-Aug-2012-2,2542,107

images/H03-May-2022-

textures/H12-Aug-2012-

.gitignoreH A D12-Aug-2012143 109

MAINTAINERSH A D12-Aug-2012165 128

MakefileH A D03-May-20224.4 KiB11773

READMEH A D12-Aug-20126.4 KiB237184

beautify-effect.cH A D12-Aug-201279.4 KiB2,0791,897

beautify-effect.hH A D12-Aug-20123.5 KiB11186

beautify-textures.listH A D12-Aug-20121.5 KiB5150

beautify.cH A D12-Aug-201237.7 KiB1,2731,017

border-textures.listH A D12-Aug-20121.7 KiB6360

border.cH A D12-Aug-201221.2 KiB681524

simple-border-textures.listH A D12-Aug-20122.9 KiB114112

simple-border.cH A D12-Aug-201225.7 KiB787617

skin-whitening-effect.cH A D12-Aug-201210.2 KiB292271

skin-whitening-effect.hH A D12-Aug-20121.1 KiB3414

skin-whitening-images.listH A D12-Aug-2012441 1918

skin-whitening.cH A D12-Aug-201212.5 KiB432325

text-font.cH A D12-Aug-201210 KiB342246

README

1README
2===================
3
4GIMP Beautify is a set of GIMP plug-ins for quickly and easily beautify photo.
5
6Thanks all GIMP developers, because they give us a great Image Manipulation Program with a strong plug-in architecture, so we can write great plug-ins doing more fantastic things.
7
8!!! Important: All the beautify plug-ins has been changed to under the "Filters" menu instead of "Tools" menu.
9
10INSTALL
11===================
12
13!!! Be sure that you have installed the gimp-devel-tools package before install.
14
15method 1 - install into mathine directory:
16
17make
18sudo make install
19
20method 2 - install into user directory:
21make
22make userinstall
23
24INSTALL TEXTURES
25===================
26
27You can download and install the textures following this document:
28https://github.com/hejiann/beautify/wiki/Textures-Download
29
30USING
31===================
32
33GIMP menu:
34Filters -> Beautify -> Beautify
35Filters -> Beautify -> Skin whitening
36Filters -> Beautify -> Border -> Simple Border
37Filters -> Beautify -> Border -> Rip Border
38Filters -> Beautify -> Border -> Texture Border
39
40SUPPORT
41===================
42
43Document & Tutorials: https://github.com/hejiann/beautify/wiki
44IRC:                  #beautify on FreeNode
45GIMP Plugin Registry: http://registry.gimp.org/node/26835
46GIMP Chat:            http://www.gimpchat.com/viewtopic.php?f=9&t=4811
47
48CHANGELOG
49===================
50
512012-08-12
52Make 0.5.3 release.
53simple-border: add the effect ID display.
54simple-border: add 32 simple border effects.
55simple-border: make it works better on small picture.
56
572012-08-11
58add the Simple Border plug-in.
59change simple-border, rip-border, texture-border under the "Beautify -> Border" menu.
60
612012-08-06
62beautify: fix contrast adjustment tool.
63beautify: add Definition adjustment tool.
64
652012-08-05
66beautify: fix the Black And White effect.
67
682012-08-04:
69beautify: fix the Retro LOMO effect.
70beautify: fixed GIMP 2.6 compile issue:  undefined reference to `gimp_image_select_rectangle'
71
722012-08-03:
73beautify: fix the Soft Light effect.
74beautify: fix the Black And White effect.
75beautify: fix the Sketch effect.
76
772012-08-02:
78beautify: add the Relief effect.
79beautify: add the Soft effect.
80beautify: add the TV Lines effect.
81
822012-08-01:
83Make 0.5.2 release.
84Merge rip-border and texture-border into border.
85beautify: add the Classic Sketch effect.
86
872012-07-31:
88beautify: fix ABao Color effect.
89texture-border: slim the plug-in size by only provide top textures and let other textures can be download.
90texture-border: add scrollbar to textures and make the dialog display quickly.
91rip-border: slim the plug-in size by only provide top textures and let other textures can be download.
92rip-border: add scrollbar to textures and make the dialog display quickly.
93skin whitening: add the Little Pink effect.
94skin whitening: add the Moderate Pink effect.
95skin whitening: add the High Pink effect.
96skin whitening: add the Little Flesh effect.
97skin whitening: add the Moderate Flesh effect.
98skin shitening: add the High Flesh effect.
99beautify: add the Classic LOMO effect.
100beautify: add the Pink Purple Gradient effect.
101
1022012-07-30:
103beautify: fix missing effect.
104beautify: add the glass drops effect.
105beautify: add the life sketch effect.
106beautify: add the color pencil effect.
107rip-border: add the custom texures support.
108beautify: add the sunset gradient effect.
109beautify: add the rainbow gradient effect.
110
1112012-07-29
112texture-border: add custom texures support.
113skin-whitening: add the reset feature.
114skin-whitening: fix plug-in-skin-whitening procedure to let this filter can be used in scirpts.
115Change all the beautify plug-ins under the "Filters" menu instead of "Tools" menu.
116beautify: add the classic studio effect.
117beautify: add the night view effect.
118beautify: add the colorful glow effect.
119
1202012-07-27
121beautify: add the sketch effect
122beautify: add the recall effect
123beautify: fix the plug-in-beautify procedure to let this plug-in can be used in a script
124beautify: fix gimp-2.6 issue: Procedure 'gimp-layer-new' has been called with value '100' for argument 'mode'
125
1262012-07-26
127beautify: fix gimp-2.6 issue: undefined reference to `gimp_item_delete'
128Made 0.5.1 release.
129
1302012-07-25
131beautify: add beam gradient effect
132beautify: add reset feature
133
1342012-07-24
135beautify: add deep blue effect
136beautify: add bronze effect
137beautify: add milk effect
138beautify: add elegant effect
139beautify: add yellowing dark corners effect
140beautify: add purple sensation effect
141beautify: add cold blue effect
142
1432012-07-23
144beautify: fix soft light effect
145beautify: add pink blue gradient effect
146fix compatable with gtk2
147
1482012-07-22
149beautify: add film effect
150beautify: add cold green effect
151
1522012-07-21
153beautify: add retro effect
154
1552012-07-20
156fix make install in x86_64
157beautify refactor: split the effect code into beautify-feature.c
158beautify: add HDR effect
159provide make userinstall to install the plugin into user directory
160add make uninstall and make useruninstall
161beautify: add black and white effect
162beautify: add retro LOMO effect
163beautify: add cold purple effect
164beautify: add old photos effect
165add texture border plugin
166
1672012-07-19
168beautify: fix memory leak
169beautify: speed up dialog display
170fix Makefile: install plugin into mathine directory instead of user directory
171
1722012-07-18
173beautify: add blues effect
174beautify: add pink lady effect
175beautify: add pick light effect
176beautify: add purple fantasy effect
177beautify: add bright red effect
178beautify: add strong contrast effect
179
1802012-07-17
181beautify: add impression effect
182fix some small bugs
183beautify: add christmas eve effect
184
1852012-07-16
186add Makefile
187add skin whitening plugin
188
1892012-07-15
190beautify: add warm yellow effect
191beautify: add classic HDR effect
192beautify: add effect opacity
193
1942012-07-14
195beautify: add smart color effect
196beautify: add gothic style effect
197
1982012-07-13
199beautify: add little fresh effect
200
2012012-07-12
202beautify: add ice spirit effect
203beautify: add japanese effect
204
2052012-07-11
206beautify: Add invert effect
207beautify: Add astral effect
208
2092012-07-10
210beautify: Fix warm effect
211
2122012-07-09
213beautify: Fix New Japan effect
214
2152012-07-06
216beautify: Add warm effect
217beautify: Add Japanese effect
218
2192012-07-05
220beautify: Add effects: soft light, sharpen
221
2222012-07-04
223beautify: Fix brightness and contrast.
224beautify: Add saturation.
225beautify: Add hue, cyan_red, magenta_green, yellow_blue adjustment.
226
2272012-06-08
228Add more rip-border textures, and display the textures in groups.
229
2302012-06-07
231Speed up the preview display.
232Add the border opacity adjustment for rip-border plugin.
233
2342012-06-06
235Provided the base version of rip-border GIMP plugin.
236
237