언어 설정

Menu
Sites
Language
Resize image on Tizen TV App

Hi,
what is the best way to resize an image on Tizen TV App?
More specifically the use case is that I am trying to show 8k images on 4k device and it gets rendered blank.
I tried something with SkiaSharp but I still have the error reported here

https://developer.tizen.org/forums/tizen-.net/2d-graphic-on-samsung-watch?langredirect=1

and the fix proposed do not solve it(even the sample app does not work).
But anyway I am open for other suggestions, thanks

 

 

Responses

1 댓글
Tizen .NET

Hi,
SkiaSharp for Xamarin.Forms(SkiaSharp.Views.Forms) is not supported on Samsung TV due to security issue. So SkiaSharp2DSample sample app doesn't work on it. OpenTK + SkiaSharp is available on Samsung TV. (Please check OpenTKContentApp  app tempate or CubeWithSkiaSharp)
Regarding image resize, you may consider ImageUtil API (ImageTransformer, ResizeTransform).
There is ImageUtilSample app for Mobile. I hope this sample app will help you understand how to use API.
Thanks.