2012-11-03 23:35:30 +00:00
|
|
|
|
Category:Multimedia
|
|
|
|
|
License:GPL
|
|
|
|
|
Web Site:https://guardianproject.info/apps/informacam
|
|
|
|
|
Source Code:https://github.com/guardianproject/InformaCam
|
|
|
|
|
Issue Tracker:https://github.com/guardianproject/InformaCam/issues
|
|
|
|
|
|
2013-06-17 09:06:42 +00:00
|
|
|
|
Auto Name:InformaCam
|
2012-11-03 23:35:30 +00:00
|
|
|
|
Summary:Image redactor
|
|
|
|
|
Description:
|
2013-04-09 21:38:55 +00:00
|
|
|
|
InformaCam is a plugin for ObscuraCam that allows the user, without much
|
|
|
|
|
intervention on their own part,
|
|
|
|
|
to inflate image and video with extra points of data, or metadata. The
|
|
|
|
|
metadata includes information like
|
|
|
|
|
the user’s current GPS coordinates, altitude, compass bearing, light meter
|
|
|
|
|
readings, the signatures of
|
|
|
|
|
neighboring devices, cell towers, and wifi networks; and serves to shed light
|
|
|
|
|
on the exact circumstances
|
|
|
|
|
and contexts under which the digital image was taken. Some users will
|
|
|
|
|
already be familiar with ObscuraCam,
|
|
|
|
|
which allows for capturing and digitally manipulating media. With
|
|
|
|
|
InformaCam included, the app starts to
|
|
|
|
|
behave almost like Adobe Photoshop or GIMP, supporting non-destructive,
|
|
|
|
|
layer-based edits to media. This
|
|
|
|
|
means that a version of an image can be created with any sensitive image data
|
|
|
|
|
and metadata preserved and
|
|
|
|
|
encrypted to trusted entities, along with a redacted version that has its
|
|
|
|
|
metadata stripped which can be easily shared.
|
2012-11-03 23:35:30 +00:00
|
|
|
|
.
|
|
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
|
Repo:https://github.com/guardianproject/InformaCam.git
|
|
|
|
|
|
2013-03-23 13:37:48 +00:00
|
|
|
|
Build Version:1.0,1,!WIP: not released yet d20d57b8a3,\
|
|
|
|
|
srclibs=FFMPEG-Java@5427fe5e;IOCipher@56a23bbdfa,prebuild=\
|
2013-04-09 21:43:19 +00:00
|
|
|
|
cp -r $$FFMPEG-Java$$ FFMPEG-Java && cp -r $$IOCipher$$ IOCipher && \
|
2012-11-03 23:35:30 +00:00
|
|
|
|
sed -i 's@\(android.library.reference.1=\).*@\1FFMPEG-Java@' project.properties && \
|
|
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1IOCipher@' project.properties && \
|
|
|
|
|
export NDK_BASE=$$NDK$$ && cd FFMPEG-Java && git submodule update --init --recursive && \
|
|
|
|
|
cd external/android-ffmpeg && sed -i 's/make -j4/make -j2/g' make_* && \
|
|
|
|
|
./configure_make_everything.sh && cd ../../../IOCipher && \
|
2013-03-23 13:37:48 +00:00
|
|
|
|
git submodule init && git submodule update && \
|
|
|
|
|
sed -i 's/make -j4/make -j2/g' external/Makefile && \
|
2013-02-14 20:18:11 +00:00
|
|
|
|
make -C external && $$NDK$$/ndk-build,buildjni=yes
|
2012-11-03 23:35:30 +00:00
|
|
|
|
|
2013-06-17 09:06:42 +00:00
|
|
|
|
Auto Update Mode:None
|
2013-03-23 13:37:48 +00:00
|
|
|
|
Update Check Mode:Static
|
2012-11-03 23:35:30 +00:00
|
|
|
|
|