Tagged Questions
The pixels tag has no wiki summary.
64
votes
13answers
1k views
Is it bad to work with pixels in CSS?
Is it bad in terms of compatibility to use pixel numbers in CSS instead of percentages? How about lower resolutions? Is it okay to work with them in ranges of 1-100?
21
votes
3answers
11k views
Does setWidth(int pixels) use dip or px?
Does setWidth(int pixels) use device independent pixel or physical pixel as unit?
For example, does setWidth(100) set the a view's width to 100 dips or 100 pxs?
Thanks.
18
votes
8answers
745 views
Pixels vs. Points in HTML
When creating an HTML page, should I specify things like margins with pixels or with points?
Is one of them considered to be better practice than the other? Any advantages or disadvantages to either ...
15
votes
3answers
7k views
photoshop pt size conversion to web [closed]
In photoshop, my text size is 5.12pt and font type is Arial.
My base font size for my website is 13px/1.23 Arial.
How would I convert the 5.12pt size to the same size on web?
Thanks!
14
votes
7answers
4k views
Can I make a rather native C++ app with Android?
I'm interested in the following features:
Writing an app for Android Market that is written completely in C++ (a port of existing product actually).
Use fast screen-buffer pixel pushing (or rather ...
11
votes
5answers
8k views
CSS: Setting width/height as Percentage minus pixels
I've seen this question asked in a couple other contexts on SO, but I thought it would be worth asking again for my particular case. I'm trying to create some re-usable CSS classes for more ...
7
votes
3answers
8k 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's not an option).
...
6
votes
4answers
440 views
How can I generate a palette of prominent colors from an image?
I'm trying to figure out how to sample all of the pixels in an image and generate a palette of colors from it, something like this or this. I have no idea where to even begin. Can anyone point me in ...
5
votes
2answers
3k 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 Bitmap to byte[] and ...
5
votes
5answers
2k 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 perpendicular angle.
Basically, ...
5
votes
3answers
541 views
Pixel Programming continued
I have got a byte array of pixels in BGR order and I want to create an image out of it in C#. Can anyone offer code or advice?
4
votes
1answer
105 views
WPF Image, changing color of pixels
I have a problem. I need to fill (or repaint) some pixels at image, stored in Image control. This is a png image. I mean, that all black pixels should be filled with, for example, red color. How can I ...
4
votes
1answer
158 views
Maximum allowable height in pixels, CSS
I understand that different browsers are likely to have different ceiling values, but what is a good rule of thumb for the maximum render-able CSS height/width in a given browser?
For example, this ...
4
votes
2answers
305 views
How to convert DLU into pixels?
Microsoft uses dialog length units (DLU) in their guidelines for UI. How can I convert them into pixels?
As I know, DLU depending on system font size. Can you advise some simple method of such ...
4
votes
3answers
295 views
C#: managing large memory buffers
I am maintaining a video application written in C#.
I need as much control as possible over memory allocation/deallocation
for large memory buffers (hundreds of megabytes).
As it is written, when ...
4
votes
1answer
590 views
Android Show Different Image on Different Resolution
I am attempting to create a very graphically intensive android application. Almost all of the UI is based on bitmaps and I would like to support as many different devices as possible and to have the ...
4
votes
3answers
366 views
How is font size calculated?
I have a complex js function with an equation in which I actually need to understand how much space in pixels font sizes take up.
I have noticed that some font's sizes are different depending on the ...
4
votes
1answer
695 views
How can I stretch bitmap in WPF without smoothing pixels
I'm working on SEM image processing application, written in WPF. I have an image display control, derived from Canvas, which displays image & overlays using DrawingVisuals (one for each "layer"). ...
3
votes
1answer
44 views
Is there a “programming culture” explanation for why FF returns long fraction from measureText method?
All browsers except Firefox return a number without a fraction part from the Canvas element's measureText() method. FF returns values like 26.45682955697084. Since the measurement is said to be in ...
3
votes
2answers
248 views
How to determine and interpret the pixel format of a CGImage
I'm loading this (very small) image using:
UIImage* image = [UIImage named:@"someFile.png"];
The image is 4x1 and it contains a red, green, blue and white pixel from left to right, in that order.
...
3
votes
1answer
201 views
web page elements overlapping each other even when using percentage values in css
i have a page with structure like this. i want to divide the page into 6 sections so i have made 6 outer divs.
<div id="header">
<img />
</div>
<div id="pageTitle">
title ...
3
votes
1answer
165 views
Scaling up image with pixels in HTML/CSS?
In my DIV I want to show a specific part of an image (that part is 8x8 pixels) (on the orginal image to view tose 8x8pixels you would have to do background-position: -8px -8px;), but enlarged with the ...
3
votes
2answers
291 views
Detecting position of mouse click within an image on varied screen sizes - Jquery/Javasript
I've got an initial div called "container" which is a height:100% width:100% image of an Oklahoma map. The idea is that when the user clicks a certain section of the map (for this example, the ...
3
votes
2answers
2k views
Android TextView setTextSize incorrectly increases text size
This is in an extension of TextView. getTextSize and setTextSize are not overridden, I do not extend those methods. Programming in 1.6, API level 4.
The loop in this code causes size to be multiplied ...
3
votes
3answers
86 views
What unit should I use for HTML?
I like to use em, and tend to stay away from % because it tends to screw up the design easily, and pt, px, cm... Because they aren't that friendly to all devices. Am I right in doing so?
3
votes
1answer
331 views
'Stride' Woes from a TransformedBitmap Object
I have a 2208 x 3000 TransformedBitmap object with format {Indexed8} that I'm do .CopyPixels() on. I'm using
(int)((formattedBitmap.PixelWidth * formattedBitmap.Format.BitsPerPixel + 7) / 8)
...
3
votes
3answers
195 views
How do I find the display size of my system in Emacs?
I use the same .emacs across multiple machines, operating systems and platforms. I would like the default frame size of Emacs upon invocation to be relative to the available screen size (e.g. 96 lines ...
3
votes
3answers
550 views
Efficient pixel shader sum of all pixels
How can I efficiently calculate the sum of all pixels in an image, by using a HSLS pixel shader? I'm interested in Pixel Shader 2.0, that I could invoke as a WPF shader effect.
3
votes
2answers
779 views
opengl invert framebuffer pixels
I was wondering was the best way to invert the color pixels in the frame buffer is. I know it's possible to do with glReadPixels() and glDrawPixels() but the performance hit of those calls is pretty ...
3
votes
4answers
3k views
How to push pixels faster on the iPhone?
I asked before about pixel-pushing, and have now managed to get far enough to get noise to show up on the screen. Here's how I init:
CGDataProviderRef provider;
bitmap = malloc(320*480*4);
provider = ...
2
votes
4answers
47 views
Black pixels not coming completely black?
SO I'm trying to make an image consisting only of black and white pixels. My problem is that when I zoom in and see I can view some grey pixels around the black, as a kind of transition type thing to ...
2
votes
1answer
64 views
Pixel Drawing Library
A few years ago I used a simple display/pixel drawing library in C++ to display the results of a software rasteriser I'd made and I'm trying to find it again but with no luck. I have a feeling the ...
2
votes
1answer
118 views
Android Image Representation
I'm trying to access the raw pixel data of an image in Android.
The code looks something like this:
Bitmap bitmap = BitmapFactory.decodeFile("image.png");
// assert valid input
if ...
2
votes
2answers
116 views
Is there a way to render pixels directly on iPhone?
I want to port a game I've made which renders the screen itself 50 fps (doesn't use opengl).
What is the best way to port this to the iPhone?
I was reading about Framebuffer Objects. Is this a good ...
2
votes
1answer
69 views
When my carousel animates to 10,000+ pixels, it flickers. Is it a jQuery issue?
When my carousel animates past 10000 pixels, it flickers through a bunch of elements.
http://blossomsbnb.com/2011/test.php
I'm using jCarousel Lite: http://www.gmarwaha.com/jquery/jcarousellite/
Is ...
2
votes
1answer
178 views
Fread returning 0, reading pixels from BMP file
I'm using this code to get the pixels from a bmp file. I have already read the headers and the palette in previous lines, so my FILE * is pointing to the beggining of the pixels array.
It reads the ...
2
votes
1answer
140 views
Manipulating Individual Color Information Per Pixel Of A Video File
I am comfortable with several programming languages (stronger in C#, C, Java than the others) so please feel free to suggest whichever would provide me with a way to read in a (preferably ...
2
votes
3answers
95 views
What is a good way to store 100,000+ ints (representing image delta data)?
I've searched the forum and seen some possible partial solutions to this question, but I'd like help putting it all together.
I'm getting the frames from the camera and doing image processing on the ...
2
votes
3answers
541 views
How do i find pixels points inside quadrilateral using Java?
Im doing some image processing and I have the coordinates of the 4 points of a quadrilateral.
(something like a trapezium)
How can i get the coordinates of all the pixels inside it? I'm using Java by ...
2
votes
2answers
594 views
OpenCV in Python can't scan through pixels
I'm stuck with a problem of the python wrapper for OpenCv.
I have this function that returns 1 if the number of black pixels is greater than treshold
def checkBlackPixels( img, threshold ):
width ...
2
votes
2answers
2k views
Create a buffered image from rgb pixel values
I have an integer array of RGB pixels that looks something like:
pixels[0] = <rgb-value of pixel(0,0)>
pixels[1] = <rgb-value of pixel(1,0)>
pixels[2] = <rgb-value of pixel(2,0)>
...
2
votes
1answer
123 views
How does one know exact pixel size / relationships between CSS elements?
I'm diving into CSS in an effort to be more well-rounded. I'm currently reading "Designing with Web Standards" which is great so far.
My question is, when you get a mockup in PSDs, how do you know ...
2
votes
4answers
940 views
How do I plot individual pixels using the XNA APIs?
If I wanted to fill my game screen with individually coloured pixels, how would I do this?
For example, if I wanted to write a 'game of life'-type game where each pixel was a cell, how would I ...
2
votes
2answers
116 views
How can I edit individual pixels in a window?
I want to create a simple video renderer to play around, and do stuff like creating what would be a mobile OS just for fun. My father told me that in the very first computers, you would edit a ...
2
votes
1answer
844 views
Matlab Bwareaopen equivalent function in OpenCV
Im trying to find similar or equivalent funtion of Matlabs "Bwareaopen" function in OpenCV?
In MatLab Bwareaopen(image,P) removes from a binary image all connected components (objects) that have ...
2
votes
3answers
316 views
how do i calculate the centroid of the brightest spot in a line of pixels?
i'd like to be able to calculate the 'mean brightest point' in a line of pixels. It's for a primitive 3D scanner.
for testing i simply stepped through the pixels and if the current pixel is brighter ...
2
votes
5answers
774 views
How can I find out a web page viewers pixels per inch?
Can anyone think of a way I can discover a users pixels per inch? I want to ensure that a image displays in a web browser exactly the size I need it to, so using a combination of resolution (which I ...
2
votes
3answers
94 views
how to efficiently track the use of space on a map, both objects and free areas
OK I start with a blank map, which is 512x512 = 262144 pixels/locations.
I need a way to efficiently draw some objects on it, and then be able to find the areas of free space, so that later more ...
2
votes
2answers
227 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)?
2
votes
1answer
3k views
WPF - canvas height in pixels
How can I determine the width in pixels for a canvas (which has a certain width)?
I have a bitmap in an AnimatedImage control, and I know the bitmap's width in pixels, and I want to scale the bitmap ...