Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Export jpg high resolution

Anonymous

Export jpg high resolution

Anonymous
Not applicable
I would like to know how i can export a jpeg from a dwg with high resolution ? The classic export have Lower resolution ...
0 Likes
Reply
Accepted solutions (2)
14,837 Views
3 Replies
Replies (3)

steven-g
Mentor
Mentor
Accepted solution

JPGOUT uses your screen size (in pixels) so making that as large as possible determines how large your JPG will be in pixels. If you need it larger then use the plot version to plot to JPG because that will allow you to create an image size to as many pixels as you want, but you don't have a way to set the DPI

0 Likes

pendean
Community Legend
Community Legend
Look up RASTERDPI variable to use with those JPGOUT and PNGOUT commands.

WarrenGeissler
Advisor
Advisor
Accepted solution

AutoCAD has a limit in it's raster output resolution. While the product has options to change the image SIZE (RASTERDPI and Image SIZE in the plot dialog) the true resolution is limited to 100 DPI. Your best bet is to export to a hi-res PDF and use another application to turn it into a hi-res image. The files attached are the same file exported with rasterdpi at 10000 and 100 dpi.

 

About pixel dimensions and printed image resolution

Pixel dimensions measure the total number of pixels along an image’s width and height. Resolution is the fineness of detail in a bitmap image and is measured in pixels per inch (ppi). The more pixels per inch, the greater the resolution. Generally, an image with a higher resolution produces a better printed image quality.

https://helpx.adobe.com/photoshop/using/image-size-resolution.html

 


Warren Geissler
Drafting Manager Denver Water
_____________________________________________

Please ACCEPT AS SOLUTON if this works
(...and doesn't melt your computer or cause Armageddon)

0 Likes