2
votes
1answer
47 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 …
0
votes
2answers
23 views
Converting RGB images to CMYK in .net [closed]
Possible Duplicate:
.NET TIFF file: RGB >> CMYK conversion possible without 3rd party lib?
Hi,
I'd have a library of jpg images on my site that I would like to convert to CMYK TIFF …
0
votes
1answer
12 views
how to display IBitmapImage on CDC
What is the best way to display IBitmapImage on a device context. I am using Windows CE 6.0.
void CImaginingTestView::OnDraw(CDC* pDC)
{
CImaginingTestDoc* pDoc = GetDocument();
…
0
votes
2answers
32 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 …
0
votes
1answer
35 views
Image format question
Hey there,
I'm using an image loader (DevIL) for image loading. Im just wondering if the image format (the uncompressed format in memory) loaded from files (.jpg, .png, .bmp etc) is determined by …
0
votes
1answer
41 views
rounded corner control
I'm looking for a .net imaging control to use in a generic handler to process images. Right now I'm using OnlineImageOptimizer, which is a great component for resizing on the fly.
What I would love …
8
votes
6answers
176 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 …
2
votes
2answers
277 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 …
1
vote
1answer
81 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 …
0
votes
4answers
93 views
Image Property Tag Constant
I'd like to use the image property tag constants defined in GDI+ from .NET.
I wonder whether these constant values (e.g. PropertyTagGpsVer constant) are exposed in any of the Base Class Library?
I …
4
votes
2answers
144 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 …
0
votes
0answers
582 views
What are the Silverlight 3 alternatives to DynamicResource and Element-based Brushes?
I need to have a custom UI element that can be changed, such as the colour and text used in the application but as a resource - in WPF I can use a DynamicResource to assign brushes, strings etc, …
1
vote
3answers
718 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 …
0
votes
2answers
602 views
Combine two images with one being transparent
I have two bitmap images. One contains a picture taken with a usb camera. The other will contain a shape, like a rectagle, but it can also be a trapezoid, or lets say, a random shape with only one …
2
votes
2answers
163 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 …
