Hi, how can i load image and display it “pixel perfect”
I load an image with
[lua]local image = display.newImage( “test.png”,0,0,true)[/lua]
the image file is 16x16 pixels big, but on the simulator the image then is 10x10 pixels big.
How can i load the image in every case with 16x16 pixels, without anyhow being scaled on any device?
[import]uid: 34988 topic_id: 6132 reply_id: 306132[/import]
How does your config.lua file look like? And which device/skin are you using? [import]uid: 5712 topic_id: 6132 reply_id: 21003[/import]
hey ty for your reply, actually i dont have any config.lua file in use.
The device / skins i use are the differend android thingies [import]uid: 34988 topic_id: 6132 reply_id: 21045[/import]
Windows or Osx? [import]uid: 5712 topic_id: 6132 reply_id: 21113[/import]
OS, ty for your patience.
actually i found the problem:
the device i used was to big for my screen resolution, so they was donwscaled at all (the whole simulator) when i use a small device, and restart the simulator then its all pixel perfect 
its on windows [import]uid: 34988 topic_id: 6132 reply_id: 21194[/import]