How display remote loaded image in its original size/format (without resizing)

You must Login before you can answer or comment on any questions.

I am trying to display remote images inside a scrollableview. All works fine except the displayed image are resized depending on imageView property. I don't manage to display them in their original format (all the images have the same fix width). Moreover the cache mechanism I use save resized images (using toBlob function) and not original size images. Any idea ? it should be simple.. App type: mobile Platform : android 2.2 Ti SDk : 2.0.1

1 Answer

Accepted Answer

You should give height and width of your image view as Ti.UI.SIZE,

Hope it helps.

Thanks

— answered 9 months ago by pankaj Goyal
answer permalink
1 Comment
  • ok it works fine now. I thought I had tested this setting (width only since heights are not fixed )but evidently...no !

    — commented 9 months ago by Bruno Sizun

Your Answer

Think you can help? Login to answer this question!