Mobile app version of vmapp.org
Login or Join
Deb5748823

: Designing Graphics For .NET Apps Resolution What resolution (in pixels/inch) should I use when designing graphics for a standard Windows Forms .NET application? I am using Adobe Creative Suites

@Deb5748823

Posted in: #AdobeFireworks #Ppi #Resolution

What resolution (in pixels/inch) should I use when designing graphics for a standard Windows Forms .NET application?

I am using Adobe Creative Suites to design the graphics. I will be using the System.Drawing.Graphics class in .NET to draw the graphics on the screen.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Deb5748823

1 Comments

Sorted by latest first Latest Oldest Best

 

@RJPawlick971

The programming framework you are using has no bearing on the resolution of images you are using.

For on screen graphics, resolution in the context of pixels/inch is determined by the device itself. All you need to do is make the image the pixel size you want it to be.

In other words, if you want an image 100px x 100px, set up your photoshop file to be 100px x 100px. The PPI setting is irrelevant.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme