Tagged Questions

1
vote
1answer
33 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 …
2
votes
1answer
61 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
26 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
17 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
38 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 …
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 …
0
votes
1answer
37 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 …
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 …
4
votes
2answers
151 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 …
1
vote
3answers
741 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
1answer
42 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 …
0
votes
4answers
96 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 …
2
votes
2answers
280 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 …
0
votes
3answers
562 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 …
0
votes
0answers
621 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 2 3 next
15 30 50 per page