0
votes
3answers
102 views
Setting DPI for PNG files
I have a bunch of diagrams created using a Java diagramming tool that I wrote - they are mostly black and white diagrams, with the blocks in aqua, and occasional other colours. Th …
3
votes
2answers
27 views
Controls Are cut in MFC when changing display to 125% in windows 7
I have an MFC application. When running it on Windows 7 I realized that when changing the display percentage to meduium - 125%, I have a TextControl which is cut off (end of senten …
2
votes
8answers
508 views
Pixel to Centimeter ?
I just want to know if the pixel unit is something that doesn't change, and if we can convert from pixels to let's say centimeters ?
0
votes
1answer
43 views
Is it possible to set the DPI of an application programatically?
Is it possible to set the DPI of an application programmatically or the DPI only possible to set through the system preference?
Note: My application's GUI is coded in MFC and .NE …
0
votes
1answer
155 views
Can I set the DPI resolution of my Java Swing application without changing the systems’ DPI setting?
I have a Java application using the Substance LookAndFeel with Windows as the the target platform and I want to increase the DPI setting of my application without changing the syst …
1
vote
6answers
493 views
Detecting the system DPI/PPI from JS/CSS?
I'm working on a kind of unique app which needs to generate images at specific resolutions according to the device they are displayed on. So the output is different on a regular Wi …
5
votes
2answers
1k views
.NET 2.0 WinForm: Supporting DPI and Default Font Changes
So i'm trying to figure out how the Form's AutoScaleMode property can possibly help to support a system with a font or dpi that is different from my work development machine.
From …
0
votes
3answers
109 views
Exporting tasks to ‘C using DPI
I have an verilog based test-bench, interfaced to 'C source using DPI. Now using DPI I am planning to write my whole firmware. To do this I need 3 things
Register Read
Register W …
3
votes
3answers
1k views
Write dpi metadata to a jpeg image in Java
I am trying to programatically set the dpi metadata of an jpeg image in Java. The source of the image is a scanner, so I get the horizontal/vertical resolution from TWAIN, along wi …
1
vote
4answers
181 views
How do you scale an image for print without degrading the quality?
I was wondering how would you print an image that's scaled three times its original size without making it look like crap? If you change the dpi to 300 and print it'll look like …
2
votes
1answer
151 views
How does one support custom Desktop DPI settings in Delphi 7 applications?
We have a few legacy applications that were written in Delphi 7. We've had a few requests over the years to support custom desktop dpi settings in these applications but we have be …
0
votes
1answer
95 views
How to change DPI of part of a WPF/Silverlight application?
I want my application to have a zoomable element which will allow the XAML elements to be viewed at 25%, 50%, 100%, 200% etc, I just need to alter the DPI of the XAML but am unsure …
0
votes
2answers
55 views
windows app resolution
Hi,
I have a windows app that runs correctly in my PC that is 96DPI but when I use it on a PC that has 120DPI the forms transform and all their components scramble.
How can i fix …
4
votes
2answers
1k views
How to control the font DPI in .NET WinForms app
I created an app for a small business. Some of the employees in the office can not see the form correctly. The reason is they have their DPI setting set to above 96dpi. Does anyb …
3
votes
2answers
1k views
C# Scaling UserControl content to match users Dpi/Font Size
How do I get my OwnerDrawn UserControl to respect the users dpi (96/120/xxx) and/or font-size (normal, large, extra large)?
Some people suggest to use the DpiX and DpiY properties …
