You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kotatsu/app/src/main/kotlin/org/koitharu/kotatsu
Stanislav Khromov 97afa29785
Improve edge detection performance (#1457)
* 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
10 months ago
..
alternatives Improve error reporting from notifications 10 months ago
backups Improve error reporting from notifications 10 months ago
bookmarks Fix bookmarks images loading 10 months ago
browser Fix WebView crash 11 months ago
core New mirror switching approach 10 months ago
details Fix bookmarks images loading 10 months ago
download Fix crash in downloads 10 months ago
explore Improve mouse interaction 12 months ago
favourites Use streams for backups 11 months ago
filter/ui Fix crashes 10 months ago
history Fix DateTimeAgo in future 11 months ago
image/ui Handle more cover loading errors 10 months ago
list Show chapters count for branches 12 months ago
local Improve error reporting from notifications 10 months ago
main Fix biometric authentication launch 10 months ago
picker/ui Page image picker; ability to use manga page as custom cover 11 months ago
reader Improve edge detection performance (#1457) 10 months ago
remotelist/ui Option to override manga title and cover 1 year ago
scrobbling Scrobbling improvements and fixes (closes #1448) 10 months ago
search AppBar behavior fixes 10 months ago
settings Use streams for backups 11 months ago
stats Improve mouse accessibility 12 months ago
suggestions Fix workers scheduling 11 months ago
sync Use kotlin serialization for sync 11 months ago
tracker Fix DateTimeAgo in future 11 months ago
widget Fix warnings and code cleanup 1 year ago