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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -