šÆ How to Use This Tool - Follow These Steps:
š Method 1: Browser Upload RECOMMENDED
Upload your TIFF file and get instant automated checks for 6 out of 7 requirements.
Drop your TIFF file here or click to browse
Supported: .tif, .tiff files
Analyzing your image...
For Windows users: Copy this script to check ALL 7 requirements including LZW compression, layers, and alpha channels.
PowerShell Script (check-tiff.ps1):
How to use:
1. Copy the script above
2. Open PowerShell
3. Paste and change yourfile.tiff to your filename
4. Press Enter to run
Note: For compression and fixing, see Method 3 below with side-by-side Windows commands.
For command-line users: Complete verification and compression commands with copy buttons.
š ALL-IN-ONE Script (Check Everything + Auto-Compress)
Copy and run this script - it checks ALL requirements and automatically compresses if > 10 MB!
1. Save as
check.sh2. Make executable:
chmod +x check.sh3. Run:
./check.sh yourfile.tiff
1. Save as
check.ps12. Run:
.\check.ps1 -file yourfile.tiff(No chmod needed in PowerShell)
If you have WSL (Windows Subsystem for Linux) or Git Bash installed on Windows, you can use the Linux/Mac bash script!
- WSL users:
chmod +x check.shworks normally, then run:./check.sh yourfile.tiff - Git Bash users:
chmod +x check.shworks (but not strictly needed), then run:bash check.sh yourfile.tiff - Note: Make sure ImageMagick is installed in your WSL/Git Bash environment
š Individual Check Commands (Type filename once per section)
Should return "1"
Should return "1"
Should return nothing
Should return nothing