6
votes
6answers
183 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 …
5
votes
9answers
316 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 …
4
votes
2answers
149 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
3answers
1k 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 …
3
votes
1answer
167 views
Using pixel fonts in PIL
Hi,
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 …
3
votes
2answers
296 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 …
2
votes
1answer
55 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 …
2
votes
2answers
279 views
Find an image in an image C#
Hi
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
165 views
Getting color image from bitmap while image is 16bppGrayscale
Hi,
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 …
1
vote
1answer
32 views
How to create thumbnail images in classic asp?
I found the best solution in codeproject
But to enable that, I need to register the com object first.
So is there any other way to create thumbnails with out using any third party?
In about example …
1
vote
1answer
89 views
IImage* from IBitmapImage*
I'm using the Imaging API to basically write a rescaling function using the Imaging built-in Resize function.
I need to feed a custom UBitmap class that it's constructed with an Image* pointer with …
1
vote
3answers
737 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 …
1
vote
3answers
271 views
how does silverlight deep zoom work behind the scenes
hey guys i have done few sample projects (just for fun) using silverlight deep zoom. its really cool and exciting stuff. but i was curious to know about what goes on behind the scenes to achieve this …
1
vote
3answers
487 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 …
1
vote
1answer
677 views
Image Resize C#,VB.NET Opensource Library
Any one point me on good direction on how to resize a jpg image to exactly particular size (Both File size and pixel size Ex. 148 x 72 px , 300 KB ).
To Acheive this, Quality of images can be …
