Controlling graphic quality of the generated image differs for page layout exports versus data frame exports. When exporting a page layout, control image detail by changing the resolution parameter. When exporting a data frame, keep the resolution parameter at its default value, and change the df_export_width and df_export_height parameters to alter image detail. The height and width parameters directly control the number of pixels generated in the export file and are only used when exporting a data frame. Images with larger numbers of pixels will have higher image detail. For most page layout exports, the default parameter values should generate good results and nice looking export images on the first try. For data frame exports, you may need to experiment with the df_export_width and df_export_height values a few times before getting the result you want.
This may be a more simple solution: Create a page layout that is the size AND shape of the output image you want to create (with dataframe exports you can't specify page size, only pixel width/height). On the layout you will have a single data frame with your data. Export the layout rather than the data frame. Here is a snippet from the help:If you have to export a data frame, then multiply the resolution (default=96) times the size (this is a general rule but results can vary from machine to machine). For example if i want a 3 inch x 3 inch output, then my export_height and export_width will = 288 (96x3).Jeff
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.