status-go/images
belalshehab 7ed92531c2 fix(wallet)_: Fix handling of remote image URLs in image processing
- Addressed the issue where remote image URLs failed to be processed due to local file handling restrictions.
    - Introduced `FetchAndStoreRemoteImage` to download and save remote images to a temporary file, enabling compatibility with existing processing functions.
    - Split the main image handling logic into smaller functions (`OpenAndDecodeImage`, `AdjustImage`) for better modularity and maintainability.
    - Updated `OpenAndAdjustImage` to use these new functions, ensuring a streamlined flow for both local and remote images.
    - Added cleanup steps for temporary files to prevent resource leaks.

    resolves: #15691
2024-08-14 12:50:10 +02:00
..
adjust.go fix(wallet)_: Fix handling of remote image URLs in image processing 2024-08-14 12:50:10 +02:00
color.go feat: render initials avatar using media server (#3513) 2023-08-14 21:04:04 +08:00
color_test.go feat: render initials avatar using media server (#3513) 2023-08-14 21:04:04 +08:00
cropped_image.go feat: add banner support for communities 2022-05-27 14:42:14 +03:00
decode.go Add favicons to external link previews (#4788) 2024-03-12 22:47:51 +02:00
decode_test.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
encode.go feat(OwnerToken): Owner token and master token deployment 2023-08-14 20:57:00 +02:00
encode_test.go Add favicons to external link previews (#4788) 2024-03-12 22:47:51 +02:00
identity.go feat: add and populate IdentityImage::LocalURL 2023-06-07 22:32:50 +02:00
identity_test.go Sync profile picture 2022-04-21 19:50:31 +03:00
initials.go feat: render initials avatar using media server (#3513) 2023-08-14 21:04:04 +08:00
initials_test.go feat: render initials avatar using media server (#3513) 2023-08-14 21:04:04 +08:00
main.go Implemented more comprehensive file compression to handle large files 2022-09-05 16:06:04 +01:00
main_test.go feat: add banner support for communities 2022-05-27 14:42:14 +03:00
manipulation.go feat: render initials avatar using media server (#3513) 2023-08-14 21:04:04 +08:00
manipulation_test.go feat: add banner support for communities 2022-05-27 14:42:14 +03:00
meta.go Add favicons to external link previews (#4788) 2024-03-12 22:47:51 +02:00
qr-assets.go fix: validate display name on account creation (#4994) 2024-03-28 16:57:59 +01:00
status_indicator.go fix: user avatar status indicator position (#3989) 2023-09-08 09:07:24 +08:00
test_data.go Re-organise the code to be more modular (#3172) 2023-03-01 17:23:17 +05:30
type.go (fix/status-go) fix profile picture update/removal (#4570) 2024-01-24 12:09:28 -08:00