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.

Can I store images in MySQL

Possible Duplicates: Images in MySQL Storing images in MySQL I'm trying to develop a website where users upload their images …

php mysql image
how to convert an RGB image to numpy array?

I have an RGB image. I want to convert it to numpy array. I did the following im = cv.LoadImage("…

python image opencv numpy
Scale image to fit a bounding box

Is there a css-only solution to scale an image into a bounding box (keeping aspect-ratio)? This works if the image …

html css image resize autoresize
What are the different usecases of PNG vs. GIF vs. JPEG vs. SVG?

When should certain image file types be used when building websites or interfaces, etc? What are their points of strength …

image svg png jpeg gif
Formula to determine brightness of RGB color

I'm looking for some kind of formula or algorithm to determine the brightness of a color given the RGB values. …

image colors rgb
Check if an image is loaded (no errors) with jQuery

I'm using JavaScript with the jQuery library to manipulate image thumbnails contained in a unordered list. When the image is …

javascript jquery image dom jquery-events
Free tool to Create/Edit PNG Images?

Is there any free tool available for creating and editing PNG Images?

image png
Render HTML to an image

Is there a way to render html to image like PNG? I know that it is possible with canvas but …

javascript html css image render
Get/pick an image from Android's built-in Gallery app programmatically

I am trying to open an image / picture in the Gallery built-in app from inside my application. I have a …

android image android-intent gallery
Change image source with JavaScript

So I'm new with JavaScript (this is actually my first attempt to make something work) and I'm having a bit …

javascript image onclick src