Top "Pixels" questions

A pixel is the smallest unit that can be represented or controlled on a display.

GetDIBits and loop through pixels using X, Y

I'm grabbing a portion of the screen and scanning through the pixels for a certain color range. I looked at …

c++ loops pixels getdibits
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 …

css fonts font-size pixels typography
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 …

c# winforms system.drawing pixels inches
How many pixels is 1em in IE8?

Isn't 1em supposed to be 16px across all browsers? I have this CSS * {font-size: 1em; } label { font-size: .85em; } which on …

css internet-explorer pixels em
Relation between dp - sp and PX

I am not asking what is the difference between dp,sp and px. I am designing a website based on …

css html pixels material-design
Poor resolution in knitr using Rmd

I have a .Rmd file and I am trying to create a .docx file via the function pandoc. I want …

r knitr pixels pandoc r-markdown
How to implement responsive web design and its best practices

I have a website which uses pixel to render the pages. But when i view the website in different devices …

html css responsive-design screen-resolution pixels
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 …

c++ android opengl-es pixels
Subtract Pixels From Percentage in SASS?

I know you're able to do some simple math in Sass/Scss. But is there a way to subtract pixels …

percentage sass pixels
How to convert dp to px in xamarin.android?

I want to convert dp to px in my C# code in xamarin.android, but all I could find were …

xamarin xamarin.android pixel pixels density-independent-pixel