|
-
May 20th, 2013, 05:10 PM
#1
Thread Starter
Addicted Member
resolution (dpi) info
I'm trying to retrive resolution info from a jpg file. I was able to obtain width and height info but could not find code to access resolution (dpi) info.
' size info
Dim img = Image.FromFile(path)
MsgBox(img.Size.Width)
MsgBox(img.Size.Height)
Do you know the code to change the resolution and size? Shrinking a file from 300dpi to 72dpi.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|