ios - Loading part of big image from disk with Xamarin -



ios - Loading part of big image from disk with Xamarin -

is there way xamarin load part of image straight disk in ios?

what need create tiles potentially huge images (10k x 10k) able display them tiles. there way of doing xamarin without loading whole image memory crashes program?

i think os dependent, xamarin doesn't have cross platform image library far understand. should refer ios documentation.

ios image xamarin

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -