You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Alcinoe+Skia for my VIP FMX app, and I need a function to display images on Android/iOS with modern, high-quality rendering (similar to what Apple or Flutter offers). I've been looking for examples, but I haven't found anything that achieves this level of quality.
Currently, I'm using a WebBrowser to enable smooth zoom functionality.
Do you have any tips or examples on how to use TALImage like a pro?
Thank you!
Mauro
The text was updated successfully, but these errors were encountered:
What exactly you want to achieve ? I not understand what you mean by "I need a function to display images on Android/iOS with modern, high-quality rendering (similar to what Apple or Flutter offers)", can you show me some screenshot ?
Ah, I see! In this approach, you can handle it manually. Start by creating a texture of the image using a function like ALLoadFromStreamToDrawable, specifying the maximum size you want to achieve. Then, in the FormPaint event, use ALDrawDrawable with the appropriate ADstRect to paint the image onto the form. When panning, simply adjust and increase the ADstRect. Since the texture is already large, you won't lose quality.
Hi @Zeus64
I'm using Alcinoe+Skia for my VIP FMX app, and I need a function to display images on Android/iOS with modern, high-quality rendering (similar to what Apple or Flutter offers). I've been looking for examples, but I haven't found anything that achieves this level of quality.
Currently, I'm using a WebBrowser to enable smooth zoom functionality.
Do you have any tips or examples on how to use TALImage like a pro?
Thank you!
Mauro
The text was updated successfully, but these errors were encountered: