0
votes
1answer
341 views
How can I adjust the RGB pixel data of a UIImage on the iPhone?
I want to be able to take a UIImage instance, modify some of its pixel data, and get back a new UIImage instance with that pixel data. I've made some progress with this, but when …
0
votes
0answers
373 views
How can you add pictures to an Outlook 2007 message in actual pixel size? [closed]
When I add pictures to a HTML mail message in Outlook 2007, they are automatically scaled, and quality-wise they look pretty bad.
How can I make Outlook display the pictures corre …
0
votes
1answer
32 views
Change pixels to fill with color in a WPF image
Hello,
I'm trying to fill an area of an image in WPF. Something similar to the bucket in Paint. How should I do this? I'm thinking of getting the pixel color under the mouse, and …
1
vote
4answers
151 views
Resizing an image in cm C#
I have an requirement that asks for an image with 10 X 6,88 cm.
I know that I can't simple convert from cm to pixels, cause one pixel size depends on the user display resolution.
I …
0
votes
2answers
413 views
How can I read a pixel’s color from a BitmapImage in Silverlight?
I have a BitmapImage instance in Silverlight, and I am trying to find a way to read the color information of each pixel in the image. How can I do this? I see that there is a CopyP …
0
votes
4answers
93 views
How can I read how many pixels an image has in Python [closed]
Possible Duplicate:
How to check dimensions of all images in a directory using python?
I was wondering if somebody knows how can I read an image total amount of pixels in …
1
vote
2answers
171 views
Fast work with Bitmaps in C#
I need get all pixels from Bitmap, work this they and save them to Bitmap.
If I use Bitmap.GetPixel() and Bitmap.SetPixel() then I have very slow program.
How I can fast convert …
2
votes
2answers
52 views
Silverlight Pixel Api
Lets say I have a black and white .jpeg image. How could I change the white pixels in the jpeg image to red using the hexidecimal format (ie going from #FFFFFFFF to #FFFF4F4B)?
3
votes
3answers
3k views
Convert Pixels to Inches and vice versa in C#
I am looking to convert pixes to inches and vice versa. I understand that I need DPI, but I am not sure how to get this information (e.g. I don't have the Graphics object, so that' …
0
votes
3answers
256 views
Bresenham line algorithm (thickness).
Hello.
I was wondering if anyone knew of any algorithm to draw a line with specific thickness, based on Bresenham's line algorithm or any similar.
On a second thought, I've been …
0
votes
1answer
53 views
wordpress menu position
Hello, I am running a website using wordpress and some javascript that changes the page see http://s72956.gridserver.com/dev/ My menu position I want to be static at 150px down 800 …
0
votes
3answers
470 views
Converting Pixels to Bezier Curves in Actionscript 3
Ok, so I'll try to be as descriptive as possible.
I'm working on a project for a client that requires a jibjab-style masking feature of an uploaded image.
I would like to be able …
0
votes
1answer
258 views
How can I modify the pixel data of a UIImage on the iPhone?
I want to modify a UIImage on a pixel-by-pixel basis.
I've found a couple of posts here and elsewhere about accessing the image data as a char* pointer. My twist is that I want t …
3
votes
5answers
479 views
algorithm for finding out pixel coordinates on a circumference of a circle
how do i find out pixel value at certain degree on the circumference of a circle if I know the pixel co-ordinates of the center of the circle, radius of the circle ,and perpendicul …
0
votes
2answers
196 views
which one would you use to draw stuff on a winform? Format32bppRgb or Format24bppRgb or something else?
in any .net version
Format24bppRgb
Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.
Format32bppRgb
Specifies that the …
