Skip to content

Commit ea457c9

Browse files
committed
Add Instruction to build from source
1 parent a3d9633 commit ea457c9

5 files changed

Lines changed: 57 additions & 0 deletions

File tree

Source Code/C Source code/Install.md

Whitespace-only changes.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
Instructions:-
3+
4+
To clean a single image:- [ RECOMMENDED ]
5+
6+
1)Put all images in Images Folder.
7+
2)Click run.exe
8+
3)In Menu . Type 1 to select image sanitization.
9+
4)Program will ask 'Enter Image name:',Enter a single image file name which is inside the Images Folder.
10+
11+
Example:-
12+
13+
let as assume a.jpg is in Images Folder.Then when program prompts you then:-
14+
15+
Enter Image name:a.jpg
16+
17+
If you get metadata was cleaned successfully message then most metadata should have been removed.
18+
THOUGH THIS NEVER COMPLETELY REMOVES ALL METADATA COMPLETELY .
19+
20+
To clean images in bulk:- [ NOT RECOMMENDED ]
21+
22+
1)Put all images in Images Folder.
23+
2)Click run.exe
24+
3)In Menu . Type 1 to select image sanitization.
25+
4)Program will ask 'Enter Image name:',Enter * imagename extension which will clean all images with that extension
26+
present in the Images Folder.
27+
28+
Example:-
29+
30+
let as assume you have 10 jpg images in Images Folder you want to clean them all then:-
31+
32+
Enter Image name:*.jpg
33+
34+
You may get metadata was cleaned successfully message but it MAY BE MISLEADING.IN THIS CASE YOU ARE STRONGLY
35+
RECOMMENDED TO MANUALLY CHECK WHETHER EACH IMAGE WAS CLEANED SUCCESSFULLY USING input.txt AND output.txt FILES
36+
WHICH HAS METADATA OF IMAGES BEFORE CLEANING AND AFTER CLEANING RESPECTIVELY.
37+
38+
To Clean Videos:-
39+
40+
1)First put the videos in Videos Folder.
41+
2)Click run.exe
42+
3)In Menu , Type 2 to select video sanitization.
43+
4)Program will ask 'Enter Video name:',Enter a single video file name which is inside the Videos Folder.
44+
45+
Example:-
46+
47+
let as assume a.mp4 is in Videos Folder.Then when program prompts you then:-
48+
49+
Enter Video name:a.mp4
50+
51+
THIS NEVER COMPLETELY REMOVES ALL METADATA.
52+
DUE TO LIMITATIONS OF SANITIZATION ,NO MESSAGE WILL BE DISPLAYED IF VIDEO WAS SUCCESSFULLY CLEANED OR NOT!
53+
U HAVE TO MANUALS CHECK METADATA USING FILE PROPERTIES OR BETTER USE EXIFTOOL TO VIEW METADATA.
54+
55+
NOTE BULK SANTIZATION OF VIDEO FILES IS NOT CURRENTLY SUPPORTED AT THIS MOMENT.

Source Code/C Source code/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ It is recommended to compile these C files using mingw C Compiler in windows.
22

33
Mingw C compiler is available with Dev C++ and Code Blocks IDE try them out!
44

5+
To build and run the program by directly downloading from github refer [ Instructions](/Source%20Code/C%20Source%20code/Install.md) here.
6+
110 KB
Loading
16.6 KB
Loading

0 commit comments

Comments
 (0)