Detect-It-Easy/db/Image
DosX d27c3df749 Refactor string emptiness checks to truthy checks
Replaces explicit string emptiness comparisons (e.g., `if (x != "")`) with truthy checks (e.g., `if (x)`) throughout detection scripts. This improves code readability and consistency across multiple file format detection modules.
2025-08-09 16:21:28 +03:00
..
_Image.0.sg Refactor string emptiness checks to truthy checks 2025-08-09 16:21:28 +03:00
_init Add new file(s): 2025-05-14 2025-05-14 17:49:37 +02:00