Samuel Hawksby-Robinson
45b287370a
Implemented more comprehensive file compression to handle large files
2022-09-05 16:06:04 +01:00
Samuel Hawksby-Robinson
344458d74a
Added multiaccounts.Database tests for new funcs
2022-08-22 13:27:59 +01:00
Stefan
63e58ba035
feat: add banner support for communities
...
Add banner image as a special `IdentityImage` beside "thumbnail" and "large"
Banner input cropped image processing
- Resize to keep in the limits of `BannerDim`
- Encode to match the file size limits define for banner
- Don't scale up. This can be done efficiently in the UI
Changes to `images` module
- Refactor `EncodeToBestSize` as `EncodeToLimits` to accept arbitrary dimensions
and allow for custom size
- Define `DimensionLimits` for banner not to exceed 450 KB and a rough estimate
for the ideal size
2022-05-27 14:42:14 +03:00
Shivek Khurana
a6e7ff6ddd
🖼 Set any url as profile picture (useful for NFTs) ( #2367 )
...
* Sound check
* Add DecodeImageURL fn
* Introduce crop dynamics
* Add center crop calculations png
* Apply suggestions from code review
Co-authored-by: RichΛrd <info@richardramos.me>
* Fix lint
* Rebase and update version
Co-authored-by: RichΛrd <info@richardramos.me>
2021-09-21 14:30:44 +05:30
Samuel Hawksby-Robinson
8be391fc79
Bug fix for nil pointer on image save
2020-12-17 14:10:00 +01:00
Samuel Hawksby-Robinson
dcee7f8de7
Changed identity_images column name to name
2020-12-17 14:10:00 +01:00
Samuel Hawksby-Robinson
2960fc49d4
Implemented GetImages and StoreImages in API
2020-12-17 14:10:00 +01:00
Samuel Hawksby-Robinson
a7358fcd3f
images package tidy up
2020-12-17 14:10:00 +01:00
Samuel Hawksby-Robinson
3b7fbf94d3
Added SaveProfileImage endpoint
...
Also added EncodeToBestSize func
2020-12-17 14:10:00 +01:00
Samuel Hawksby-Robinson
8ebfe9b1c9
Implemented improved image rendering and added test
2020-12-17 14:10:00 +01:00
Samuel Hawksby-Robinson
17f0bac6ae
Added basic code from https://github.com/status-im/image-resizer
...
Made some modifications to suit a general approach, more changes need to be applied
2020-12-17 14:10:00 +01:00