image-load Questions
2
Solved
I want to load a bitmap from URL and then use palette API to get some colors from that.
On the documentation page, I cannot find the code for getting bitmap directly!
Can anyone help me out?
Demetricedemetris asked 19/5, 2020 at 13:30
8
I am sporadically getting an OutOfMemoryError: (Heap Size=49187KB, Allocated=41957KB) in one of my apps. What can I do to diagnose this?
01-09 10:32:02.079: E/dalvikvm(8077): Out of memory: Heap ...
Adkinson asked 9/1, 2014 at 5:8
1
I am seeing increased number of calls from via ggpht.com GoogleImageProxy agent for some of the URL fetches.
Details: I have put in an image in the email html body. When I open the email, I expect...
Nonresistance asked 31/10, 2018 at 10:2
5
Solved
I am looking for a way to implement this for as many browsers as possible:
var image = new Image();
image.addEventListener("load", function() {
alert("loaded");
}, false);
imag...
Indium asked 16/9, 2011 at 9:42
2
Solved
Before, when I was using win32, I used FreeImage in order to load and save bitmaps of bit depth greater than 8 bits. That's every image I work with, since I'm doing medical imaging, and before anyo...
Odessaodetta asked 19/2, 2010 at 6:51
1
© 2022 - 2024 — McMap. All rights reserved.