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.

How to resize images proportionally / keeping the aspect ratio?

I have images that will be quite big in dimension and I want to shrink them down with jQuery while …

javascript jquery image resize
Image comparison - fast algorithm

I'm looking to create a base table of images and then compare any new images against that to determine if …

image algorithm comparison computer-vision
How can I make all images of different height and width the same via CSS?

I am trying to create an image wall consisting of product photos. Unfortunately, all of them are of different height …

html image css resize
Storing images in SQL Server?

I have made a small demo site and on it I am storing images within a image column on the …

sql-server image
Inputting a default image in case the src attribute of an html <img> is not valid?

Is there any way to render a default image in an HTML <img> tag, in case the src …

html image
In Bootstrap open Enlarge image in modal

How do I open / enlarge an image in a modal using jquery / js and not data attributes? Anytime a user …

javascript jquery image bootstrap-modal image-enlarge
PHP: How to check if image file exists?

I need to see if a specific image exists on my cdn. I've tried the following and it doesn't work: …

php image file file-io
Tooltip on image

I am using the tooltip. But I want that on image tag, like when I mouseover the image then the …

html image tooltip
Uploading/Displaying Images in MVC 4

Anyone know of any step by step tutorials on how to upload/display images from a database using Entity Framework? …

image asp.net-mvc-4
Resize image with javascript canvas (smoothly)

I'm trying to resize some images with canvas but I'm clueless on how to smoothen them. On photoshop, browsers etc.. …

javascript html image canvas html5-canvas