Tagged Questions
The imaging tag has no wiki summary.
11
votes
4answers
418 views
How to check if an image contains a face and it is reasonably visible
I am not sure if this is solveable, but I though I will ask anyway.
In my company we deal with massive enrollment camps where small teams of 5 to 10 people go to a village and enroll people. The ...
9
votes
8answers
7k views
Python imaging alternatives
I have python code that needs to do just a couple simple things to photographs: crop, resize, and overlay a watermark. I've used PIL, and the resample/resize results are TERRIBLE. I've used ...
8
votes
3answers
6k views
How do I draw text at an angle using python's PIL?
Using Python I want to be able to draw text at different angles using PIL.
For example, imagine you were drawing the number around the face of a clock. The number 3 would appear as expected whereas ...
7
votes
2answers
3k views
How does Google's Page Speed lossless image compression work?
When you run Google's PageSpeed plugin for Firebug/Firefox on a website it will suggest cases where an image can be losslessly compressed, and provide a link to download this smaller image.
For ...
7
votes
1answer
566 views
How to save an image in its original format?
How can I save an Image with its original encoding?
It seems that the only way to save an Image is by using a BitmapEncoder but I don't know how I can get the correct format from the image.
Example:
...
6
votes
3answers
943 views
Python Imaging Library - Text rendering
I'm trying to render some text using PIL, but the result that comes out is, frankly, crap.
For example, here's some text I wrote in Photoshop:
and what comes out of PIL:
As you can see, the ...
6
votes
2answers
1k views
How to implement pan/zoom on gigapixel bitmaps?
In my project, I'm using (uncompressed 16-bit grayscale) gigapixel images which come from a high resolution scanner for measurement purposes. Since these bitmaps can not be loaded in memory (mainly ...
6
votes
9answers
485 views
Quick creation of fresh OS install for software testing
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 ...
5
votes
1answer
56 views
Best resources to learn about graphics and imaging?
Having spent a bunch of time recently doing 2D work that involves pixel manipulation of bitmaps and blending/compositing, I've run up against the limits of my own understanding with respect to ...
5
votes
2answers
477 views
Pygame and blitting: white on white = gray?
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 ...
4
votes
2answers
103 views
Disable direct access to images
I am making a little family photo album, with the intention to maybe open it to other people to store images later.
I upload the images to ~\images\, then resize them 3 times (Normal view ... ...
4
votes
2answers
61 views
Determine image overall lightness
I need to overlay some texts on an image; this text should be lighter or darker based on the overall image lightness.
How to compute the overall (perceived) lightness of an image?
Found something ...
4
votes
2answers
858 views
In matlab, how do you save a figure as an image in the same way as using “Save As…” in the figure window?
Do you know what function the actual figure window uses when you go File>Save As... and then select .png or another image format?? Because I am trying to automate saving, but when I use saveas or ...
4
votes
5answers
492 views
OCR engines designed for screen-reading
Are there any OCR engines designed for identifying text in screen-captured images rather than scanned text? I have a project where I need to retrieve and identify text in an application, and none of ...
4
votes
2answers
449 views
Using pixel fonts in PIL
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 ...
4
votes
1answer
1k views
How do you specify the specific Group 3 tiff compression?
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 parameter ...
4
votes
4answers
6k views
C# TWAIN interaction
I'm trying to set up a C# application which uses TWAIN example from
http://www.codeproject.com/KB/dotnet/twaindotnet.aspx
This works fine except that I need to cast Form to IMessageFilter and
call
...
4
votes
3answers
3k views
How can I draw a bezier curve using Python's PIL?
I'm using Python's Imaging Library and I would like to draw some bezier curves.
I guess I could calculate pixel by pixel but I'm hoping there is something simpler.
3
votes
1answer
456 views
Python Imaging, how to quantize an image to 16bit depth?
I would like to quantize a 24bit image to 16bit color depth using Python Imaging.
PIL used to provide a method im.quantize(colors, **options) however this has been deprecated for out = ...
3
votes
4answers
352 views
ANY material writen in/for DELPHI around the graphics topic?
Does anyone knows ANY material writen in/for DELPHI around the graphics topic?
Planning to build a software for medical imaging processing . Thinking in 3D UI to absorve the power of nvidias GTX ...
3
votes
2answers
2k views
OpenCV grouping white pixels
I've done the hard work, turning my iSight camera on my MacBook into an infared camera, converted it, set the threshold etc.. and now have an image that looks something like this:
My problem is ...
3
votes
1answer
122 views
Does PIL create artifacting on the bottom edge of the image when you thumbnail() then crop()? If so, what is your workaround?
When I call PIL to thumbnail() an image, and then crop(), I get artifacting on the last row of pixels -- they're either mostly black with specks of intense color, or what seems to be a not-resized ...
3
votes
4answers
426 views
How can I get the depth of a jpg file?
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 for ...
3
votes
1answer
712 views
Does there exist a digital image steganography algorithm which would be resistant to image manipulation?
I'm wondering - is there a steganography solution for digital images which is resistant to image manipulations? With "manipulations" I mean the most standard operations - recompressing JPEGs (or even ...
3
votes
3answers
7k views
How to calculate the average rgb color values of a bitmap
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? Thanks ...
3
votes
2answers
2k views
How to save an EXIF format image file in .NET 3.5
I want to save an image in EXIF format using System.Drawing.Image.Save or a similar method in a C# application using .NET framework v3.5. The MSDN documentation lists EXIF as an option for ...
3
votes
4answers
2k views
Save WPF image with Shader effects applied
I have a WPF Image control with attached blur effect.
Is there a way to save the image (with blur) without using RenderTargetBitmap?
Thank you.
UPDATE: I'm using now new custom effect which derives ...
3
votes
5answers
1k views
Imaging Question: How to determine image quality?
I'm looking for ways to determine the quality of a photography (jpg). The first thing that came into my mind was to compare the file-size to the amount of pixel stored within. Are there any other ...
2
votes
1answer
185 views
Image Editor control for Delphi
I'm looking for a free component that has simple image editing features like pan, zoom, selection with cursor, etc. I will use OpenCV in my project, but I don't want to struggle with implementing an ...
2
votes
1answer
98 views
Releasing the cache of a WPF Image Control
I have a timer and on every tick I want to take an image file from memory and change the image that is being displayed in the Image with this piece of code
...
2
votes
2answers
50 views
Visual model of coordinated system in Python
I have some output which reads like:
(x0, y0, z0) : (x1, y1, z1)
The data represents spacial transformations. I would very much appreciate any sort of method which will visually map that data to an ...
2
votes
3answers
219 views
Using PIL to detect a scan of a blank page
So I often run huge double-sided scan jobs on an unintelligent Canon multifunction, which leaves me with a huge folder of JPEGs. Am I insane to consider using PIL to analyze a folder of images to ...
2
votes
1answer
442 views
Displaying own gigapixel images in DeepZoom using silverlight
I actually use my own code to produce the images(tiles)at different layers of the pyramid (ones which are otherwise produced by deepzoom composer).I want to know if it is possible to load them in ...
2
votes
1answer
326 views
How to add text to images with the CMYK ColorSpace in .NET 4
I am working on a project that at it's core involves adding text to an image, so as an example given a background image (B) and some text in a specified font, point size and font (A) the two are ...
2
votes
2answers
181 views
Prevent GDI+ PNG Encoder from adding Gamma information to a 1-bit PNG
I wonder if its possible to instruct the Imaging PNG Encoder not to add any gamma and chroma informations to a 1-bit PNG.
I am creating a 2 color palette for the image
ColorPalette* pal = ...
2
votes
2answers
245 views
What is the best way to load a CCITT T.3 compressed tiff using python?
I am trying to load a CCITT T.3 compressed tiff into python, and get the pixel matrix from it. It should just be a logical matrix.
I have tried using pylibtiff and PIL, but when I load it with them, ...
2
votes
2answers
145 views
.NET photo processing component
I'm looking for a .NET image processing component or an open source alternative to automate the following tasks:
Photo capture (webcams and photo cameras)
Photo printing (grid/strip modes)
Applying ...
2
votes
2answers
326 views
Can Paint.NET plug-ins be used outside of Paint.NET?
Can I easily use plug-ins made for Paint.NET in my own C# application (assuming that I comply with the plug-in licensing)?
My goal is to automate certain effects and it seems that there are quite a ...
2
votes
2answers
453 views
Printing a WPF BitmapImage
What's the best way to print a BitmapImage? I come from a background in System.Drawing so I was thinking about converting it to a Bitmap and then printing it, but I'm thinking there's probably a ...
2
votes
2answers
2k views
Find an image in an image C#
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 ...
2
votes
2answers
513 views
Getting color image from bitmap while image is 16bppGrayscale
Problem No1.
My own Related problem
I asked the next question here
Now the Problem No 2 is.
When i am trying to open 16 Bit (Monocrome ) images from their raw pixel data
then i am getting Error.
...
2
votes
4answers
1k views
Effective way of making negative of image without external dlls
That is the solution to make a negative from a image in C# Windows Forms without any dlls and in a effective, fast way?
1
vote
6answers
62 views
Resize <asp:Image> based on users screen resolution
I would like to show an image on a screen, and it's size (Height and Width) must be adjusted to fit on the screen (Stretch or shrink). The image has been saved to the server, and is 1024 x 768 ...
1
vote
1answer
60 views
PIL Draw.text and Lower Resolution
I have the following PIL code to print text in an image
import os, sys
import PIL
from PIL import ImageFont
from PIL import Image
from PIL import ImageDraw
img = Image.open("one.jpg")
draw = ...
1
vote
1answer
105 views
How to CREATE a transparent gif (or png) with PIL (python-imaging)
Trying to create a transparent gif with PIL. So far I have this:
from PIL import Image
img = Image.new('RGBA', (100, 100), (255, 0, 0, 0))
img.save("test.gif", "GIF", transparency=0)
...
1
vote
1answer
112 views
How can I tell if a WPF bitmap image has failed to load?
I'm using the following code to load an image from file into a bitmap image class to display to the user at a particular size:
BitmapImage resized = new BitmapImage();
...
1
vote
1answer
440 views
Image.FromStream: Parameter not valid
I am trying to create an image from a byte array. The byte array is created by a fingerprint scanner (cf CaptureFrame method). fwidth is 256 and fheight is 255.
When I run the code below, I get ...
1
vote
1answer
89 views
PHP Signature Image Generator
Basically all I am trying to do is include an image over the background of the signature although every time I try something I get an error saying:
Resource ID 4
I would be really thankful for any ...
1
vote
1answer
56 views
What's the formula for the combined transparency of two overlaid transparent images?
If I want to display one uniformly semi-transparent image, and then 'fade out' this image, gradually replacing it with another of the same transparency, while maintaining the combined transparency at ...
1
vote
2answers
519 views
Efficiently displaying and zooming/panning large images in WPF
I'm currently working on an application with the need to display large engineering drawings that can be 8800x6800 or larger. The requirements state that the user should be able to pan and zoom the ...