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.

execute function after complete page load

I am using following code to execute some statements after page load. <script type="text/javascript"> window.onload = …

javascript html image
How to make layout with rounded corners..?

How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout.

android xml image layout
Load image from resources area of project in C#

I have an image in my project stored at Resources/myimage.jpg. How can I dynamically load this image into …

c# image winforms load
JPG vs. JPEG image formats

I often use JPEG images, and I have noticed that there are two very similar file extensions: .jpg, which my …

image jpeg file-extension image-formats
How to resize an image with OpenCV2.0 and Python2.6

I want to use OpenCV2.0 and Python2.6 to show resized images. I used and adopted this example but unfortunately, this …

python image image-processing resize opencv
Display text on MouseOver for image in html

I would like to display text when the user mouseovers the image. How can I do this in HTML/JS?

html image
How do I convert a numpy array to (and display) an image?

I have created an array thusly: import numpy as np data = np.zeros( (512,512,3), dtype=np.uint8) data[256,256] = [255,0,0] What I want …

python arrays image numpy data-visualization
How to embed image or picture in jupyter notebook, either from a local machine or from a web resource?

I would like to include image in a jupyter notebook. If I did the following, it works : from IPython.display …

python image jupyter-notebook jupyter
How to convert a PIL Image into a numpy array?

Alright, I'm toying around with converting a PIL image object back and forth to a numpy array so I can …

python image numpy python-imaging-library numpy-ndarray
Make an image responsive - the simplest way

I notice that my code is responsive, in the fact that if I scale it down to the size of …

html css image mobile