A pixel is the smallest unit that can be represented or controlled on a display. The word pixel is derived from the phrase "picture element".
0
votes
2answers
22 views
Mapping pixels of two matrices
Say that I have two matrices of the following sizes:
matrix_1 = 30090x2
matrix_2 = 170x177
Assume here that the number of rows n matrix_1 represents the number of pixels. You can see that the size ...
0
votes
0answers
10 views
Prevent half pixels position when apply a percentage based 2D transform in Webkit
When applying in webkit a 2D transform using a percentage, in this case translateY(-50%) it seems that if the object size isn't even, the result will be blurry edges.
Does anybody know how to ...
0
votes
1answer
24 views
How to display image after using setRGB(x,y,0) in Java?
for(int x=0;x<20;x++)
{
for(int y=0;y<20;y++)
{
img.setRGB(x, y,0);
}
}
I'm trying to convert all pixels in a 20*20 region to black colour. But this is not working with the ...
-1
votes
0answers
11 views
bootstrap resize just some elements every pixel when window is resizing pixel per pixel
I don't know why bootstrap resize all the elements every two pixels (some elements at the first pixel and the other at the second). You can see that resizing horizontally the navigation window pixel ...
0
votes
0answers
14 views
setRGB(x,y,0) not working
for(int x=0;x<200;x++){
for(int y=0;y<200;y++){
img.setRGB(x, y, 000000);
}
}
This code is not working.I want to set the 200*200 ...
1
vote
2answers
26 views
1 Byte Alignment vs 4 Byte Alignment (Pixel Packing)
I am reading the OpenGL SuperBible for OpenGL 3.x. I am having a hard time understanding the whole "pixel packing concept." I get that typically a 199px wide image would require 597 bytes [(199 * 3)3 ...
-1
votes
1answer
27 views
Advice on first steps to starting a simulator that uses pixels to represent atoms
My apologies for the length of the question - I tend to do that when I'm unsure of the terminology to use, or where to start. I've been using C# for some time now, but mostly within the context of ...
3
votes
1answer
41 views
If Image contains specific color then
Exists a easy way to check if a image contains certain rgb color?
For example:
Dim img As Image = Image.FromFile("C:\image.png")
If img.contains color.red(.toRGB) then...
I think the hard way to ...
0
votes
1answer
13 views
Read Pixel Color of georeferenced image and get LatLng
I have a colored georeferenced satelliteimage and would like to find out what color has which pixel at which position. All I have is the georeferenced image and average programming skills in php and ...
0
votes
0answers
23 views
Keeping canvas pixel always steady
I made a curve on the canvas to display on a browser. The problem is the bigger I zoom the browser (Firefox), the more dehiscent the curve's pixel. What I want to achieve is making the curve's pixel ...
0
votes
1answer
27 views
Android - Draw bitmap's on different screen densities
I have created an Maze-App on my Galaxy S3(1280x720), the problem is, I've used everywhere hard coded pixel values. When I run this App now on my Galaxy S2, all looks very big and everything is on ...
-1
votes
0answers
18 views
spontaneous pixellation of textures at low fps when using per pixel shading in android
In my live wallpaper I'm using per pixel displacement (opengl es 2.0 shader) using a map to make a realistic waterfalls. it runs smoothly most of the times but when phone is using more app the live ...
2
votes
0answers
47 views
read pixel colors of an image using vba in excel
I am trying to read each pixel's color of a loaded image (or unloaded) in excel file using vba,
IS there any way?
I have seen the similar codes for vb (using getpixel) but I want the code for vba,
...
0
votes
2answers
46 views
How to lighten picture in C# without actually iterating through all picture's pixels?
I'm having problem with lightening picture. I know I could do this by increasing/decreasing pixel's values, however it's not what I'm looking for. I've been told that there's a way that do not require ...
0
votes
1answer
24 views
How to move html with a tracking pixel to a different server?
There is a web page with tracking pixels (and probably other tracking code) that I would like to move to my own server. Viewing the page on the current server generates a page view as expected, but ...
0
votes
0answers
20 views
Calculating voxel volume from PixelSpacing and SliceThickness in DICOM files
To calculate the physical volume of an isometric voxel, should you make a multiplication of the two values noted under the dicom tag PixelSpacing and the single value noted under the dicom tag ...
-1
votes
1answer
31 views
How can I control pixels in web?
I wanna create pixel-based graphic through scripts and any other methods in web; especially Internet Explorer.
I tried to make 1x1-size-elements and colored them, but it's too slow to render.
I heard ...
0
votes
1answer
41 views
I need to form a pixel matrix out of an image file
I need some help doing the following in C++:
I have to read an image file (.bmp, .jpg, etc.) and as a result I have to form a pixel matrix in the form of an one-dimentional array. Is there a library I ...
-1
votes
1answer
37 views
Calculating all pixels in a frame [closed]
I was doeing some research on computer graphics. I want to build a system that can render frames and display them. Herefor I made an 2D array which acts as a buffer. This way I can fill up all the ...
0
votes
1answer
38 views
how to read pixeldata efficiently with WebGL?
is there a faster method to read pixel data than getimagedata() ? I'm using THREE.js and so far in order to get the pixel's colors from an image and use them into my scene I have to read the pixel ...
0
votes
1answer
40 views
How can I load a bitmap image and manipulate individual pixels?
I want to load a single large bitmap image from a file, run a function that manipulates individual pixels and then re save the bitmap.
File formats can be either PNG or BMP, and the manipulating ...
0
votes
1answer
48 views
Canvas Image drawn at odd scale in PhoneGap for Iphone4 vs. Iphone4s
Sort of a small issue here that I've been struggling to find an answer to.
I am using the ios native camera to take a photo which I am then sending to phonegap to run some javascript on.
I pass ...
-4
votes
0answers
21 views
How to get distance of two points on windows? [closed]
I need a tool (program) to get distance(in pixels) of two points on windows desktop , for example width of button in other program?
Thanks.
0
votes
0answers
36 views
Java - Does the following code return the pixel information? [closed]
I want to know what these lines of codes does line by line? I am trying to write a program where pixel values of an image is supposed to be altered(LSB technique).
Does it return the byte array of ...
1
vote
1answer
20 views
Get color pixel in metro app (windows 8)
I want to get color pixel on touch point and return a string (ex: #FFADD8E6).
I wonder if windows APIs support for that in metro app (windows 8). Anyone can answer for me or help me to find out the ...
-6
votes
0answers
24 views
What do you mean by pixels ?? from a computer science or developer perspective [closed]
I want to know what is a pixel and what it is from a Computer science or issues a developer needs to understand when developing an application
0
votes
1answer
31 views
Python Imaging Library corrupts the pixel data
I have a jpg image, using PIL I am obtaining the pixel data of the image, making some changes (cyclically permuting the RGB values) for certain pixels (leaving the other pixels untouched) and then ...
0
votes
1answer
80 views
C# Pixel by Pixel Color Conversion WriteableBitmap => PNG Black only to Color with Transparency
I am working on a silverlight application, where all my icons are PNGs.
The color of all these icons is black, or rather black to gray, depending on the alpha value. Every PNG has a transparent ...
0
votes
1answer
33 views
Pixel by pixel data in python
I want to do the following:
Load a ong image to the python code
Get the pixel by pixel RGB data in three arrays, one each for R, G and B. I mean R[i,j] should give me the value of R at the i,j th ...
0
votes
0answers
5 views
backingAlignedRect doesn't align in magnified NSViews
I have subclassed a NSView and placed it within a window.
In this NSView I have to align my NSBezier rect to the pixel grid and stroke a perfect and aligned 1 pixel width rect, without antialias.
So, ...
0
votes
0answers
25 views
element.pixelWidth Vs element.clientWidth
I just want to know the difference between element.pixelWidth and element.clientWidth.
Can there be differences in their values? If yes, then why?
I am using IE 8 in standards mode.
Assuming ...
2
votes
0answers
60 views
CALayer drawInContext can't draw 1px lines on retina displays
I want to draw double colored line with 1px lines of 2 different colors.
I have a lot of code so I'm putting it after trying to explain.
If I use uiview drawRect method it works fine when I switch ...
0
votes
0answers
18 views
Getting pixel coordinates from color in box python
I have a script that checks a certain box of the screen for a certain colored pixel, id like it to center the cursor on it and click it, but i dont know how to go
check box to see if any pixels are ...
0
votes
0answers
36 views
Importing a class to jframe and making the background change color while moving mouse
quick question what would i use in order to putt this into a frame?
the code gives the pixel number of colors where ever you move the mouse. I want these numbers show up in the jframe. would i use a ...
1
vote
0answers
25 views
relationship between image pixel dimension and byte array length
If I know the pixel height and width of an image, can I calculate the size of the byte array? Or would the information be insufficient?
The reason I need this is to get image from blobstore using ...
0
votes
0answers
40 views
Wanted: Cocoa framework for high fps video capturing and single frames processing
I'm a beginner in objective-c programming (or programming at all). I'd like to analyze or process video frames (e.g. captured from the iSight) in real time, not on the level of complete frames (like ...
1
vote
1answer
36 views
Mobile Email Tracking
I'm an email marketer, and have a question. I'm looking for a way to see which app mobile readers are using to open my emails in.
Currently, I embed a pixel from Returnpath, so I know that the ...
-1
votes
0answers
17 views
identify the location of a detected object on a video stream pixel coordinates [closed]
I am trying to use OpenCV to identify the location of a detected object on a video stream. I am new to this, how would I use pixel coordinates to do this? How would I write the pixel coordinated of ...
0
votes
0answers
23 views
If two shape overlaps, how are the pixel determined in this html canvas jsfiddle
Here is the fiddle http://jsfiddle.net/DV9Bw/526/
there is 2 strokeRect, one red other blue, at the part where it overlaps, if you do a mouse over, the pixel at the overlapped coordination is ...
0
votes
0answers
11 views
Breaking a Loop based on Pixels
try {
Robot robot = new Robot();
while (true) {
try {
Thread.sleep(rate);
robot.keyPress(KeyEvent.VK_9);
robot.keyRelease(KeyEvent.VK_9);
} catch (InterruptedException ...
0
votes
0answers
77 views
C - Shrink a ppm file without cropping?
I am writing a program where I have to take input for a PPM image and then, based on user input, do something to the image and output the image. These things include mirroring the image, adding a ...
0
votes
2answers
41 views
Change the alpha value of a pixel
I am trying to change the alpha value of a pixel to make a image half transparent. Here is my code:
for(int x=0;x<image1.getWidth();x++) {
for(int y=0;y<image1.getHeight();y++) {
...
1
vote
2answers
65 views
C - Mirror a PPM from left to right
I have to write a program where I take user input for a PPM image and then mirror the image from left to right (basically flipping it over the y-axis). So if the image was <, the new image would ...
0
votes
1answer
23 views
How to save pixels displayed on the screen in mutable Bitmap
I am trying to make an Android aplication, in which you take a foto. You zoom in to a desired region of the foto then you copy this region into a Bitmap for further processing.
I tried to make a new ...
0
votes
0answers
42 views
Drawing guidelines for pixel art in a winform (C#)?
I'm currently trying to make a component for winforms to create pixel art, but I'm having trouble figuring out how to place guidelines, like this does.
As it is, I'm planning on just using a ...
0
votes
0answers
30 views
how ping to pixel-ping/nodejs server must be directly saved inside our SQL db
It must be included inside cross browser extension code. (only JS/Jquery code accepted)
Method will be used to check how many unique users are using our extensions every day.
All user info ( brrowser, ...
0
votes
2answers
125 views
C++ Getting RGB from hBitmap
Working with bitmaps is very new to me so I've been really struggling with the online tutorials and strategies that I've read through. Basically my goal is to scan the screen for a particular RGB ...
-2
votes
0answers
65 views
To match the per pixel intensity of one image to the per pixel intensity of another [closed]
Objective:
To find a method for matching per pixel intensity of one image with another image
IDE: MS Visual Studio 2010 ;
Library: OpenCV 2.4 ;
Domain: Image Processing ;
Details:--
Data: ...
0
votes
1answer
25 views
Image Magick / Detect colors contained on a image
What would be the simple process that would gives an array of the colors contained in an image ?
3
votes
2answers
138 views
Compare RGB colors in a pixel and change its original color to the closest one
I need help for my assignment. Basically, this is what I want to do:
Load an image to a PictureBox
Calculate the difference between 255 (the maximum value) and the R value in each pixel, and the ...
