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

..03-May-2022-

Arena.xcodeproj/H30-Jul-2018-6,4036,388

Bundle/H03-May-2022-8,1885,330

Extra/H03-May-2022-4,8384,000

Magick/H03-May-2022-11,3619,691

OCL/H03-May-2022-23,59618,599

OpenFX/H25-Apr-2018-210,673158,926

OpenFX-IO/H03-May-2022-59,39745,248

SupportExt/H03-May-2022-38,47930,513

.travis.ymlH A D30-Jul-20184 KiB10396

COPYINGH A D30-Jul-201817.7 KiB340281

LICENSEH A D30-Jul-2018680 1514

MakefileH A D30-Jul-2018533 3223

Makefile.ioH A D30-Jul-2018443 1513

Makefile.masterH A D03-May-20222.8 KiB9155

README.mdH A D30-Jul-20181.8 KiB7867

openfx-arena.proH A D30-Jul-20188.2 KiB208206

README.md

1OpenFX-Arena [![GPL2 License](http://img.shields.io/:license-gpl2-blue.svg?style=flat-square)](https://github.com/devernay/openfx-arena/blob/master/LICENSE) [![Open Hub](https://www.openhub.net/p/openfx-arena/widgets/project_thin_badge?format=gif&ref=Thin+badge)](https://www.openhub.net/p/openfx-arena?ref=Thin+badge) [![Build Status](https://travis-ci.org/olear/openfx-arena.svg)](https://travis-ci.org/olear/openfx-arena)
2============
3
4A set of [OpenFX](http://openfx.sf.net) plugins designed for [Natron](http://natron.fr) but also compatible with other hosts.
5
6Plugins
7=======
8
9 * OpenRaster
10 * ReadCDR
11 * ReadKrita
12 * ReadSVG
13 * ReadPDF
14 * Text
15 * Arc
16 * Charcoal
17 * Edges
18 * Implode
19 * Modulate
20 * Oilpaint
21 * Polar
22 * Polaroid
23 * ReadMisc
24 * ReadPSD(XCF)
25 * Reflection
26 * Roll
27 * Sketch
28 * Swirl
29 * Texture
30 * Tile
31 * Wave
32 * Looks
33 * Bulge
34 * Glare
35 * Ripple
36 * Twirl
37 * Sharpen
38 * Cartoon
39 * Duotone
40 * Edge
41
42Requirements
43============
44
45 * OpenColorIO 1.0.9
46 * fontconfig
47 * libxml2
48 * libzip 1.x
49 * pango 1.38
50 * cairo
51 * librsvg2
52 * libcdr 0.1.x
53 * librevenge
54 * poppler-glib
55 * lcms 2.x
56 * ImageMagick (MagickCore/Magick++) 6.9.2/7.0.3 with Q32, HDRI, lcms2, zlib, freetype, libpng
57   * Will build on older versions, but some features/plugins may not be available
58   * Quantum depth under 32 will work, but it not recommended, note that most distros ship 16
59   * Will work without HDRI, but it's not recommended
60 * OpenCL 1.2 compatible hardware and drivers (OCL plugins)
61
62
63Build
64=====
65
66```
67git clone https://github.com/olear/openfx-arena
68cd openfx-arena
69git submodule update -i --recursive
70make CONFIG=release IM=7
71sudo make CONFIG=release IM=7 install
72```
73
74License
75=======
76
77openfx-arena is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
78