Feat: full image support for G835L and proper test written

This commit is contained in:
Yaseen
2026-01-21 23:52:53 +05:00
parent 73a10ddf52
commit ce9f85733e
6 changed files with 207 additions and 83 deletions

View File

@@ -141,7 +141,7 @@ impl AnimeImage {
AnimeType::GA401 => 0.3,
AnimeType::GU604 => 0.28,
// TODO: Calculate correct values for G635L and G835L.
// Known values for G835L W*H is 34*68
// Known values for G835L diagonal W*H is 68*34
AnimeType::G635L => 0.28,
AnimeType::G835L => 0.28,
_ => 0.283,