openim-sdk-core
openim-sdk-core copied to clipboard
[FEATURE REQUEST] Create image message with HEIC image
Why this feature?
iPhone devices have images in the HEIC format (*.heic), and there is an error when creating messages in this format using the SDK. Can we support this?
Suggested Solution
Directly support the HEIC format or convert to the JPEG format.
Additional Information
No response
Currently, image and file processing is handled at the SDK layer, but the support for different image formats across platforms may not be very friendly. So, we plan to create messages that will be processed by the intermediate layer on each platform, with the Go SDK only responsible for uploading and sending.