The pixel-perfect tag has no wiki summary.
0
votes
0answers
33 views
Silverlight Pixel Perfect Collsion Detection
I am working on a project for my Uni, and I am currently stuck on a Pixel Perfect Collision Detection from this website http://www.andybeaulieu.com/Home/tabid/67/EntryID/160/Default.aspx. I have ...
0
votes
0answers
73 views
How to configure HTML viewport in iOS 6.1 to draw pixel-perfect (1:1 dpi) HTML code
I designed an hybrid web app with pixel-perfect HTML pages. My HTML pages are shown perfectly on an iPhone 4 (iOS 5.1.1) with the following viewport declaration:
<meta name="viewport" ...
2
votes
0answers
340 views
pixel align on windows phone 8 devices
I am trying to display a simple fullscreen bitmap on WP8 device (Lumia 920).
It has 1280x768 screen, using ScaleFactor 160 and virtual resolution of 800x480.
Here is the result of displaying ...
4
votes
1answer
191 views
IE6/IE7 Input Submit Box Model Dilemma
Some strange bug I came accross today when creating a generic button class to style everything from divs to inputs. It seems that most browsers use a different box model when it comes down to ...
0
votes
0answers
138 views
Pixel Perfect collision colliding with more than one tile at a time
Alright, so I am pretty new to XNA programming and I am trying to code a platformer. I have implemented pixel-perfect collision but it seems to fail whenever it hits 2 or more tiles(platform blocks) ...
1
vote
2answers
245 views
Pixel level collision detection fails for small objects. (Java)
For a project we were given a game engine off which to create a game. We, as part of this, have to implement pixel level collision detection after a possible collision has been found via a bounding ...
2
votes
2answers
629 views
AS3 pixel perfect drawing?
When I'm use:
var shape:Shape = new new Shape();
shape.graphics.lineStyle(2,0);
shape.graphics.lineTo(10,10);
addChild(shape);
I get the black line I want, but I also get grey pixels floating ...
1
vote
1answer
225 views
Collision detection for rotated bitmaps on Android
I need pixel-perfect collision detection for my Android game. I've written some code to detect collision with "normal" bitmaps (not rotated); works fine. However, I don’t get it for rotated bitmaps. ...
0
votes
1answer
170 views
Photoshop align pixels perfectly to mm
Hi there from the image below you will see some guides that are set 1mm apart but the pixel lines I have drawn are not aligned nor am I able to get them aligned to the mm. moving the lines with the ...
0
votes
1answer
350 views
pygame: Pixel perfect collision against lines?
I have one or two issues questions. I am using Pygame to create a drawing game.
We have balls bouncing around inside on a Surface, against each other and the walls. With the mouse you can draw ...
0
votes
1answer
991 views
Pixel perfect collision on spritesheet animation, XNA
I'm using a spritesheet animation in XNA and I want to use pixel perfect collision. My problem is that the pixel perfect collisions checks if the current pixel on the spritesheet is transparent ...
1
vote
0answers
128 views
Pixel Perfect HTML to PDF w/Embedded Fonts?
I've hit my head against the wall on this one for a while... I'm able to do this with Flash + Fpdf (See http://santaspencil.com/desktop).
However, as Flash isn't well supported on mobile platforms, ...
12
votes
2answers
3k views
Opengl pixel perfect 2D drawing
I'm working on a 2d engine. It already works quite good, but I keep getting pixel-errors.
For example, my window is 960x540 pixels, I draw a line from (0, 0) to (959, 0). I would expect that every ...
0
votes
0answers
31 views
continue on collision
I've got a problem with my javascript collision detection function. Whenever a collision occurs a fixed object should not move and the player should continue but in other direction so he would go ...
0
votes
2answers
810 views
Pixel Perfect Collision Is Causing Inaccurate Collision With Maze And PacMan
I am creating a PacMan clone just for fun and I am using the pixel perfect collision algorithm to detect when PacMan collides with the maze and the dots (which has not been implemented in the game ...
6
votes
4answers
4k views
Pixel perfect (firebug addon) alternative
I've been using pixel perfect for quite a long time, and grown to love it (despite it's annoyances). Now, when pp is no longer compatibile with fx 6, I'm looking for a tool to replace it.
I found ...
0
votes
5answers
524 views
How can I achieve pixel-perfect positioning and spacing of textual elements across browsers?
Right now, we are trying to achieve consistent formatting of textarea elements, across Safari/Chrome/Firefox/IE on Mac and Windows. I believe this may be a rabbit hole, since any combination thereof ...
0
votes
1answer
128 views
cacheAsBitmap not working on different stageSizes?
I'm loading a MovieClip which pixels should be displayed perfectly.
Every child of this MovieClip and the MovieClip itself uses only whole integers in position and size.
The funny thing is that even ...
1
vote
1answer
800 views
Trouble with perfect-pixel collisions with canvas in html5
I think I'm close on this one, but am having some difficulty figuring out specifically what I'm missing. I'm trying to do a "pixel-perfect" collision detection in Canvas. The code is available in ...
3
votes
1answer
1k views
How to do pixel perfect collision on many sprites in cocos2d?
in my app I have a player and many enemies (about 100+)..I don't want to use CGRects because it doesn't fits to the enemies. Is there any example how to do pixel perfect collision detection in cocos2d ...
1
vote
5answers
1k views
Suggestions for making pixel-perfect CSS layouts?
One business goal requires that I make a form on screen that's pixel-perfect. If a user prints this form, it will exactly match the US Government Printing Office version of the form; the printer will ...
2
votes
1answer
764 views
Pixel perfect collision?
Is it possible to do pixel perfect collision in a view based application ? I've been looking for example codes but with no luck... Also can you use colored bitmaps to represent collision for a ...
0
votes
2answers
9k views
Label Text Alignment in fieldset with CSS
In my fieldset I have labels next (side) to my textboxes, but for some reason, they are towards the top and not middle. Here is my CSS for the fieldset:
fieldset {
clear: both;
font-size: 100%;
...
