immich/mobile/ios/Runner/Images
Santo Shakil 00e813ba84
fix(mobile): stop long images squishing on ios (#29367)
* fix(mobile): stop long images squishing on ios

* fix(mobile): bound the original to 16384 with fast resize

* refactor(mobile): reuse the shared request options for the original

* fix(mobile): fix squished long image previews on ios

* fix(mobile): retry with exact resize when fast resize overshoots the texture bound

* fix(mobile): clamp preview targets to a minimum of one pixel

* fix nullable cast flagged by the stricter lints
2026-08-04 19:08:27 +00:00
..
ImageProcessing.swift refactor(mobile): IOS replace DispatchQueue + DispatchSemaphore with OperationQueue for image processing (#27471) 2026-04-05 16:11:02 -04:00
ImageRequest.swift refactor(mobile): cleanup iOS image loading pipeline (#27672) 2026-04-10 10:56:35 -05:00
LocalImagesImpl.swift fix(mobile): stop long images squishing on ios (#29367) 2026-08-04 19:08:27 +00:00
RemoteImagesImpl.swift refactor(mobile): cleanup iOS image loading pipeline (#27672) 2026-04-10 10:56:35 -05:00
Thumbhash.swift feat(mobile): platform thumbnail api (#20910) 2025-08-19 12:48:35 -04:00