You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: C Source Code/README.md
+29-13Lines changed: 29 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,28 @@
1
+
# Preliminaries
2
+
It is recommended to compile the run.c file using mingw C Compiler in windows.
1
3
2
-
Instructions:-
4
+
Mingw C compiler is available with Dev C++ and Code Blocks IDE try them out!
5
+
6
+
# Installation
7
+
8
+
1: Install Codeblocks IDE from https://www.codeblocks.org/downloads/binaries/ , choose installer which ends with mingw-setup.exe
9
+
10
+
2: Open run.c and build in code blocks.
11
+
12
+
<imgsrc="../img/compile.png">
13
+
14
+
3: Download [ exiftool ](https://exiftool.org/) and [ ffmpeg ](https://www.ffmpeg.org/) , Create Images and Videos folder and organize all stuff as shown in image below: -
15
+
16
+
<imgsrc="../img/organize.png">
17
+
18
+
# Usage
3
19
4
20
To clean a single image:- [ RECOMMENDED ]
5
21
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.
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 a single image file name which is inside the Images Folder.
10
26
11
27
Example:-
12
28
@@ -19,10 +35,10 @@ THOUGH THIS NEVER COMPLETELY REMOVES ALL METADATA COMPLETELY .
19
35
20
36
To clean images in bulk:- [ NOT RECOMMENDED ]
21
37
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
38
+
1.Put all images in Images Folder.
39
+
2.Click run.exe
40
+
3.In Menu . Type 1 to select image sanitization.
41
+
4.Program will ask 'Enter Image name:',Enter * imagename extension which will clean all images with that extension
26
42
present in the Images Folder.
27
43
28
44
Example:-
@@ -37,10 +53,10 @@ WHICH HAS METADATA OF IMAGES BEFORE CLEANING AND AFTER CLEANING RESPECTIVELY.
37
53
38
54
To Clean Videos:-
39
55
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.
56
+
1.First put the videos in Videos Folder.
57
+
2.Click run.exe
58
+
3.In Menu , Type 2 to select video sanitization.
59
+
4.Program will ask 'Enter Video name:',Enter a single video file name which is inside the Videos Folder.
0 commit comments