Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, February 10, 2004 3:10:46 AM(UTC)

support  
support

Groups: Registered, Tech Support
Posts: 20


Some viewers count on the DPI to calculate the image size in inches (such as for printing purposes or distance measurement). You can call the size calculated this way the 'physical' size if you will, since it usually corresponds to the size in inches for a scanned page.

For example, a letter-sized page scanned is 8.5x11 inches. If scanned at 200 DPI, the resulting image would be 8.5*200 x 11*200 which is 1700x2200 pixels.

The general formula that's always true is pixles = DPI * inches.

When we say that we want to change the DPI to 300 for example, the important questions is:
Do you want to preserve the physical size (in inches) or do you want to preserve the bitmap size (in pixels)?

If you want to keep the physical size, you must resize the bitmap pixels so that the ratio (inches = pixles/DPI) remains fixed.

If you want to keep the pixel size, you do not resize the bitmap. You simply change the number that represents the DPI in the image header.

Different programming interfaces in LEADTOOLS allow you to perform both of these tasks. For details, refer to the documentation or contact our support team at support@leadtools.com.

Edited by moderator Wednesday, December 27, 2023 2:27:08 PM(UTC)  | Reason: Not specified

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.070 seconds.