Top "Image" questions

The image tag is for questions related to the loading, formatting, saving, compression, and display of images in the context of source code.

img src SVG changing the styles with CSS

html <img src="logo.svg" alt="Logo" class="logo-img"> css .logo-img path { fill: #000; } The above svg loads and …

css image svg
Is it possible to set the equivalent of a src attribute of an img tag in CSS?

Is it possible to set the src attribute value in CSS? At present, what I am doing is: <img …

html css image src
Changing image on hover with CSS/HTML

I have this problem where I have set an image to display another image when the mouse hovers over, however …

html css image hover
How do you stretch an image to fill a <div> while keeping the image's aspect-ratio?

I need to make this image stretch to the maximum size possible without overflowing it's <div> or skewing …

image html size
Saving a Numpy array as an image

I have a matrix in the type of a Numpy array. How would I write it to disk it as …

python image numpy
Android: combining text & image on a Button or ImageButton

I'm trying to have an image (as the background) on a button and add dynamically, depending on what's happening during …

android image text button
How to resize an Image C#

As Size, Width and Height are Get() properties of System.Drawing.Image; How can I resize an Image object at …

c# image resize
Setting WPF image source in code

I'm trying to set a WPF image's source in code. The image is embedded as a resource in the project. …

c# .net wpf image
Capture Image from Camera and Display in Activity

I want to write a module where on a click of a button the camera opens and I can click …

android image camera capture
How to lazy load images in ListView in Android

I am using a ListView to display some images and captions associated with those images. I am getting the images …

android image listview url universal-image-loader