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.

CSS Display an Image Resized and Cropped

I want to show an image from an URL with a certain width and height even if it has a …

html css background-image image
Changing image size in Markdown

I just got started with Markdown. I love it, but there is one thing bugging me: How can I change …

image markdown
How do I resize an image using PIL and maintain its aspect ratio?

Is there an obvious way to do this that I'm missing? I'm just trying to make thumbnails.

python image python-imaging-library thumbnails
Saving image from PHP URL

I need to save an image from a PHP URL to my PC. Let's say I have a page, http://…

php image
CSS3 Rotate Animation

<img class="image" src="" alt="" width="120" height="120"> Cannot get this animated image to work, it is supposed to …

image css animation rotation
Programmatically change the src of an img tag

How can I change the src attribute of an img tag using javascript? <img src="../template/edit.png" name=…

javascript html image src
How to put an image in div with CSS?

I would like to have all my images in CSS (the only way I know how is to put them …

css image
Storing Images in DB - Yea or Nay?

So I'm using an app that stores images heavily in the DB. What's your outlook on this? I'm more of …

database image theory storage blob
Embed image in a <button> element

I'm trying to display a png image on a <button> element in HTML. The button is the same …

html css image button
Strange out of memory issue while loading an image to a Bitmap object

I have a list view with a couple of image buttons on each row. When you click the list row, …

android image bitmap out-of-memory android-bitmap