imaging Questions

4

Solved

I want to retrieve the bit depth for a jpeg file using Python. Using the Python Imaging Library: import Image data = Image.open('file.jpg') print data.depth However, this gives me a depth of 8 ...
Aloft asked 3/1, 2010 at 22:24

2

Solved

I'm using pygame (1.9.0rc3, though this also happens in 1.8.1) to create a heatmap. To build the heatmap, I use a small, 24-bit 11x11px dot PNG image with a white background and a very low-opacity ...
Rosenberger asked 21/7, 2009 at 5:2

3

Solved

In my C# (3.5) application I need to get the average color values for the red, green and blue channels of a bitmap. Preferably without using an external library. Can this be done? If so, how? Thank...
Lxx asked 1/7, 2009 at 10:24

2

I have a scan of a document (a form actually) filled with some handwritten infos. I have a bitmap of the form empty. how can i "cancel" the printed form to extract the handwritting only. I use C...
Shuffle asked 11/8, 2009 at 22:18

3

Solved

I'm trying to set up a C# application which uses TWAIN example from code project This works fine except that I need to cast Form to IMessageFilter and call IMessageFilter.PreFilterMessage() to ca...
Nika asked 24/1, 2009 at 14:30

1

Group 3 compress has 2 variations (Group 3 1D and Group 3 2D). When saving an image in Tiff format, there is only one option for Group 3 in the EncoderValue enumeration. Is there a separate paramet...
Intertwine asked 18/2, 2009 at 22:34

1

Solved

I am creating images using PIL that contain numerous exactly placed text strings. My first attempt was to convert pixel fonts into the pil-compatible format as described here. For example, I downlo...
Conjuration asked 6/3, 2009 at 17:5

9

Solved

What do you recommend for quickly creating images for testing a software product (that needs hardware access - full USB port access)? Does virtualization cover this? I need to be able to quickly re...
Redan asked 15/2, 2009 at 23:34

2

Solved

That is the solution to make a negative from a image in C# Windows Forms without any dlls and in a effective, fast way?
Pinkie asked 12/2, 2009 at 13:53

3

Solved

Has anyone got to some good code to zoom into an image using javascript? I know I could just resize it etc but was being lazy and looking for something clever to zoom to different levels, move aro...
Compilation asked 11/10, 2008 at 22:44

© 2022 - 2024 — McMap. All rights reserved.