Added gimpressionist plugin

-Yosh
This commit is contained in:
Manish Singh 1999-08-26 22:29:37 +00:00
parent 12d33d28e3
commit 9f53a995c0
122 changed files with 11395 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Thu Aug 26 15:19:19 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in
* plug-ins/Makefile.am
* plug-ins/gimpressionist: added gimpressionist plugin
1999-08-27 Tor Lillqvist <tml@iki.fi> 1999-08-27 Tor Lillqvist <tml@iki.fi>
* app/paint_core.h: Add a flags field and corresponding type * app/paint_core.h: Add a flags field and corresponding type

View File

@ -669,6 +669,10 @@ plug-ins/gdyntext/Makefile
plug-ins/gfig/Makefile plug-ins/gfig/Makefile
plug-ins/gfig/gfig-examples/Makefile plug-ins/gfig/gfig-examples/Makefile
plug-ins/gfli/Makefile plug-ins/gfli/Makefile
plug-ins/gimpressionist/Makefile
plug-ins/gimpressionist/Brushes/Makefile
plug-ins/gimpressionist/Paper/Makefile
plug-ins/gimpressionist/Presets/Makefile
plug-ins/ifscompose/Makefile plug-ins/ifscompose/Makefile
plug-ins/maze/Makefile plug-ins/maze/Makefile
plug-ins/mosaic/Makefile plug-ins/mosaic/Makefile

View File

@ -32,6 +32,7 @@ SUBDIRS = \
gdyntext \ gdyntext \
gfig \ gfig \
gfli \ gfli \
gimpressionist \
ifscompose \ ifscompose \
maze \ maze \
mosaic \ mosaic \

View File

@ -0,0 +1,6 @@
Makefile
Makefile.in
.deps
.libs
_libs
gimpressionist

View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@ -0,0 +1,71 @@
## Process this file with automake to produce Makefile.in
brushdatadir = $(gimpdatadir)/gimpressionist/Brushes
brushdata_DATA = \
arrow01.pgm \
ball.ppm \
blob.ppm \
box.ppm \
chalk01.pgm \
cone.ppm \
crayon01.pgm \
crayon02.pgm \
crayon03.pgm \
crayon04.pgm \
crayon05.pgm \
crayon06.pgm \
crayon07.pgm \
crayon08.pgm \
defaultbrush.pgm \
dribble.pgm \
fabric.pgm \
fabric01.pgm \
fabric02.pgm \
fabric03.pgm \
flower01.pgm \
flower02.pgm \
flower03.pgm \
flower04.pgm \
grad01.pgm \
grad02.pgm \
grad03.pgm \
heart.ppm \
leaf01.pgm \
paintbrush.pgm \
paintbrush01.pgm \
paintbrush02.pgm \
paintbrush03.pgm \
paintbrush04.pgm \
paper01.pgm \
paper02.pgm \
paper03.pgm \
paper04.pgm \
pentagram.pgm \
scribble.pgm \
shape01.pgm \
shape02.pgm \
shape03.pgm \
shape04.pgm \
sphere.ppm \
splat1.pgm \
splat2.pgm \
splat3.pgm \
spunge01.pgm \
spunge02.pgm \
spunge03.pgm \
spunge04.pgm \
spunge05.pgm \
strange01.pgm \
thegimp.pgm \
torus.ppm \
wavy.pgm \
weave.pgm \
worm.pgm
EXTRA_DIST = $(brushdata_DATA)
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,251 @@
(The events are in chronological order, latest first)
August 23 1999:
- Added the missing Shadow controls
- Fixed the applybrush() function. (It was foobar with regards to
shadow handling.) It's still shaky when using Tilable, though...
August 20 1999:
- Applied a patch that Miod Vallat sent me, to (hopefully)
get rid of some warnings when compiling on 64-bits platforms.
August 9 1999:
- Released 0.99.4b
- Damn! Fixed a bunch of config.h issues.
- Released 0.99.4
July 29 1999:
- Removed some leftover debugging stuff.
- Added description field to the Presets, and added a few
descriptions the them as well.
- Applied a patch that Tor Lillqvist sent me to improve
portability to Win32. Also, config.h was added.
- Tidied up the Sizemap dialog
- Bugfix for Adaptive selections
July 29 1999:
- Released 0.99.3b
- Added the missing .ppm files to the tarballs. Sorry!
July 28 1999:
- Released 0.99.3
- Fixed some minor GTK compatibility issues
- Finished Size dialog!
- Un-adaptive algorithm removed completely. (It was not very
useful, and it complicated things.)
- Threshold for Adaptive brush-orientation/-size
July 27 1999:
- Added a small OS/2 test in main()
- Started adding variable brush sizes
- Density-correction when using shadows
June 23 1999:
- Added support for colored brushes (in PPM format)!
- Drop Shadow options added.
- Started merging GIMPressionist with Cryptiq
May 10 1999:
- Released 0.99.2
- Added another missing #include
- Added a Save button for layers!
- Added a "None" item in the layer menu
- Fixed some tiny layout issues
- Moved all contributed files into the -extra tarball to keep
the original file smaller. (I included 'weave.pgm', though.)
February 12 1999:
- Added a number of new Papers sent in by Martin Weber
and Noah Davis. Thanks a lot, guys. :)
February 7 1999:
- Progress-update on Preview-button.
February 6 1999:
- Completely new (text-based) file format for the Presets. It
can still read the old ones, though, so you can convert by
just loading and saving them.
- Improved some of the adjustment-parameters
February 5 1999:
- Martin Weber sent me 36(!) new brushes! Thanks! :)
- Fixed some gtk_scrolled_window() stuff for GTK-1.1.x
- Added a "non-adaptive" mode. (Weird stuff...;-)
- Makefile uses "gimptool" for easier switching between GTK-1.0 and 1.1
- Makefile_gtk-1.1 is therefore gone.
February 2 1999:
- Released 0.99.1
January 8 1999:
- Fixed another SEGV bug (rare, though)
- A few new Presets
January 6 1999:
- Added a Voronoi option to the OrientMapEditor
- Tidied up the OME dialog layout
January 4 1999:
- Fixed a possible SEGV bug
- Added a new brush ;-)
October 2 1998:
- Added "Vortex3" vectors in OrientMapEditor
September 27 1998:
- Added "Vortex2" vectors in OrientMapEditor
September 25 1998:
- Added "Vortex" vectors in OrientMapEditor
August 10 1998:
- Small fixes in Makefile_gtk-1.1
- Added yet another forgotten #include
August 8 1998:
- Improvements of algorithm for evenly placed strokes
- Speeded up the brush preparation code
- Fixed a small bug in autocrop
- Fixed the list boxes to better handle resizing of window
- Added option for Overlay Paper (for "pre-embossed" textures)
- Added support for seamlessly tileable results!
August 7 1998:
- Added possibility to use an active Gimp layer as brush!
- Fixed some code for much(!) faster Brush preview draws
- Fixed a few bugs with Orientation Map Editor, so that
Preset loading works as it should
- Sorted the lists
- Added a some brushes
August 6 1998:
- Added Strength Exp and Angle offset to the Orientation
Map Editor
August 5 1998:
- Released 0.99!
- Minor changes in Makefile_gtk-1.1
- Cleaned up some code in orientmap.c
- Fixed a bug which prevented Invert Paper to work as
expected
- Fixed a bug that caused Brush gamma and aspect ratio
occationally to be reset to defaults
- Threw in some more Brushes and Presets
- Added a brightness adjustment in the Orientation Map
Editor.
- Add vector with mouse button #2 (middle)
August 4 1998:
- Made brush preview centered
- Added "Aspect ratio" to the Brush page
- Made the radios on the Orientation and General pages
jump to Manual and Solid respectively, when the
"connected" buttons are clicked.
- Added a little text on the Presets page
- Added a few more tooltips
- Added a Makefile_gtk-1.1 which hopefully simplifies
compilation and installation with GTK-1.1 and GIMP-1.1
- Added a few missing #includes that could cause warnings
- Added "Centerize" under Placement
- Fixed 'repaint.c' to use g_list_nth(xxx)->data instead of
g_list_nth_data(xxx), which is missing in older GTKs
August 3 1998:
- Added the "Orientation Map Editor" (and related bugfixing).
Consequently Preset format has changed a tad, but the old
ones should still work
July 31 1998:
- Added tooltips to some of the controls
- Fixed some minor alpha vs. non-alpha bugs
- Added "Transparent" as a background option
- Better algorithm for adaptive brush selection
- Added a primitive brush cache
July 30 1998:
- Added a few more brushes
- Fixed a few alpha-related bugs
- Much(!) better alpha-channel handling added
July 29 1998:
- Fixed saving in standalone mode
- Added a "Reset" button to Preview
- Minor speedups when "painting"
- Fixed a bug which could cause large brushes to crash
- Fixed a bug which could mess up resizing of images (internally)
July 28 1998:
- Added a standalone (non-plug-in) mode for easier
debugging (with e.g. gdb)
July 27 1998:
- Released 0.1h
May 25 1998: (Phew, long break)
- Added some DEBUG code
- Fixed Makefile to use `gtk-config`
May 4 1998:
- Moved "Stroke Density" to the Placement folder
- Added support for "gimpressionist-path" in gimprc.
- Moved Preview out of notebook. (Thanks Sven!)
- Changed comment style to "purer" C, i.e. /* */ (Thanks Sven!)
May 2 1998:
- Added support for reading .gbr (native Gimp) brushes!
May 1 1998:
- Increased maximum stroke density to 50
- Click on preset => name in entry box
- Support for layers with alpha channel! (Still needs some work, tho.)
Apr 30 1998:
- Released 0.1g
- Added adaptive brush orientation! (Still slow!)
Apr 29 1998:
- A few more brushes - some old renamed, as well as some new presets
- Optimized algorithm for evenly distributed strokes
- Fixed handling of local and global data files!
Apr 23 1998:
- Released 0.1f
- Added selection of stroke placement method
Apr 5 1998:
- Some changes for supporting/handling alpha channels
- More optimized code in repaint.c
- Released 0.1e
Apr 4 1998: (again.. *sigh*)
- Workaround for a bug when loading presets (path wasn't handled
correctly)
Apr 4 1998:
- Released 0.1d
- Added a few lines for better behaviour on 8 bit displays
- Increased maximum stroke density to 40, as 30 was a bit low
for some brushes
- Added some more papers and brushes
- Added option for "Paint edges"!
- Changed some "fatal" errors to non-fatal.
Apr 3 1998: (still)
- Added a few more papers and brushes, some "borrowed" from
other plug-ins and builtin textures
- Added a sample preset to the distribution
- Did some optimizations in a couple of functions. Hopefully they
will increase the speed a bit
- Cleaned up the Makefile even more
Apr 3 1998:
- Released version 0.1c
- Cleaned up some more nonportabilities in Makefile
- Renamed gamma() to ppmgamma() to avoid a conflict with math.h
- Fixed a bug with the color selection dialog
- Fixed a tiny bug in the About window.
Apr 2 1998:
- Shortly after: version 0.1b which fixed a few problems in
the Makefile
- First release: version 0.1

View File

@ -0,0 +1,50 @@
## Process this file with automake to produce Makefile.in
libexecdir = $(gimpplugindir)/plug-ins
SUBDIRS = Brushes Paper Presets
EXTRA_DIST = README ChangeLog
libexec_PROGRAMS = gimpressionist
gimpressionist_SOURCES = \
about.c \
brush.c \
general.c \
gimp.c \
gimpressionist.c \
gimpressionist.h \
orientation.c \
orientmap.c \
paper.c \
placement.c \
plasma.c \
ppmtool.c \
ppmtool.h \
presets.c \
preview.c \
repaint.c \
size.c \
sizemap.c
AM_CPPFLAGS = \
-DDEFAULTPATH=\""~/$(gimpdir)/gimpressionist:$(gimpdatadir)/gimpressionist"\"
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
LDADD = \
$(top_builddir)/libgimp/libgimpui.la \
$(top_builddir)/libgimp/libgimp.la \
$(GTK_LIBS) \
$(INTLLIBS)
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done

View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@ -0,0 +1,20 @@
## Process this file with automake to produce Makefile.in
paperdatadir = $(gimpdatadir)/gimpressionist/Paper
paperdata_DATA = \
bricks.pgm \
bricks2.pgm \
burlap.pgm \
canvas2.pgm \
defaultpaper.pgm \
marble.pgm \
marble2.pgm \
stone.pgm
EXTRA_DIST = $(paperdata_DATA)
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done

View File

@ -0,0 +1,43 @@
P5
# CREATOR: The GIMP's PNM Filter Version 1.0
96 95
255
擧セテコ悴圦囹ョウ瀬注庶腹商<EFBFBD>寫詞糾推<EFBFBD><EFBFBD>ぅ時懲。「ゥ浤「ゥ<EFBFBD>擂┤惶ァエ攝注ー<EFBFBD>「贈償・。ョア軸スツゥシラアッゥ「圏<EFBFBD>揆ヲ國罨ーエ屏ヤュェ敘ヒュョルウ刋殱ッェ枢。足成乱幅抽ァ摎椋ャエナアェ、ァォーゥ淵ヲ覆~恫ヲ・オ鴎・。。ス攬ッィ慢氏・ーマヒウンラヘ{于亮キ。ッ・ト盲モ坡ウィイ圻キ惘ッ隼ア棠鱒麻徼h<E5BEBC><68><EFBFBD>j}<7D><EFBFBD><EFBDA9>u哀圸イュニトヘーソクモヒェャ峽惻キア漫・藻イュィ測厳悄擂「d奄ケ弓雷凋坏<E5878B>」浚梵箔劼サ松略」ーャ。ァェ鎮サq頴}ィfbaq絡ネ≦シS<EFBDBC>ュミ゚フチ攘、}|]`ヲg♀執ーゥl朽n冠<6E>lФi屮」#9ナ貧<EFBE85>叙pvニ・u、<75>込ツ」ー・<EFBDB0>畠ス<E795A0>刊屎<E5888A>Υ毎」「賜1脚湛<E8849A><EFBFBD>}嵩ア<E5B5A9>Nロテ恤。sGX`-wzvrヲ初「窯_x<5F>kpzuyG劉 ウサ順kェ~┣Z{イ擽、肌喧西ェ鴫、恆<EFBDA4>斗割w梨拍瀦藍┐カ㎎鴻<E38E8E>筒ァィOネョ滑潔<E6BB91>тセ囓ナs註搗O_r<5F>月蛙drm是<6D> ウハ√宙㏍燥<E38F8D><EFBFBD>坡ネック蕪圈坎~イ序鉱<E5BA8F>l」ь「」給翼<E7B5A6>zdr<64>政テ<E694BF>"セ」|~}<7D>訣uA|」寫ク}囑<>&pc`Ywy葱c<63>yヲ キ寫<EFBDB7><E5AFAB>s侍囂t軌ュ肩ョヲァウ~z順<7A>ュq粋「ウァお<EFBDA7>┌註忸~[t<>揣オ ォケー挌鶏<E68C8C>'z妓アq凩Ε新wvjn]}ジ4}<7D>「Wvメz€<7A>ャo櫨創糸ゥィゥー坤<EFBDB0>爆悼gof<6F>p<EFBD96>中白透y遵<79>ー歙モvツ柎m}fN+:±<>g匝悖~mttlpS∩}膚ァ°Shキ怕梵笠竹o<E7ABB9>蕨眺統椦ィォ漫≠栞q`l^ヤ泅。」ェヲ孱<EFBDA6>|∫愕イWnホ&<04>3|sx<73>dg圀「ゥ<EFBDA2>理悋x<E6828B>wゥ噪怖yユ<79>€ -ョーbkl兔侭来w抖走ッヲ氣囈<E6B0A3><E59B88>ォ旬<EFBDAB><E697AC>v見葺ェ応巨初r頗浤Pgv kカァ椨劒矧屶|u椦○・<E2978B>|zm<7A>塘潤悍桃"ッ釜、欠ァ循嬪□<E5ACAA>弍「○チ腰~乱汢<E4B9B1>€庸雌ャ棡茅梵「w}「是K^樺<>T  `エ、掀傑キylか・瀦測建omj双弊歯急騒白ィク}tZ€叫p}◆ァ屓ш。相」ィイ嘸x刹№厨寫注。」」~怺刧<E680BA>蓬FT=QIt_qPヤァヒウェゥ孜jオッ恕」<E68195>ッッ€「}}◆轄iy。Y}撓ァネ~汪雀oJd屎<E5B18E>v耀イ翌楙吹巷q<E5B7B7><71><EFBFBD>初生且ц<E4B894>a^b<EFBCB0><62>$kヨソ・ュ」ィ~帳恷ンァ悃ыヲマ㍼}樫瓦ア縁沾<E7B881> トq嚶кvG`ゥ飼浙ー<E6B599>供ーェだ恊S<E6818A>ヲ螺~踊四<E8B88A>楷唐j《xb/<2F>旨]-
uシェネ岫<EFBE88>且劵ァ摎ヲ<E6918E>l<EFBFBD>yn撈葬у檜寢」<E5AFA2>ッあ[岬芯肱Ζ福pqm<71>・肇喇{ウx冬j}<7D>・演姶膚。ョ爽_\U€Y]阻--
aレキイ、櫨支似ロ刋<EFBFBD>随遵}≠<>v飭ャ、擠。o ョ┐yq拡q恨`{厭<><EFBFBD><E6A39F>揀s盃嘗}<7D>園sp≒ェ」<EFBDAA>援Srn塵FsxUTl `ヤヌテ。脂澄氣竃権。|<7C>螺剥∑亜<E28891>}<7D>y<7F>*
莫r高w洛摯遠制剽辞<E589BD>淹ス蒼培桾{t履嚏剥ヲ哨診x媾<78>nigzpy/ iマ「ケ<EFBDA2>脂g争ゥ狛島。摯怫箔筑、恍ィ<E6818D>硲ノ<E7A1B2>
忝牌r€€此bゥュ{ォッ撻€、賢糖恪詣<E681AA>凶駁湯縁死j砿tm梼造{|F_ラウ峺犯「眺孱w。ァ譜許イ<E8A8B1><EFBD9A>圈」棕「・這v€島sh炊棔キェz~€忠葡復<E891A1>i栄築┌粒s孵裾丕」㊨額≦【弔恆n#jー療摯ゥ結侍<E7B590>wt~檮穴酪沍<E985AA>剞、ュエシ冤《_尿ц<E5B0BF><D186>y`搭梍<E690AD>白ィ麻SQ{X<><58>撓仲i€葛iddvzク棗」a fホソwチーゥ。摶ォ「且磨嵐分鋳峺撩「ゥョョォゥカァ<EFBDB6>+ <>nxo藷ョ<E897B7><EFBFBD>ャ堂ョヤ<EFBDAE><E383A4>]<5D>€ヲ兆痩詠茅<E8A9A0>щ竸knzmエ}u97
aヨ<EFBFBD>{コΜッォ、ゥn煙ゥャ・。ォ怨苅<E680A8>v妙央コ頬D 」ォ\20Bo送茶}聡蒼寇嚊nh_o81ンLo}孜嗄楴ャzkYO].Ej輿<6A><
)2-#31$FI8%$/ )%!ォ<><&Xウ'€慢桁、rcl絃gzOO(5;lp5bq恊剴箸「ォ}奏bon=Yd

#           ypP顕送dO刋ぜ」イР"<GV$CSS1aba<62>')(hepU^廳Rh<52> L/5/       >2[fg}D$枕€屁紙e[," ! (   z毫プA)%
- ) 7,) 2?&21("<12>t議^T[>b`8 
"  :\u_u€ヲコァ⊿€装q; €\'$%!$;2 -k+#!3掻NMhjTUk孝8Nfpyx<79>スソ。。サ棯∩計d^o~#!YZy≡椛賢`宜p麻術]hz{qimボ肺mP|<7C>エィ<EFBDB4>エ浤ーイァァク堡劭等辨オチカクエウセスイウウッ洵キ岷スィ」椪恙這忰1L|封nQ="%C€廓幕勗努i裏斡zゥ縛・侭轄崇箔桁」戎∩シ、ッ<EFBDA4>垈・カ。騰筈ュニチ埀椣テマニコトヌャュコスュ。アネテオ奥クエォサヲ愡ェィ「似藷擽エア悗ョ。オ剄劒アュ「恣ヲ略。摧ー斡、ィ併ゥウア搶霜<E690B6>湯Θ圉。ォー箆ウ・シコョ。ィァ宦促ッ涓」エサ総ケ」シタカィウヒソ<EFBE8B>キwx勠ッイ丼ロ囑ェ。ウアョシイョ・ャヲ洶x<E6B4B6>2?磁武。楸tウシテ恷ヰ棹ィァォイィ}j棣ィスキセ況コェ浣シスャォ算「x刹w=kイ|Y㍽。ェクーゥケャ遵Zウァ沾魂皐Xy€、ィヘケ賊惡vju自ョgミqln分タオソカ「擲ー惓シイカ、屎頼鉛<E9A0BC>Uゥタィャ拷。<E68BB7>笈綜<E7AC88>mdq調エッー「ョェ洙<EFBDAA>囃・噪東lw」㍑zU<7A><55>$<12>昇エゥナ秤棠ウクヲェカ鴬ヲゥ」アェエ柝ュ匿ケアイシハゥュォ僑ゥ圖辞!F棆イ噪匡悁<E58CA1>x<EFBFBD>Oovq衍<71>ヨod_Udk客t挨沚w〝括d
椛棣s」「」ャァェオセワキノトスァ€渠テトツタヒチミュハホフヌォマノコェ唱オツイア束クス嚮悍頗」惠媾董<E5AABE>県毎吹土w風ml翁蝕陪<E89D95><EFBFBD><EFBDBD>ュyT1飴ノ瑳沺墳ャオッタ・ネニサエッ<EFBDB4>セタニトニチクセソヌシェオテメェィ「ャスッニ」 悪ツク李、・ヶゥ∫オl<EFBDB5>o父「球輩暖i循r島剣Q恬枢x|ウ艶+O#x辧スヤーーァスサシヘツキスムュタノ」ヒエタコナュハネルケソホモ蘯ス。溜愆賊<E68486> `ヲツ恃嘗ァ世ェ流掏寶調遂憧ト恙{x<>[h鹿漉ーヒ抜u悖建s<E5BBBA> ;愽シハコソセテムレニヌサゥニスケ攬属ー榁チチケ楷ャォイ攤洵。初摶<E5889D>. 愡ェ・。サゥヲェ涛汾ラ麿恫」汐ョ档~s」x<EFBDA3>陣共|芦仂「y㍽ゥ<E38DBD>! # 遍キコアツヌナネタ擧離舉劬ゥ<E58AAC>瓦ォェ岻<EFBDAA>ァェ梃乾牛・<E7899B>x<EFBFBD><08>セチ」嫌横ャ圜汾糠_x供洳怺掵ァ|逗q┨沛ァ肌ェ。「o紙s直ゥシオリニネィ唖<EFBDA8>圷争<E59CB7>ュ「ア匚」据ョッ¢ヲ<EFBFA0>「m~`数亙_<E4BA99>M€ヒ・物「、ゥ<EFBDA4>尨♂畜l町<6C><EFBFBD>{剿qv葛腔・ャャッョ<EFBDAF>p拒xuオゥ判、キz棊槙造京劭ヲ栲{ヌ撼。ェ棍ッ攪、瀦w_}議~S尸
Bムt對険「検浮<EFBFBD>衷ヲ「Ρ。⊿噪甑搆i怙洒ィィイャ徘<EFBFBD>クヲ<EFBFBD>擶シ<E693B6>ホェ<EFBE8E>オァ沐qq恷。多嚀營寳奨ェァ敗<7F>qv疑治U)メタ<EFBE92>僑瓶h「<68><EFBFBD>劬}<7D>鴇娼<E9B487>k刋物腰。・フ}「ィ悽<EFBDA8>' <09>」モw゚ァ{弊ヲィイ・沱ィ。悋叫尢ュ鎌劵ケェ據尨<E6939A>急[o~狽Zu 8メオ李ゥッア、示ァ梺博告件、gエー<EFBDB4>yゥ巻即囿ァイャイ<EFBDAC>ァ握瀦+ 鳩ウQ齬u囓o・雷。」ャ帖椄ェォュシ摧。ア」<EFBDB1>・刮~エ哥履塔<E5B1A5><E5A194>匆ョ棔㈹イ桾嚆ウーウ遥i潔剱於賓z∑~≧、ュ成ァ・{ェy屎動櫃pヲヒwユpが史嚏<E58FB2>。沽ウャア・ォ、ォ汢棊、楷<EFBDA4><E6A5B7>d厭yァu!ヨモュョ」キ勸チッ<EFBE81>}亨upqケ嗹㍽複c随ォヲがアィヲ・嫗枕擡・アt<74>ョヲ爬ウg至・爆彫葎セッョ<EFBDAF><EFBFBD>「ュ櫨棗惘「統p{{<7B>y<EFBFBD>C崢マョ・、ィエ蕗統椢梶{検d桃~o始ヲ像旺屏j「曙<EFBDA2>yィッア楾y遂
<><EFBDB2>t街^羅寵│岬ウ・ャ。ゥィ<EFBDA9>ャ福€<C280>葬衍vtA<74>炉忍 ニツャァュ痩ィァ■錐rァ<72>額w<E9A18D>惠匠u・}キ「<EFBDB7>」擧{クアゥュ栞壮捗モ」qjxkgЪ棔~圜立ゥャ恫ヲ綜<7F>┐数捲」pR~梗<><E6A297>シワ<EFBDBC>・nlw走п<E8B5B0>~况<>血m€<C280>z姦」痔將<E79794><EFBFBD>。逐兇昧∟Sゥオクッ<EFBDAF>h<EFBFBD>ォ掏見x討タ・無毎<E784A1>Υ沫y武鍵ヒq〉寥<E38089> <>Ъkr計q属衍x~瑞}<7D><EFBFBD>ィi€陣」x・遥遂b苅掾<E88B85> 淹ツキxyXun恙脚h~<7E>泛洶嚼寐怏椥r崇{㍽\iK<69>dIR犠・ハ容n耀推оk`€ゥ椢x<E6A4A2>c|忰<>カW|カ<>搆ェq次ェェ<EFBDAA>|hJD*ェョャホh}c図凩l萩ヲ圷ヲ湊」ュ硲<EFBDAD>詠Z鱒\o<>oLkvp宿\
嶷t桀供旺涛<E697BA>槙沫荘ィヲiヲ」頃ク棘{~<7E>ーュ嘸u乘ォ<E4B998>!、エナ・km^iTヲ<54>譜岫ァィ圄ケア幕q<E5B995>「」」<EFBDA3>[符u^<5E>D{UカYjQ誓`~傑髄又摧<E58F88>狛・<E78B9B>Kv<7F>テァャ准尽ッョ陪塩キ忰函"i豫寢獅<E5AFA2>b仲・<E4BBB2>w<EFBFBD>セュェヲエカ・。ヱaQ炭yk|jpr警0W: キカァ岬ェィ・рョ}芙姶}」。宕<EFBDA1>、緒痔ァォ噬忰ウ燈宙 (」yクェキオe|V<>}z続ネケッ豫<EFBDAF>噪eFwR$BSpf<70>3@Bu!': キソ狛狂嵩桀尢毬擧「据<EFBDA2>S€吉jc桃<63>€、刎菅眠f2  :ネ<EFBE88>鵠県<E9B5A0>ヲィ宸<EFBDA8>ケウクソ払ア刻ェ<E588BB>r<T1€€glJY}'3 =ソセ署。「「撻試R[京孔OerSL<CY^dx衍ュ速崇枕Cq <15>ェ擲「ァ~⑪asbgLj粉ェカZ恪<5A>「ハ綻(+~p屶_6%#/ 脅中£悗乾TQ'Zハj=<^<5E>-.Hryss雛|气J3%iua竺<61> 


 

 }ケ、テ/ LbMV=C;VJBY7*03GWd÷Zp」ヲ怙告RI7>#
 *]「ーー答赫9
 '       Gスッ怐L$-J{尿}sRx@E側嘸')IPcbg{fN6Q^ 
 b收イュス<EFBDAD>「ァュ棔エ、似相棘X 
   <>チナセネカ%   "! 6 €?Eュw肩ャックスツセケ」楾ェタター尅腰ヲ頃・仏Л   6<>「寫牲ホーネケヌ菴ヒッナチァp   jョュトシナナ<EFBE85><.Qキヘコキシッッォ岶オ梹次・u召x<E58FAC>シッ圦ュ巣lmq~€灯ッェォ匣ケッェアカ弾RW」剳。n<EFBDA1>「ミ梛汲<E6A29B><EFBFBD><EFBFBD>剌権暇ンユラソヘチロワホ醉ーフスオクウセノヘチィヒュサネ彩ヲアネツカ<EFBE82>治スヌヌヒヌハ・o阿tヲ湊佚ィュ泪踏ナ<E8B88F>猿・、寳。汁RXk賜轟X. Qムコェョt炊9mィコノコシケス乙ソスー剄フイャョトチハテシテャヒュャツ「ナー、ュャクァ剏結x飼叙p[w翌ラェッア瑞x茎挙嚀。ェァ迫割''19榎B`>\Cgー横ヲvt舛%P脈モヘミ苜惓椥ッォ騰エコアヲッ惆エセソ<EFBDBE>ーコェッテムテイィ像敷<E5838F>~ь拷溶蓄k<E89384>m悍・「<EFBDA5>O}⊥r⊥其擂|fQpYe着」ゥォ泝キ、梭_YaO ;<3B>ニチマサ。庁彫・庄昇クカィ埀ィサイュェキトオヲャオーウ柏弗航_<E888AA>xr<78>奏`k€<6B>駁ヲс|rw柧ts牌、ッ棘冕tq<74>辨エッ」抬ョ萩搗波壬(ュヤマチ<EFBE8F>ヲ蔵オ蝶升、ッォ」麦ウェ・コトササオアスゥュ「」ゥェ、士ワ房l藷<6C>u<EFBFBD><75>ヲウ氤仲n㊥刧yp€悍f}}hP池p貯」<E8B2AF>鱒居閲<E5B185>}a<>&
キチア棗泅擶ケー蜜ィネッ團ゥ惓オォシュマ族エアシ・キッオ復決嚠X{攪W3Ts剪。ィ「sf<73><EFBFBD>s∴雌「^_<>^稚促カケ封<EFBDB9>岬クヲュゥ€煙c Vエホ騰」悵ヲク<EFBDA6>□ヲ「楷ク燈オオソ匸撩卅ァイキッ。乢<EFBDA1>塘x撥拍xj^i<><EFBFBD>|掫陪rvf今伏漕wクJー、<EFBDB0>卿}。棆、ゥョ椙搖。|f /ャト息ェ・尨欄白妙チ民・誌・ウィ墫ォィ惶ォ昇・ア棡字槽<E5AD97><EFBFBD>nQx<51>€}gS€}tf<74>徊岷曜E灸オ児似博~g注Йl
eキォ<EFBFBD>割屆孱~ッ<>楞ーチァケセオハゥキ。逢ャュ隼カェ<EFBDB6>衍序恪枝釜~xrm臓降^y此Uh孜Wy│<79>愀zy_e遅p<E98185>宮u<E5AEAE>u}<7D>國{Ct
<0F>ー「r剽「<E589BD>v」ィゥ失ェ<E5A4B1>「奨賊、茜ェ丿ッ舉ォ床未枝倹絡w^iy茶a<E88CB6><61>推杭x<E69DAD>wuア。┛恬<E2949B>[桎pコホ」巣dэt婚・殼f<E6AEBC>箕ェ<E7AE95>ャ買枚€奥ヌォ<EFBE87>キ遂桝椙、ュォサ」像。ァォ辨」「怒隔箔寫進刀vュ抑英z牟「幌「<E5B98C>乂ヲ鱒杭0vt劭惧<E58AAD>Z<EFBFBD>洶。{Rz<52>雷シ<E99BB7>弛ュッ<EFBDAD>」亊享祝擱。イ。ス×怫髄圜ヲ<E59C9C>鱒藍序q瑞<E7919E>f}€pq<70>f<EFBFBD>・酔y都イdS株圄y六dT去擅<E58EBB>塔炎<EFBC84>dックゥ駅N。・<EFBDA1>沺ク圈栢ョrョオ桾イ擅尸ィ「ュョ摧柾|}<7D>窮u{[]t<><EFBFBD><EFBFBD><E5A696>毎刈<E6AF8E>瓦ー「屐較2YΓ亂ー}水@屁イエ」涯氤<>、~<7E>∮弗№yc是軸蕪ャ尓梓桾囀ィ藤垂棯幌r|\漕<>f]dd苧址ェmぃア嚮<EFBDB1>抽崑梔ы「pVヮ」dセュ桝x血<78>水ー糖c棣ス嬖∩釜成匠槽」桶娘ュァゥツ恙腸」、劍ゥ洵ャ欲ee薯<65><E896AF>gX処o<E587A6>虚~禦ヲ環ィ捩」櫨ィ劼xtΖ給ャ益祷<E79B8A>、舶「ヌ<EFBDA2>x<EFBFBD>y追扶刊rウ稔{匕童イャォオ惆七エッカ・尨ッゥィ乢叔亜<E58F94>ыp鰍pX|}бkxU畝ヲ<E7959D>椌套t~字ィゥ寢tc€けャレュ┓酎ア嚴アュ<EFBDB1>」揩3即冦悃這ウ・。惡ゥ・ュ頗「ォツゥゥ<EFBDA9>イ洟。ョ。ァ沫ェ窒緒噎o㈱双apcpЬh凋<68>匆太▽<E5A4AA>㍼沂ztァ勦卉檜ッ<E6AA9C>ゥ匣、丗圉劈wY 址、<E59D80>測棲・。喚スス「」ゥウョ琉鞄囓、ャ・昼動梟<E58B95>詠y<E8A9A0>ю益YzTm畠<6D>€惓ケ埣z劼|罰<>副窮紫稔ャ「€」oァ汳<EFBDA7>。ィオオ<EFBDB5><EFBFBD> )反梢書卿ア「アヲ<EFBDB1><EFBFBD>ャ噪ェ苧桷岬ョ買ェ嘛vw{}[数~|刺z肱<7A>倹ヲ|\丐アク顎割覆泄箸ーヒ・タイエ剽~。ナナア<EFBE85>ヲカ「エ。ーw`}ク。フr田聞ア民<EFBDB1>uケ<75><EFBDB9>」霜劇陶棊ィ處草<E89995>x|akj`y{vメ<76>私{|行}鰍律官署ィュャョー<EFBDAE>湊緒ョチ勣據・箱。イ雷造硫<E980A0>)
 コ于頗「ォェ屐怛潮ァ白x蕪仲アォ焚ッヲゥィнa噫gMka]€az斯重jr・囀p搏「<E6908F><E3808C><EFBFBD>「ー。茶万ィ風ィキー<EFBDB7>闘ォョソ、イキスコィ縛<EFBDA8>/・七サ<E4B883><EFBDBB>尚・ォ惡<EFBDAB>剩タ寔lウ葎律ツエイ孰猿kty`qCqwt~糾≦o♂<6F><E29982>vwm<77>ba嘗椈ュ{插ェ殕<EFBDAA>ュ宦衰ウ劑イ洒シケ「即」ヲ (
タカョヤ匈次ャタ豫亟ウ答決岷ス「」ェキ槌メョサ倒竣|~|~sbebirVs丘zeX瓜_ァヲ・v刪洛。謙宕i<E5AE95>ァ「」ォ卆「丿ォエア」泗档<E6B397>#キョキレ|ィィッアタ擇蜜箕コ祷勣剩ャyテツ。~ゥRa【庶xnxуl€<6C>ws♀zinPnun<75><EFBFBD>x<EFBFBD>水賭島~|璽。愕ー洌ュ・「ウォ囀ィ注<EFBDA8>エィキマ旭エカィアェ勁ャ噛卿ェ嚠オ棍ォ、カツM伺<4D>沂學tmq€sekqycZ€]wtw桁鼠lbビ~<7E>かz<E3818B><7A>轟立、憤ゥ・<EFBDA9>舶惶汕v兌5fャョイフヌレケケィァィ騒插恆坤這鴻「コャア<EFBDAC>-H&$BYf^ig仁wlnuwqSr恵cg<63>tX図sg雛桴服框鞄<E6A186>・ーウ「キ「・<EFBDA2>m<EFBFBD>ァ渇k∞oa_~楾メタホツ「ャャ剽thnk池恷「根ッ椁W)*hBG"7((Y]x|xwjt}ィ淀s}酢Z怨。┬<EFBDA1><EFBFBD>]シ。<EFBDBC>ォ悽<EFBDAB><7F>ゞ{n遊9d<39> 芝ゥキサホゥテメカv醜b椒虫沺ック唆田@&,#GL€“<"#7Ab稽tecg<63>俣桍ks<6B>l央}ォX套笠普。エ諸逗ij'!<エ狽pJ¥、|$ Pッ到イ嘯<EFBDB2>d<EFBFBD>h<EFBFBD>」荘イ<E88D98>ィ。<EFBDA8>!1)DD5LZ<4C><5A>_T(F#2Чbxf「ゥュqulo€~tVj弓C=5u袖ゥ反€サ~棍エ享<EFBDB4>n、☆葡<E29886> {ケ相縛」ル<EFBCB8>張ャヲァ浹€2 !^ュ、{m霜''09_xa+.#B"_e塾t\@<**,"+!\{捲剌l寮遠コャ∞揩ャロ<EFBDAC>ヌョqu? %+Nbre侮球vwС! #%*+ *#)
2" )   
'.6bbivエ|詞a<E8A99E>Xqp◇цM
タシスュ<EFBDBD>_M #%
  #
('&SWb#  &    コヲャク囿ウクマ。  &   ! %
$4PKhc迎kロ~<7E>I   
 #$)きャカ抽・字、幻エ。Z'喚ウセ「o#S€焚・<E7849A>8oDA$埔rェサョ涛A児エ棗、チィッィィュスクィ「<EFBDA8>ィ亟柎 
', 7硲。ヲッマハソヘケエケトト椪V沛柱=Ewマメカイーサケヤ、スィ「ァニコシツァケリウキゥ・カャツシエテイェ・ャシシ估イユオイセスオシサテキリケヌハカツタヨセマセサツムマソャチッイースチ收サホチカヨッロ料ハモムュトハノオメヌナテ

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@ -0,0 +1,40 @@
Preset
desc=Huge spheres! Tileable,\010might be suitable as a\010background somewhere.
orientnum=1
orientfirst=0.000000
orientlast=60.000000
orienttype=0
sizenum=6
sizefirst=28.670000
sizelast=50.439999
sizetype=2
brushrelief=100.000000
brushdensity=7.070000
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.020000
generalpaintedges=1
generaltileable=1
generaldropshadow=1
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/sphere.ppm
selectedpaper=Paper/defaultpaper.pgm
color=ffffff
placetype=0
placecenter=1
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,28 @@
Preset
orientnum=1
orientfirst=0.000000
orientlast=360.000000
orienttype=2
brushrelief=12.000000
brushscale=15.930000
brushdensity=7.940000
brushgamma=1.310000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=1
generaltileable=0
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/weave.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=1
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0

View File

@ -0,0 +1,28 @@
Preset
orientnum=4
orientfirst=44.599998
orientlast=360.000000
orienttype=2
brushrelief=0.000000
brushscale=10.630000
brushdensity=21.000000
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.000000
generalpaintedges=1
generaltileable=0
paperrelief=0.000000
paperscale=100.570000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/chalk01.pgm
selectedpaper=Paper/canvas2.pgm
color=010101
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0

View File

@ -0,0 +1,40 @@
Preset
desc=Simulates a cubistic painting.
orientnum=30
orientfirst=0.000000
orientlast=360.000000
orienttype=2
sizenum=1
sizefirst=17.080000
sizelast=17.080000
sizetype=0
brushrelief=0.000000
brushdensity=18.600000
brushgamma=0.500000
brushaspect=0.000000
generalbgtype=1
generaldarkedge=0.000000
generalpaintedges=1
generaltileable=0
generaldropshadow=0
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=100.570000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/grad01.pgm
selectedpaper=Paper/canvas2.pgm
color=646566
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,40 @@
Preset
desc=Turns the image into a layer\010of small pebbles.
orientnum=1
orientfirst=47.790001
orientlast=0.000000
orienttype=0
sizenum=1
sizefirst=5.000000
sizelast=5.000000
sizetype=0
brushrelief=0.000000
brushdensity=20.000000
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.300000
generalpaintedges=1
generaltileable=0
generaldropshadow=0
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/shape02.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,28 @@
Preset
orientnum=4
orientfirst=44.599998
orientlast=360.000000
orienttype=2
brushrelief=0.000000
brushscale=10.750000
brushdensity=11.040000
brushgamma=0.500000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.000000
generalpaintedges=1
generaltileable=0
paperrelief=0.000000
paperscale=100.570000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/fabric02.pgm
selectedpaper=Paper/canvas2.pgm
color=010101
placetype=1
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0

View File

@ -0,0 +1,28 @@
Preset
orientnum=10
orientfirst=38.230000
orientlast=360.000000
orienttype=6
brushrelief=12.000000
brushscale=20.000000
brushdensity=50.000000
brushgamma=2.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.300000
generalpaintedges=1
generaltileable=0
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/dribble.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0

View File

@ -0,0 +1,28 @@
Preset
orientnum=14
orientfirst=66.900002
orientlast=360.000000
orienttype=6
brushrelief=0.000000
brushscale=13.730000
brushdensity=20.000000
brushgamma=1.000000
brushaspect=-0.450000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=1
generaltileable=0
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/shape04.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0

View File

@ -0,0 +1,40 @@
Preset
desc=Flower power, man!
orientnum=7
orientfirst=11.489998
orientlast=45.599998
orienttype=2
sizenum=1
sizefirst=15.930000
sizelast=15.930000
sizetype=0
brushrelief=12.390000
brushdensity=21.709999
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=1
generaldarkedge=0.150000
generalpaintedges=1
generaltileable=0
generaldropshadow=0
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=100.570000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/flower01.pgm
selectedpaper=Paper/canvas2.pgm
color=646566
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,40 @@
Preset
desc=Woof!
orientnum=30
orientfirst=89.199997
orientlast=203.889999
orienttype=4
sizenum=1
sizefirst=14.200000
sizelast=14.200000
sizetype=0
brushrelief=0.000000
brushdensity=28.320000
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=1
generaltileable=0
generaldropshadow=0
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=103.169998
paperinvert=1
paperoverlay=0
selectedbrush=Brushes/chalk01.pgm
selectedpaper=Paper/marble.pgm
color=000000
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,28 @@
Preset
orientnum=15
orientfirst=44.599998
orientlast=180.220001
orienttype=6
brushrelief=12.000000
brushscale=14.200000
brushdensity=20.000000
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=1
generaltileable=0
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/chalk01.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=1
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0

View File

@ -0,0 +1,28 @@
Preset
orientnum=15
orientfirst=31.860001
orientlast=180.220001
orienttype=6
brushrelief=41.590000
brushscale=15.350000
brushdensity=26.580000
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=1
generaltileable=0
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/chalk01.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=1
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0

View File

@ -0,0 +1,40 @@
Preset
desc=Sends a horde of maggots\010to gnaw at your image.
orientnum=30
orientfirst=0.000000
orientlast=360.000000
orienttype=6
sizenum=1
sizefirst=13.150000
sizelast=13.150000
sizetype=0
brushrelief=16.000000
brushdensity=20.000000
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=0
generaltileable=0
generaldropshadow=0
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/worm.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=1
numorientvector=1
orientvector=0,0.633333,0.466667,282.000000,-0.978148,0.207912,1.000000,-1603454457
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,36 @@
## Process this file with automake to produce Makefile.in
presetsdatadir = $(gimpdatadir)/gimpressionist/Presets
presetsdata_DATA = \
Ballpark \
Canvas \
Crosshatch \
Cubism \
Dotify \
Embroidery \
Feathers \
Felt-marker \
Flowerbed \
Furry \
Line-art \
Line-art-2 \
Maggot-invasion \
MarbleMadness \
Mossy \
Painted_Rock \
Parquette \
Patchwork \
Ringworks \
Sample \
Smash \
Straws \
Weave \
Wormcan
EXTRA_DIST = $(presetsdata_DATA)
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done

View File

@ -0,0 +1,39 @@
Preset
desc=Quite close to the original\010Cryptiq-plugins effect.
orientnum=1
orientfirst=0.000000
orientlast=0.000000
orienttype=0
sizenum=10
sizefirst=6.000000
sizelast=25.000000
sizetype=6
brushrelief=100.000000
brushdensity=50.000000
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=1
generaltileable=0
generaldropshadow=0
generalshadowdarkness=3.500000
devthresh=0.100000
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/ball.ppm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,40 @@
Preset
desc=Very rough moss-like\010texture. Works quite well\010for tileable backgrounds\010and other textures.
orientnum=21
orientfirst=31.860001
orientlast=180.220001
orienttype=6
sizenum=1
sizefirst=30.570000
sizelast=30.570000
sizetype=0
brushrelief=41.590000
brushdensity=26.580000
brushgamma=0.500000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=1
generaltileable=0
generaldropshadow=0
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/strange01.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,40 @@
Preset
desc=Rough paint-on-rock\010sort of texture. Good for\010tileable backgrounds.
orientnum=30
orientfirst=0.000000
orientlast=360.000000
orienttype=2
sizenum=1
sizefirst=35.369999
sizelast=35.369999
sizetype=0
brushrelief=100.000000
brushdensity=20.000000
brushgamma=2.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=1
generaltileable=0
generaldropshadow=0
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/splat3.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,30 @@
Preset
orientnum=4
orientfirst=31.860001
orientlast=360.000000
orienttype=7
brushrelief=12.000000
brushscale=20.000000
brushdensity=20.000000
brushgamma=1.000000
brushaspect=0.630000
generalbgtype=0
generaldarkedge=0.400000
generalpaintedges=1
generaltileable=0
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/crayon04.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=0
numorientvector=3
orientvector=0,0.240000,0.333333,0.000000,0.000000,1.000000,1.000000,3
orientvector=1,0.780000,0.293333,0.000000,0.000000,1.000000,1.000000,3
orientvector=2,0.533333,0.813333,0.000000,0.000000,1.000000,1.000000,3
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=1

View File

@ -0,0 +1,28 @@
Preset
orientnum=8
orientfirst=22.299999
orientlast=360.000000
orienttype=2
brushrelief=15.040000
brushscale=13.630000
brushdensity=15.500000
brushgamma=0.860000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=0
generaltileable=0
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/spunge02.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=1
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0

View File

@ -0,0 +1,28 @@
Preset
orientnum=1
orientfirst=0.000000
orientlast=0.000000
orienttype=2
brushrelief=0.000000
brushscale=11.330000
brushdensity=12.390000
brushgamma=1.000000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.000000
generalpaintedges=1
generaltileable=0
paperrelief=0.000000
paperscale=100.570000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/shape03.pgm
selectedpaper=Paper/canvas2.pgm
color=646566
placetype=1
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0

View File

@ -0,0 +1,40 @@
Preset
desc=Plain oil-painting. Good for\010big pictures, as much of\010the details are lost.
orientnum=30
orientfirst=70.089996
orientlast=360.000000
orienttype=5
sizenum=1
sizefirst=15.350000
sizelast=15.350000
sizetype=0
brushrelief=12.000000
brushdensity=40.000000
brushgamma=1.310000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.050000
generalpaintedges=1
generaltileable=0
generaldropshadow=0
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/defaultbrush.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

View File

@ -0,0 +1,40 @@
Preset
desc=Looks like a mixture between\010a spiderweb and a smashed\010window.
orientnum=17
orientfirst=15.930000
orientlast=360.000000
orienttype=3
sizenum=1
sizefirst=25.780001
sizelast=25.780001
sizetype=0
brushrelief=0.000000
brushdensity=20.950001
brushgamma=0.500000
brushaspect=0.000000
generalbgtype=0
generaldarkedge=0.100000
generalpaintedges=1
generaltileable=0
generaldropshadow=0
generalshadowdarkness=20.000000
devthresh=0.100000
paperrelief=0.000000
paperscale=30.000000
paperinvert=0
paperoverlay=0
selectedbrush=Brushes/strange01.pgm
selectedpaper=Paper/defaultpaper.pgm
color=000000
placetype=0
placecenter=0
numorientvector=1
orientvector=0,0.500000,0.500000,0.000000,0.000000,1.000000,1.000000,0
orientangoff=0.000000
orientstrexp=1.000000
orientvoronoi=0
numsizevector=1
sizevector=0,0.500000,0.500000,0.000000,0.000000,0
sizeangoff=0.000000
sizestrexp=0.000000
sizevoronoi=0

Some files were not shown because too many files have changed in this diff Show More