tagged [image]

How can I know what image format I get from a stream?

How can I know what image format I get from a stream? I get a byte stream from some web service. This byte stream contains the binary data of an image and I'm using the method in C# below to convert i...

7 Jun at 17:7

Resize Image to fit in bounding box

Resize Image to fit in bounding box An easy problem, but for some reason I just can't figure this out today. I need to resize an image to the maximum possible size that will fit in a bounding box whil...

Locating Text within image

Locating Text within image I am currently working on a project and my goal is to locate text in an image. OCR'ing the text is not my intention as of yet. I want to basically obtain the bounds of text ...

Saving and Reading Bitmaps/Images from Internal memory in Android

Saving and Reading Bitmaps/Images from Internal memory in Android What I want to do, is to save an image to the internal memory of the phone . How can I do it? I have got the image directly from the c...

Remove Kinect depth shadow

Remove Kinect depth shadow I've recently started hacking on my Kinect and I want to remove the depth shadow. The shadow is caused by the IR emitter being positioned slightly to the side of the camera,...

How do I crop an image using C#?

How do I crop an image using C#? How do I crop an image using C#?

23 Apr at 00:29

Image processing libraries in c#

Image processing libraries in c# From where can I get image processing libraries in C# .Net?

24 Feb at 05:8

Getting image dimensions without reading the entire file

Getting image dimensions without reading the entire file Is there a cheap way to get the dimensions of an image (jpg, png, ...)? Preferably, I would like to achieve this using only the standard class ...

21 Sep at 16:38

Free tool to Create/Edit PNG Images?

Free tool to Create/Edit PNG Images? Is there any free tool available for creating and editing PNG Images?

1 Jan at 00:15

Reduce Image size C#

Reduce Image size C# My scenario: i want to expect reduce image size (10 KB to 3 KB)

25 Jan at 12:13

Is a file an image?

Is a file an image? In C# what is the best way to tell if a particular file is an image?

5 Sep at 09:55

save image files in C#

save image files in C# How can we save image files (types such as jpg or png) in C#?

3 Apr at 10:21

How to convert an image to Base64 encoding

How to convert an image to Base64 encoding How can I convert an image from a URL to Base64 encoding?

2 Aug at 11:44

How do I read an image file using Python?

How do I read an image file using Python? How do I read an image file and decode it using Python?

20 Sep at 12:27

Image library for Python 3

Image library for Python 3 What is python-3 using instead of PIL for manipulating Images?

How to get the file size of a "System.Drawing.Image"

How to get the file size of a "System.Drawing.Image" I am currently writing a system that stores meta data for around 140,000 ish images stored within a legacy image library that are being moved to cl...

How to do Free hand Image Cropping in C# window application?

How to do Free hand Image Cropping in C# window application? How to do Free hand Image Cropping in C# window application??

15 Mar at 13:42

CSS: create white glow around image

CSS: create white glow around image How can I create a white glow as the border of an unknown size image?

3 May at 14:57

Specifying width and height as percentages without skewing photo proportions in HTML

Specifying width and height as percentages without skewing photo proportions in HTML I was wondering if in the width and height `` attributes, I could specify width and height as percentages? Well, I ...

15 Sep at 21:55

Convert np.array of type float64 to type uint8 scaling values

Convert np.array of type float64 to type uint8 scaling values I have a particular np.array which represents a particular grayscale image. I need to use SimpleBlobDetector() that unfortunately only acc...

Image Uploading - security issues

Image Uploading - security issues I'm developing an ASP.NET Web app and would like the user to be able to either upload an image from their local system, or pass in a URL to an image. The image can ei...

How can I resize an image using Java?

How can I resize an image using Java? I need to resize PNG, JPEG and GIF files. How can I do this using Java?

28 Jul at 23:44

Java: how to add image to Jlabel?

Java: how to add image to Jlabel?

24 May at 12:18

How to get a screen capture of a .Net WinForms control programmatically?

How to get a screen capture of a .Net WinForms control programmatically? How do you programmatically obtain a picture of a .Net control?

25 Nov at 03:31

Convert System.Windows.Media.ImageSource to System.Drawing.Bitmap

Convert System.Windows.Media.ImageSource to System.Drawing.Bitmap How can I convert a System.Windows.Media.ImageSource to a System.Drawing.Bitmap in C#?

18 Jan at 18:7