Last active
January 14, 2025 04:20
-
-
Save sheep-snow/4dc8f6af7f42ab7aaf1321838405a047 to your computer and use it in GitHub Desktop.
clipstudio output filesize comparison each formats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name | 形式 | 色深度 | サイズ | 色数 | 色サイズ比 | 最大サイズ比 | |
|---|---|---|---|---|---|---|---|
| Bitmap(RGB) | Bitmap | RGB | 5669654 | 16777216 | 2.9591 | 100.0% | |
| PNG(RGB) | PNG | RGB | 699634 | 16777216 | 23.9800 | 12.3% | |
| WebP(RGB) | WebP | RGB | 355712 | 16777216 | 47.1652 | 6.3% | |
| JPG(RGB) | JPG | RGB | 170070 | 16777216 | 98.6489 | 3.0% | |
| Bitmap(グレースケール) | Bitmap | グレースケール | 1892934 | 256 | 0.0001 | 33.4% | |
| PNG(グレースケール) | PNG | グレースケール | 295188 | 256 | 0.0009 | 5.2% | |
| WebP(グレースケール) | WebP | グレースケール | 204898 | 256 | 0.0012 | 3.6% | |
| JPG(グレースケール) | JPG | グレースケール | 134912 | 256 | 0.0019 | 2.4% | |
| BMP(モノクロ) | BMP | モノクロ | 238782 | 2 | 0.0000 | 4.2% | |
| JPG(モノクロ) | JPG | モノクロ | 167738 | 2 | 0.0000 | 3.0% | |
| PNG(モノクロ) | PNG | モノクロ | 39980 | 2 | 0.0001 | 0.7% | |
| WebP(モノクロ) | WebP | モノクロ | 29056 | 2 | 0.0001 | 0.5% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment