cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Image Quality

wfalco
15-Moonstone

Image Quality

All,

Anyone know of a way to bump up image size greater than 72 dpi when
creating a tiff from a drawing?

Actually and good info on getting standard images such as jpeg, png,
etc. would be helpful. I only see .tiff as an export.

Currently using wf2.

Wayne
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2
mbraaten
7-Bedrock
(To:wfalco)

Here are a couple options we use for exporting high quality TIFF files:


!=====================================================================
! TIFF Export
!=====================================================================
tiff_compression G4
tiff_type mono


We also have a mapkey (for WF 4 but should work on WF2) that we use to bump up the dpi:


mapkey tiff @MAPKEY_LABELTIFF File Generation;\
mapkey(continued) ~ Command `ProCmdUtilColorsSys` ;\
mapkey(continued) ~ Select `color_scheme` `MenuBar2`1 `MenuScheme`;\
mapkey(continued) ~ Close `color_scheme` `MenuBar2`;~ Activate `color_scheme` `Scheme2`;\
mapkey(continued) ~ Command `ProCmdModelPrint` ;~ Select `print` `CascadeButton1`;\
mapkey(continued) ~ Close `print` `CascadeButton1`;~ Activate `print` `TIFF`;\
mapkey(continued) ~ Close `print` `CascadeButton1`;~ Select `print` `SheetsRadio`1 `All`;\
mapkey(continued) ~ Activate `print` `OK`;~ Activate `Print_file` `OK`;\
mapkey(continued) ~ Command `ProCmdUtilColorsSys` ;\
mapkey(continued) ~ Select `color_scheme` `MenuBar2`1 `MenuScheme`;\
mapkey(continued) ~ Close `color_scheme` `MenuBar2`;~ Activate `color_scheme` `Reset`;\
mapkey(continued) ~ Activate `color_scheme` `OK`


Hope this helps.


Regards,
Michael Braaten
Senior PLM/CAX Systems Analyst - Synthes, Inc.

wfalco
15-Moonstone
(To:wfalco)


Awesome Share! Thanks!

I am so behind on my summary's! But I will get them done!

Top Tags