-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Lucky8boy edited this page Aug 25, 2025
·
2 revisions
Only PNG and JPG are currently supported for images.
Video support is limited to formats readable by FFmpeg: .mp4, .avi, .mkv, etc.
-
Excel test results are saved in the same folder as the analyzed image or video.
-
Filtered images are saved in a subfolder named:
[original_image_name]_filters
No. SubSpectra performs statistical and visual analysis, but:
- A message may be too subtle to detect
- Some methods (like compression-based hiding) may bypass LSB detection
Not by default. The video_length is hardcoded but can be modified in the source code.
- Some images may have naturally unbalanced bit layers
- Transparent PNGs or camera artifacts can skew results
- Always analyze the whole report contextually
Yes. You can modify the test_layers array in the source to analyze different bit positions (0–7).
You can:
- Add new filters in
btn_5_start_Click - Add new statistical methods in the test functions for Panels 3 or 4
Possibly in the future. Right now, SubSpectra focuses on LSB manipulation, which is most common and widely understood.