aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar Roman Lebedev <lebedev.ri@gmail.com>2017-05-10 15:50:17 +0000
committerGravatar Abhishek Arya <inferno@chromium.org>2017-05-10 08:50:17 -0700
commit4eec2802861ec70c6d2c5e5edd1e3a38e51e746e (patch)
treef442729515dc6d96c7531f730c2d93f66a419e9d /projects
parent04e42ac17ad50be38d92b2e578690cd5df3d3c86 (diff)
RawSpeed: new project proposal. (#588)
* RawSpeed: new project proposal. RawSpeed is a library used for loading of raw files, produced by cameras. Pretty much all major raw formats are supported. Especially CR2, DNG, NEF, SRW, CRW, RW2, PEF, RAF, ... The library is used namely by darktable, PhotoFlow, rawstudio, etc. Old version of the library is used by the LibRaw library. As far i'm concerned, there exists only a three alive major raw loaders like this one - dcraw, LibRaw which is based on dcraw, and this library, RawSpeed. Thus, it is in quite the unique position, and i deem it to be important part of the ecosystem. Am i right or not is for you to tell. * Don't need to specify fuzzing engines We use both AFL and libFuzzer, don't need to specify this.
Diffstat (limited to 'projects')
-rw-r--r--projects/librawspeed/project.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/librawspeed/project.yaml b/projects/librawspeed/project.yaml
new file mode 100644
index 00000000..43c5eeea
--- /dev/null
+++ b/projects/librawspeed/project.yaml
@@ -0,0 +1,2 @@
+homepage: "https://github.com/darktable-org/rawspeed"
+primary_contact: "lebedev.ri@gmail.com"