Currently translated at 99.6% (837 of 840 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (836 of 838 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (834 of 836 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (832 of 834 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (832 of 834 strings)
Co-authored-by: gekka <1778962971@qq.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/zh_Hans/
Translation: Kotatsu/Strings
Currently translated at 100.0% (838 of 838 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (836 of 836 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (834 of 834 strings)
Co-authored-by: Frosted <frosted@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/tr/
Translation: Kotatsu/Strings
Currently translated at 100.0% (836 of 836 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (834 of 834 strings)
Co-authored-by: Nicola Bortoletto <nicola.bortoletto@live.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/it/
Translation: Kotatsu/Strings
* Optimize edge detection by decoding full image once
Refactors edge detection to decode the entire image at a downscaled resolution once, instead of decoding multiple regions. This improves performance by reducing repeated decoding operations and leverages direct pixel access for edge analysis. Adds a scale factor calculation to balance accuracy and speed for large images.
* Update EdgeDetector.kt
* Update EdgeDetector.kt
* Update EdgeDetector.kt