AMontiB commited on
Commit
f9e90ec
·
1 Parent(s): e3c412b
Files changed (3) hide show
  1. CFA.py +1 -1
  2. JPEG_Ghost.py +1 -1
  3. PRNU.py +1 -1
CFA.py CHANGED
@@ -144,7 +144,7 @@ def build_demo():
144
  gr.Markdown(
145
  "Analyzes artifacts introduced during the camera's raw image processing. Inconsistencies in the **Color Filter Array (CFA)** interpolation pattern can reveal areas that have been spliced from another image or copy-pasted within the same image (copy-move).\n"
146
  "\n"
147
- "**Instructions:**\n"
148
  "1. **Upload** an image.\n"
149
  "2. **Click** anywhere on the image to move the 128x128 selection box.\n"
150
  "3. Press the **Analyze Region** button to start processing."
 
144
  gr.Markdown(
145
  "Analyzes artifacts introduced during the camera's raw image processing. Inconsistencies in the **Color Filter Array (CFA)** interpolation pattern can reveal areas that have been spliced from another image or copy-pasted within the same image (copy-move).\n"
146
  "\n"
147
+ "## Instructions:\n"
148
  "1. **Upload** an image.\n"
149
  "2. **Click** anywhere on the image to move the 128x128 selection box.\n"
150
  "3. Press the **Analyze Region** button to start processing."
JPEG_Ghost.py CHANGED
@@ -103,7 +103,7 @@ def build_demo():
103
  gr.Markdown(
104
  "Detects forgeries by identifying regions within an image that were compressed with different **JPEG Quality Factors (QF)**. When an area from a different JPEG image is spliced in, it often carries the 'ghost' of its original compression level, which this tool can reveal. NOTE: This tool AUTOMATICALLY SIMULATE THE JPEG GHOST BY RECOMPRESSING THE SELECTED AREA. \n"
105
  "\n"
106
- "**Instructions:**\n"
107
  "1. **Upload** an image.\n"
108
  "2. **Click** on the image to move the 256x256 selection box.\n"
109
  "3. Press **Analyze Image** to process the selected region."
 
103
  gr.Markdown(
104
  "Detects forgeries by identifying regions within an image that were compressed with different **JPEG Quality Factors (QF)**. When an area from a different JPEG image is spliced in, it often carries the 'ghost' of its original compression level, which this tool can reveal. NOTE: This tool AUTOMATICALLY SIMULATE THE JPEG GHOST BY RECOMPRESSING THE SELECTED AREA. \n"
105
  "\n"
106
+ "## Instructions:\n"
107
  "1. **Upload** an image.\n"
108
  "2. **Click** on the image to move the 256x256 selection box.\n"
109
  "3. Press **Analyze Image** to process the selected region."
PRNU.py CHANGED
@@ -26,7 +26,7 @@ This tool analyzes an image to detect potential manipulations using Photo-Respon
26
 
27
  ![Diagram of the PRNU process](https://www.researchgate.net/profile/Feyisetan-Ojerinde/publication/323982885/figure/fig1/AS:607997380104192@1521971778119/Block-diagram-of-PRNU-based-source-camera-identification-process.png)
28
 
29
- "**Instructions:**"
30
  1. Upload the camera's fingerprint file (`.dat` format).
31
  2. Upload the JPG/PNG image you want to analyze.
32
  3. Click **Submit** and view the resulting PCE map.
 
26
 
27
  ![Diagram of the PRNU process](https://www.researchgate.net/profile/Feyisetan-Ojerinde/publication/323982885/figure/fig1/AS:607997380104192@1521971778119/Block-diagram-of-PRNU-based-source-camera-identification-process.png)
28
 
29
+ ## Instructions:
30
  1. Upload the camera's fingerprint file (`.dat` format).
31
  2. Upload the JPG/PNG image you want to analyze.
32
  3. Click **Submit** and view the resulting PCE map.