-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php-p=en|project.html
888 lines (751 loc) · 35.3 KB
/
index.php-p=en|project.html
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="">
<head>
<title>Projects</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<script type="text/javascript" src="default-static/global/global/lib/prototype.js"></script>
<script type="text/javascript" src="default-static/global/global/lib/shortcut.js"></script>
<script type="text/javascript" src="default-static/global/global/lib/scriptaculous/scriptaculous.js"></script>
<script type="text/javascript" src="default-static/global/global/class_utils.js"></script>
<script type="text/javascript" src="default-static/global/global/global.js"></script>
<link rel="StyleSheet" href="default-static/global/global/styles.css" type="text/css"/>
<link rel="StyleSheet" href="_override-static/global/global/styles.css" type="text/css"/>
<link rel="StyleSheet" href="default-static/actions/action_view/action_view.css" type="text/css"/>
<script type="text/javascript">
var g_anwcfg = new Array();
g_anwcfg["lock_renewrate"] = "20";
g_anwcfg["lock_expirealert"] = "180";
g_anwcfg["lock_countdowninterval"] = "5";
var g_pagename="en/project";
var g_actionpageurl="http://libregraphicsmeeting.org/2010/index.php?p=en%2Fproject"
var g_actionurl="http://libregraphicsmeeting.org/2010/index.php?a=view";</script>
<script type="text/javascript" src="_override-static/global/global/jquery/jquery.js"></script>
<script type="text/javascript" src="_override-static/global/global/lgm.js"></script>
<link rel="stylesheet" type="text/css" media="print" href="_override-static/global/global/print.css" />
</head>
<body dir="">
<div id="container" class="action-view">
<div id="bla">
<div id="page">
<div id="header-container">
<div class="header">
<div id="sessionnav" class="sessionnav-guest">
Anonymous
[ <a href="index.php-a=settings.html" style="background-image:url('default-static/global/global/img/flags/en.png')" class="anwsettings">settings</a> |
<a href="index.php-a=login.html">log in</a> ]
</div><br/>
<div id="logo" style="height:305px;">
<div class="column" style="float: left; width: 50%;">
<a href="index.php-a=view.html" title="Back to home"><img src="view/LGM.png" /></a>
</div>
<div class="column" style="float: right; width: 33.333%;">
<a id="propose" class="image-link" href="../2011/index.php.html"><img alt="2011" src="view/2011.png" border="0"/></a>
<a id="donate" class="image-link" href="index.php-p=en|review.html"></a>
<a id="join" class="image-link" href="index.php-p=en|review.html"><img alt="review!" src="view/review.png" border="0"/></a>
</div>
<div class="column" style="float: right; width: 16.666%;"></div>
</div><!-- end logo -->
</div><!-- end header -->
</div><!-- end header-container -->
<div id="content-container">
<div id="content">
<!-- Left Column -->
<div id="container_lgm">
<div id="left" class="column">
<div id="left-content">
<div>
<div class="viewcontent cc-page" dir="ltr">
<h3>Projects</h3>
<p>The Libre Graphics Meeting is developed by, for and with multiple Libre Graphics projects. Here is a non-exhaustive list of the main projects involved:</p>
<!-- Scribus -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_scribus.png"/>
<ul>
<li>prof. page layout</li>
<li>prof. publishing features</li>
<li>CMYK color</li>
<li>ICC color management</li>
<li>versatile PDF creation</li>
<li>available in more than 24 languages</li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Scribus</h4>
<p>Scribus is an open-source DTP application with a modern and user-friendly interface.</p>
<p>The program's main goal is to provide flexible layout and typesetting together with ability to prepare files for professional quality image setting equipment.</p>
<ul class="project-links">
<li><a href="http://www.scribus.net/">Homepage</a></li>
<li><a href="http://www.scribus.net/?q=image/tid/26">Gallery</a></li>
<li><a href="http://www.scribus.net/?q=downloads">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Krita -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_krita.png"/>
<ul>
<li> creating new images</li>
<li> CMYK, L*a*b and more colorspaces</li>
<li> 8-32-bit per-channel</li>
<li> support for natural painting tools</li>
<li> integration with KOffice</li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Krita</h4>
<p>Krita – a program named with Swedish word denoting "pencil" or "chalk" – is a very promising bitmap graphics editor.</p>
<p>Designed to be both a painting application and a photo editor, it is free software distributed under GNU General Public License and a part of KDesktop Environment and its KOffice suite.</p>
<ul class="project-links">
<li><a href="http://www.krita.org/">Homepage</a></li>
<li><a href="http://www.krita.org/showcase/">Gallery</a></li>
<li><a href="http://www.krita.org/download/">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Inkscape -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_inkscape.png"/>
<ul>
<li> vector graphics editor</li>
<li> complex scripts</li>
<li> linked bitmap</li>
<li> "live" object copies</li>
<li> grouping objects</li>
<li> filter effects</li>
<li> masks and clipping paths</li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Inkscape</h4>
<p>An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format.</p>
<p>Inkscape supports many advanced SVG features (markers, clones, alpha blending, etc.) and great care is taken in designing a streamlined interface. It is very easy to edit nodes, perform complex path operations, trace bitmaps and much more. We also aim to maintain a thriving user and developer community by using open, community-oriented development.</p>
<ul class="project-links">
<li><a href="http://www.inkscape.org/">Homepage</a></li>
<li><a href="http://wiki.inkscape.org/wiki/index.php/Galleries#Multiple-author_galleries">Gallery</a></li>
<li><a href="http://inkscape.org/download/">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- The GIMP -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_gimp.png"/>
<ul>
<li> raster graphics editor</li>
<li> 150 standard effects and filters</li>
<li> converting between different formats</li>
<li> layers, selections, paths</li>
<li> painting</li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>The GIMP</h4>
<p>GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.</p>
<p>It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.</p>
<p>GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted.</p>
<ul class="project-links">
<li><a href="http://www.gimp.org/">Homepage</a></li>
<li><a href="http://www.gimp.org/screenshots/">Gallery</a></li>
<li><a href="http://www.gimp.org/downloads/">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Blender -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_blender.png"/>
<ul>
<li> modeling </li>
<li> UV unwrapping </li>
<li> texturing, rigging, skinning </li>
<li> animating, rendering </li>
<li> particle and other simulating </li>
<li> non-linear editing </li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Blender</h4>
<p>Blender is a free/open 3D animation program that can be used for modeling, UV unwrapping, texturing, rigging, skinning, animating, rendering, particle and other simulating, non-linear editing, compositing, and creating interactive 3D applications.</p>
<p>The most noticeable examples of Blender employment were probably Spider-Man 2 movie and Elephant Dreams -- world's first "open movie".</p>
<ul class="project-links">
<li><a href="http://www.blender.org/">Homepage</a></li>
<li><a href="http://www.blender.org/features-gallery/">Gallery</a></li>
<li><a href="http://www.blender.org/download/get-blender/">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<h3>Completing the graphics environment</h3>
<p>A complete free graphics environment results from dozens of other projects for mananging fonts, colors, PDFs, cliparts, and lot more...</p>
<!-- Create -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="http://libregraphicsmeeting.org/2010/view/project/logo_create.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Create</h4>
<p>We catalyze communication and sharing between Free and Open Source creative software communities like Inkscape, Gimp, Scribus, Open Clip Art library, Open Font Library and more. We do Libre Graphics Meeting and share Specifications.</p>
<p>Join our Mailing List, use the Wiki, or chat at #create on irc.freenode.net.</p>
<ul class="project-links">
<li><a href="http://create.freedesktop.org/">Homepage</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- FontMatrix -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_fontmatrix.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Fontmatrix</h4>
<p>Fontmatrix is a free/libre font manager for GNU/Linux, Windows and OS X.</p>
<p>It allows its users to find, choose and classify fonts according to the characteristics of the project they have in mind, to enable and disable fonts on the fly, and to pack the font files to easily distribute them.</p>
<p>Further functionalities include a Panose widget, a font extractor, or a glyph comparison widget.</p>
<ul class="project-links">
<li><a href="http://www.fontmatrix.net/">Homepage</a></li>
<li><a href="http://www.fontmatrix.net/node/35">Gallery</a></li>
<li><a href="http://www.fontmatrix.net/node/22">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- GEGL -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="http://libregraphicsmeeting.org/2010/view/project/logo_gegl.png"/>
<ul>
<li> Output in many formats</li>
<li> Non destructive editing</li>
<li> C, C#, Python and Ruby interfaces</li>
<li> XML serialization format (not-finalized)</li>
<li> Iterative processing</li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>GEGL</h4>
<p>GEGL (Generic Graphics Library) is a graph based image processing framework.</p>
<p>GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have minimal dependencies. and a simple well defined API.</p>
<ul class="project-links">
<li><a href="http://www.gegl.org/">Homepage</a></li>
<li><a href="http://www.gegl.org/gallery/index.html">Gallery</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Hugin -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_hugin.png"/>
<ul>
<li> image stitching and warping</li>
<li> photometric calibration</li>
<li> lens distorsion correction</li>
<li> HDR deghosting and merging</li>
<li> flexible tonemapping</li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Hugin</h4>
<p>With hugin you can assemble a mosaic of photographs into a complete immersive panorama, stitch any series of overlapping pictures and much more.</p>
<ul class="project-links">
<li><a href="http://hugin.sourceforge.net/">Homepage</a></li>
<li><a href="http://en.wikipedia.org/wiki/Hugin_%28software%29">Wiki</a></li>
<li><a href="http://hugin.sourceforge.net/download/">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Open Clip Art Library -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_ocal.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Open Clip Art Library</h4>
<p>This project aims to create an archive of clip art that can be used for free for any use. There are over 12,000 clips from more than 700 artists available for download. The Open Clip Art Library uses open standard SVG files for vector format files and places all content into the public domain.</p>
<p>The Open Clip Art Library is transitioning to the Creative Commons sponsored Open Source project, cHost , to host content and implement ideas of the community over the last couple of years. Of specific importance at this conference is to meet with developers, coordinate with other projects, and get some time with the community for hacking.</p>
<ul class="project-links">
<li><a href="http://www.openclipart.org/">Homepage</a></li>
<li><a href="http://www.openclipart.org/cchost/media/view/media/examples/">Gallery</a></li>
<li><a href="http://openclipart.org/media/viewfile/downloads.xml">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Open Font Library -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_ofl.png"/>
<ul>
<li> Find fine fonts</li>
<li> Share your typefaces</li>
<li> Learn how to make fonts</li>
<li> Start using @font-face</li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Open Font Library</h4>
<p>Typefaces we can all share. The Open Font Library is a sister project of the Open Clip Art Library. The goal of this project is to collect free software fonts - those that may be used, changed and shared freely.</p>
<ul class="project-links">
<li><a href="http://openfontlibrary.org/">Homepage</a></li>
<li><a href="http://openfontlibrary.org/media/view/media/fonts">Fonts</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Oyranos -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_oyranos.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Oyranos</h4>
<p>Oyranos is an operating system level Colour Management System (CMS). It allows applications and users to obtain a consistent colour match from supporting applications and workflows.</p>
<p>Oyranos is intented to coordinate device specific informations (ICC colour profiles), configure their system wide settings. Oyranos will in the future be able to convert colours across devices on various platforms.</p>
<ul class="project-links">
<li><a href="http://www.oyranos.org/">Homepage</a></li>
<li><a href="http://www.oyranos.org/wiki/index.php?title=Oyranos">Wiki</a></li>
<li><a href="http://sourceforge.net/projects/oyranos/files/">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- RawStudio -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_rawstudio.png"/>
<ul>
<li> Intuitive GTK+ interface</li>
<li> Reads all dcraw supported formats</li>
<li> Color management using Little CMS</li>
<li> Batch processing</li>
<li> Various post-shot controls</li>
<li> Real time preview in full resolution</li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Rawstudio</h4>
<p>Rawstudio is an open-source program to read and manipulate RAW images from most digital cameras.</p>
<p>Rawstudio will convert your RAW files into JPEG, PNG or TIF images which you can then print or send to friends and clients.</p>
<p>It has a graphical user interface, so you can simply open a RAW file and experiment with the controls to see how they effect the image. Rawstudio has a very simple architecture which is optimized for ease of use and therefore should be intuitive to most photographers.</p>
<ul class="project-links">
<li><a href="http://rawstudio.org/">Homepage</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Sk1 -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_sk1.png"/>
<ul>
<li> CMYK colorspace support</li>
<li> CMYK support in Postscript</li>
<li> Cairo-based engine</li>
<li> Color management</li>
<li> Universal CDR importer</li>
<li> Modern Gtk based user interface</li>
</ul>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>sK1</h4>
<p>sK1 is an open source vector graphics editor similar to CorelDRAW, Adobe Illustrator, or Freehand. First of all sK1 is oriented for PostScript processing.</p>
<p>UniConvertor is a universal vector graphics translator. It uses sK1 engine to convert one format to another. Development of the import/export modules for this program goes through different stages, quality and feature coverage are different among formats.</p>
<ul class="project-links">
<li><a href="http://sk1project.org/">Homepage</a></li>
<li><a href="http://sk1project.org/modules.php?name=Products&product=sk1">sK1</a></li>
<li><a href="http://sk1project.org/modules.php?name=Products&product=uniconvertor">UniConvertor</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- SwatchBooker -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_swatchbooker.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>SwatchBooker</h4>
<p>Swatchbooker is a swatch book viewer, convertor and editor.</p>
<p>It currently reads color swatches from Adobe aco, QuarkXpress qcl or Scribux xml among more than a dozen other formats.</p>
<p>Swatchbooker is able to write in the Adobe ase, Gimp gpl, HTML, OpenOffice.org soc and Scribus xml formats.</p>
<ul class="project-links">
<li><a href="http://www.selapa.net/swatchbooker/">Homepage</a></li>
<li><a href="https://gna.org/projects/swatchbooker">Code</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Tango -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_tango.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Tango</h4>
<p>The Tango Desktop Project exists to help create a consistent graphical user interface experience for free and Open Source software.
</p>
<p>While the look and feel of an application is determined by many individual components, some organization is necessary in order to unify the appearance and structure of individual icon sets used within those components.</p>
<p>The Tango Desktop Project defines an icon style guideline to which artists and designers can adhere. A sample implementation of the style is available as an icon theme based upon a standardized icon naming specification. In addition, the project provides transitional utilities to assist in creating icon themes for existing desktop environments, such as GNOME and KDE.</p>
<ul class="project-links">
<li><a href="http://tango.freedesktop.org/Tango_Desktop_Project">Homepage</a></li>
<li><a href="http://tango.freedesktop.org/Tango_Icon_Gallery">Gallery</a></li>
<li><a href="http://tango.freedesktop.org/Tango_Icon_Library">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- DigiKam -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_digikam.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>DigiKam</h4>
<p>digiKam is an advanced digital photo management application for Linux, Windows, and Mac-OSX.</p>
<p>The people who inspired digiKam's design are the photographers like you who want to view, manage, edit, enhance, organize, tag, and share photographs under Linux systems.</p>
<ul class="project-links">
<li><a href="http://www.digikam.org/">Homepage</a></li>
<li><a href="http://www.digikam.org/drupal/node/323">Gallery</a></li>
<li><a href="http://www.digikam.org/drupal/download">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<!-- Phatch -->
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_phatch.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Phatch</h4>
<p>Phatch is a user-friendly, cross-platform Photo Batch Processor and Exif Renamer with a nice graphical user interface.
</p>
<p>Phatch handles all popular image formats and can duplicate (sub)folder hierarchies. Phatch can batch resize, rotate, apply shadows, perspective, rounded corners... and do much more actions in minutes instead of hours or days if you do it manually.</p>
<ul class="project-links">
<li><a href="http://photobatch.stani.be/">Homepage</a></li>
<li><a href="http://photobatch.stani.be/download/index.html">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_codefree.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>code:free</h4>
<p>A pdf magazine/art book for the open source scene. It contains only pictures made with free (not freeware!) software like Xara, Glips, Krita, K-3D, 3D Canvas, Gogh; most of it are made in Inkscape, Gimp or Blender. The magazine itself is made with Scribus.</p>
<ul class="project-links">
<li><a href="http://chrisdesign.wordpress.com/codefree/">Homepage</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="http://libregraphicsmeeting.org/2010/view/project/logo_qtpfsgui.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Luminance HDR</h4>
<p>Luminance HDR (previously known as Qtpfsgui) is an open source graphical user interface application that aims to provide a workflow for HDR imaging (High Dynamic Range imaging).</p>
<ul class="project-links">
<li><a href="http://qtpfsgui.sourceforge.net/">Homepage</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="http://libregraphicsmeeting.org/2010/view/project/logo_lgw.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Libre Graphics World</h4>
<p>News ticker and in-depth articles about the libre graphics world.</p>
<ul class="project-links">
<li><a href="http://www.libregraphicsworld.org/">Homepage</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
<div class="project">
<div class="project-frame">
<div class="project-frame-content">
<img src="view/project/logo_mypaint.png"/>
</div>
</div>
<div class="project-description">
<div id="project-description-content">
<h4>Mypaint</h4>
<p>MyPaint is a fast and easy open-source graphics application for digital painters. It lets you focus on the art instead of the program. You work on your canvas with minimum distractions, bringing up the interface only when you need it.
</p>
<ul class="project-links">
<li><a href="http://www.mypaint.info/">Homepage</a></li>
<li><a href="http://mypaint.intilinux.com/?page_id=9">Gallery</a></li>
<li><a href="http://mypaint.intilinux.com/?page_id=6">Download</a></li>
</ul>
</div>
</div>
<br style="clear:both"/>
</div>
</div>
<div id="pageinfo">
<div id="pagetranslations">
<ul>
<li class="current" style="background-image:url('default-static/global/global/img/flags/en.png');">en</li>
<li><a href="index.php-p=fr|project.html" style="background-image:url('default-static/global/global/img/flags/fr.png');">fr</a></li>
<li><a href="index.php-p=nl|project.html" style="background-image:url('default-static/global/global/img/flags/nl.png');">nl</a></li>
</ul>
</div>
<div id="pagerevision">Last edited on 01/25/2010 11:52:13</div>
<div class="break"></div>
</div>
</div>
</div>
</div><!-- end container_lgm -->
<!-- Right Column -->
<div id="right" class="column">
<div id="right-content">
<!-- Twits -->
<!--
<pre>
debug:
</pre>
-->
<div id="events" class="menu-block">
<h3 style="margin-left:0px;"><a href="index.php-p=en|news|.html">News</a></h3>
<p style="margin-bottom:10px;"><strong><a href="index.php-p=en|news|magazine.html" class="none">Libre Graphics Magazine #0</a></strong><br/>
<p>During the LGM 2010, Ana, ginger and Ricardo (+ a.l.e and Femke) have published the Libre Graphics Magazine #0. You can <a href="download/lgmag_00.pdf">download it here</a> (This is a "light" version"; You may request a print ready version)</p></p>
<p style="margin-bottom:10px;"><strong><a href="index.php-p=en|news|radiopanik.html" class="none">LGM on the air</a></strong><br/>
We had a wonderful interview in french at Radiopanik: you can download it here: <a href="http://www.radiopanik.org/spip/Emission-du-26-mai-Libre-Graphics">Good morning mr. Stalmnann, May 26th</a></p>
<p style="margin-bottom:10px;"><strong><a href="index.php-p=en|news|clustering.html" class="none">Clustering</a></strong><br/>
The traditional <a href="http://create.freedesktop.org/wiki/Conference_2010/Clustering">clustering page</a> helps attendees figure out if they can share taxis or if they stay in same hotel</p>
</div> <!-- div#events -->
<div id="flickr" class="menu-block">
<h3 style="margin-left:0px;"><a href="http://www.flickr.com/groups/776360@N22/pool/">Flickr pool</a></h3>
<a href=""><img src="" /></a><a href=""><img src="" /></a><a href=""><img src="" /></a>
<a href=""><img src="" /></a><a href=""><img src="" /></a><a href=""><img src="" /></a>
<a href=""><img src="" /></a><a href=""><img src="" /></a><a href=""><img src="" /></a>
<a href=""><img src="" /></a><a href=""><img src="" /></a><a href=""><img src="" /></a>
</div> <!-- div#flickr -->
<dl id="twits" class="menu-block">
<h3><a href="http://identi.ca/group/lgm">Identi.ca feed</a></h3>
</dl>
<!-- End Twits -->
</div><!-- end right-content -->
</div><!-- end right -->
<!-- Center Column -->
<div id="center" class="column">
<div id="center-content">
<!-- Main menu -->
<div class="menu-container">
<span class="menu-open1"></span>
<span class="menu-open2"></span>
<div class="menu">
<ul>
<li>
<a href="index.php-p=en|home.html">
<span class="menu-mainitem-open1">
<span class="menu-mainitem-open2">
<span class="menu-mainitem-title">Home</span>
</span>
</span>
</a>
</li>
<li>
<a href="index.php-p=en|about.html">
<span class="menu-mainitem-open1">
<span class="menu-mainitem-open2">
<span class="menu-mainitem-title">About</span>
</span>
</span>
</a>
</li>
<li>
<a href="program.php.html">
<span class="menu-mainitem-open1">
<span class="menu-mainitem-open2">
<span class="menu-mainitem-title">Program</span>
</span>
</span>
</a>
</li>
<li class="menu-active">
<a href="index.php-p=en|project.html">
<span class="menu-mainitem-open1">
<span class="menu-mainitem-open2">
<span class="menu-mainitem-title">Projects</span>
</span>
</span>
</a>
</li>
<li>
<a href="index.php-p=en|location.html">
<span class="menu-mainitem-open1">
<span class="menu-mainitem-open2">
<span class="menu-mainitem-title">Locations</span>
</span>
</span>
</a>
</li>
<li>
<a href="index.php-p=en|community.html">
<span class="menu-mainitem-open1">
<span class="menu-mainitem-open2">
<span class="menu-mainitem-title">Community</span>
</span>
</span>
</a>
</li>
<li>
<a href="index.php-p=en|sponsor.html">
<span class="menu-mainitem-open1">
<span class="menu-mainitem-open2">
<span class="menu-mainitem-title">Sponsors</span>
</span>
</span>
</a>
</li>
<li>
<a href="index.php-p=en|press.html">
<span class="menu-mainitem-open1">
<span class="menu-mainitem-open2">
<span class="menu-mainitem-title">Press</span>
</span>
</span>
</a>
</li>
<li>
<a href="index.php-p=en|contact.html">
<span class="menu-mainitem-open1">
<span class="menu-mainitem-open2">
<span class="menu-mainitem-title">Contact</span>
</span>
</span>
</a>
</li>
</ul>
</div><!-- end menu -->
<span class="menu-close1"></span>
<span class="menu-close2"></span>
</div><!-- end menu-container -->
<!-- End Main Menu -->
<div id="logos">
<h3>Partners</h3>
<a href="http://create.freedesktop.org"><img src="view/partner_create.png" /></a>
<a href="http://www.pianofabriek.be/kunstenwerkplaats"><img src="view/partner_pianofabriek.png" /></a>
<a href="http://pzwart.wdka.nl/networked-media/"><img src="view/partner_wdka_hro.png" /></a>
<a href="http://www.bxlug.be/"><img src="view/partner_bxlug.png" /></a>
<a href="http://www.constantvzw.org"><img src="view/partner_constant.png" /></a>
</div><!-- logos -->
</div><!-- center-content -->
</div><!-- center -->
</div><!-- end content -->
</div><!-- end content-container -->
<div id="footer-container">
<div class="footer">
</div><!-- end footer -->
<div id="bottom-container">
<div class="bottom">
Powered by <a href="http://www.anwiki.com" title="Anwiki is a multilingual wiki / CMS">Anwiki</a>
</div>
</div><!-- end bottom-container -->
</div><!-- end footer-container -->
</div><!-- end page -->
</div><!-- end bla -->
</div><!-- end container -->
</body>
</html>