python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can I directly load bytes of a jpg file from URL into Glide?
One of our APIs returns bytes of a jpg file.
As I see, there are Network Libraries to download bytes,
But I just want to use Glide to download and display.
https://subdomain.example.com:81/stack/14623...

WP7
Votes: 0
Answers: 0
How to get a bitmap from an imageView as soon as a bitmap is set to the imageView
I'm trying to get an image from an url and save that image as string to the sharedPreferences. (I don't wanna save the image as it is. so sharedpreferences is the only option)
I'm setting the image to...
Arijit Paul
Votes: 0
Answers: 0
Risc-V: How to correctly read a bitmap image and display it in the rars bitmap displayer?
I'm using Rars Risc-V simulator and I have to read a 24 bit bitmap image from my computer and display it in rars. What I did was opening the image with the risc-v system call for opening and then I tr...
javier
Votes: 0
Answers: 1
Converting GDI System.Drawing.Bitmap to SharpDX Bitmap
I have the following code for converting a GDI Bitmap to a SharpDX Bitmap and renderering that to a form handle.
public Renderer(IntPtr hWnd, Size size) {
RenderHandle = hWnd;
RenderSize = siz...
iegrm
Votes: 0
Answers: 0