<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Picture for tool in Python Toolbox in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/picture-for-tool-in-python-toolbox/m-p/1566578#M91067</link>
    <description>&lt;P&gt;I find the validation code and all the other stuff in the "custom" toolbox and tools gets included in the dialog itself, so I can just edit it there rather than coding from scratch.&amp;nbsp; Once done, it all ends up in the *.aptx and I can edit (not recommended by esri staff ! ) as I see fit.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool2.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121256i7EC8296E0DC486A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="tool2.png" alt="tool2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Besides using the custom toolboxes allows me to do screengrabs to document script parameters and the inputs I used.&amp;nbsp; A picture goes a long way to refresh the memory &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool6.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121257i39209470D284B886/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tool6.png" alt="tool6.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool5.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121259i28E42F05F07BFE04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tool5.png" alt="tool5.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool4.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121258i493B479B89F098BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tool4.png" alt="tool4.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool3.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121260i857CB270C4AA03B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tool3.png" alt="tool3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2024 02:49:41 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-12-10T02:49:41Z</dc:date>
    <item>
      <title>Picture for tool in Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/picture-for-tool-in-python-toolbox/m-p/1566145#M91010</link>
      <description>&lt;P&gt;Hello community members!&lt;/P&gt;&lt;P&gt;I would like to add a picture (a&lt;SPAN&gt;n image that displays with the tool summary when you hover over the help icon on the open tool dialog box&lt;/SPAN&gt;) to my own script tool in the python toolbox. There isn't the Illustration parameter in the python script tool properties window&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Are there some nuances to show it? Should I type anything additionally in the script tool xml file?&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 09:22:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/picture-for-tool-in-python-toolbox/m-p/1566145#M91010</guid>
      <dc:creator>SeaRM</dc:creator>
      <dc:date>2024-12-09T09:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Picture for tool in Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/picture-for-tool-in-python-toolbox/m-p/1566155#M91013</link>
      <description>&lt;P&gt;You can do it with the new toolbox format (*.atbx)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/document-a-custom-tool.htm" target="_blank"&gt;Document a custom geoprocessing tool—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but not for the old format (*.tbx)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/create-a-python-script-tool.htm" target="_blank"&gt;Create a script tool—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121137iE4528119AFDE1015/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tool.png" alt="tool.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I usually find creating the toolbox and the tools easier using the custom tools dialog rather than the *.pyt format since the *.atbx can be viewed and to some level edited in 7zip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 10:43:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/picture-for-tool-in-python-toolbox/m-p/1566155#M91013</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-12-09T10:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Picture for tool in Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/picture-for-tool-in-python-toolbox/m-p/1566560#M91066</link>
      <description>&lt;P&gt;Thanks, Dan, a lot for your suggestion! I know about the opportunity you mentioned. It might be a workaround. But I'd rather add the picture to my python script in the python toolbox. Is that impossible?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 01:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/picture-for-tool-in-python-toolbox/m-p/1566560#M91066</guid>
      <dc:creator>SeaRM</dc:creator>
      <dc:date>2024-12-10T01:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Picture for tool in Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/picture-for-tool-in-python-toolbox/m-p/1566578#M91067</link>
      <description>&lt;P&gt;I find the validation code and all the other stuff in the "custom" toolbox and tools gets included in the dialog itself, so I can just edit it there rather than coding from scratch.&amp;nbsp; Once done, it all ends up in the *.aptx and I can edit (not recommended by esri staff ! ) as I see fit.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool2.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121256i7EC8296E0DC486A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="tool2.png" alt="tool2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Besides using the custom toolboxes allows me to do screengrabs to document script parameters and the inputs I used.&amp;nbsp; A picture goes a long way to refresh the memory &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool6.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121257i39209470D284B886/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tool6.png" alt="tool6.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool5.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121259i28E42F05F07BFE04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tool5.png" alt="tool5.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool4.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121258i493B479B89F098BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tool4.png" alt="tool4.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tool3.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121260i857CB270C4AA03B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tool3.png" alt="tool3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 02:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/picture-for-tool-in-python-toolbox/m-p/1566578#M91067</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-12-10T02:49:41Z</dc:date>
    </item>
  </channel>
</rss>

