<?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 Bug or feature? Attachments viewer mobile app photos blurred in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/bug-or-feature-attachments-viewer-mobile-app/m-p/1063944#M3939</link>
    <description>&lt;P&gt;Hi, community!&lt;/P&gt;&lt;P&gt;We are working on a mobile app that is created with ArcGIS AppStudio and we are using an attachments viewer template. Everything works fine except the pictures in the media section of the app are kinda blurred and it does not look very professional. We tried to rescale pictures or change the format but it did not help. The pictures are high quality. In an instruction video of ESRI, it seems that their pics are blurred as well (&lt;A href="https://www.youtube.com/watch?v=g4_dpkh8l2w&amp;amp;t=223s" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=g4_dpkh8l2w&amp;amp;t=223s&lt;/A&gt;) (4:13s) so it seems it is a feature and not a bug. I am right? If it is a bug is there any way to get my pics sharp and clean looking?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your ideas!&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jun 2021 05:52:43 GMT</pubDate>
    <dc:creator>RobertSpál1</dc:creator>
    <dc:date>2021-06-02T05:52:43Z</dc:date>
    <item>
      <title>Bug or feature? Attachments viewer mobile app photos blurred</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/bug-or-feature-attachments-viewer-mobile-app/m-p/1063944#M3939</link>
      <description>&lt;P&gt;Hi, community!&lt;/P&gt;&lt;P&gt;We are working on a mobile app that is created with ArcGIS AppStudio and we are using an attachments viewer template. Everything works fine except the pictures in the media section of the app are kinda blurred and it does not look very professional. We tried to rescale pictures or change the format but it did not help. The pictures are high quality. In an instruction video of ESRI, it seems that their pics are blurred as well (&lt;A href="https://www.youtube.com/watch?v=g4_dpkh8l2w&amp;amp;t=223s" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=g4_dpkh8l2w&amp;amp;t=223s&lt;/A&gt;) (4:13s) so it seems it is a feature and not a bug. I am right? If it is a bug is there any way to get my pics sharp and clean looking?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your ideas!&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 05:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/bug-or-feature-attachments-viewer-mobile-app/m-p/1063944#M3939</guid>
      <dc:creator>RobertSpál1</dc:creator>
      <dc:date>2021-06-02T05:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bug or feature? Attachments viewer mobile app photos blurred</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/bug-or-feature-attachments-viewer-mobile-app/m-p/1066288#M3946</link>
      <description>&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;I'm not too sure what exactly would cause this, but you could have a play with the various settings for the display of the images on that page and see if you can improve it. My guess would be it's something to do with how the QML Image object is scaling down the graphic.&lt;/P&gt;&lt;P&gt;In the Attachment Viewer template, the file you want to open should be:&lt;/P&gt;&lt;P&gt;AttachmentViewer/views/MediaTabDelegate.qml&lt;/P&gt;&lt;P&gt;and there is an "Image" object at about line 43. Have a read of the QML documentation here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.qt.io/qt-5/qml-qtquick-image.html" target="_blank"&gt;https://doc.qt.io/qt-5/qml-qtquick-image.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and see if you can find a combination of settings that improves the quality.&lt;/P&gt;&lt;P&gt;Maybe play with the fillMode, the sourceSize, mipmap or smooth?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 09:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/bug-or-feature-attachments-viewer-mobile-app/m-p/1066288#M3946</guid>
      <dc:creator>PaulHaakma</dc:creator>
      <dc:date>2021-06-09T09:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bug or feature? Attachments viewer mobile app photos blurred</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/bug-or-feature-attachments-viewer-mobile-app/m-p/1068702#M3955</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your interest in the Attachment Viewer template.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is by design to&amp;nbsp;optimize the performance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, you can change the image resolution in the code based on your need.&amp;nbsp; To do this,&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Select Attachment Viewer app in Desktop and open in Qt Creator (Click on &lt;STRONG&gt;Edit&lt;/STRONG&gt; icon on side panel)&lt;/P&gt;&lt;P&gt;2. Navigate to&amp;nbsp;&lt;STRONG&gt;AttachmentViewer/modules/LayerManager.qml &lt;/STRONG&gt;file&lt;/P&gt;&lt;P&gt;3. Go to line 412 and 414, and replace 200 with a higher number such as 400, 600 or even 800 (Please test in mobile devices to find the best value)&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;"?w=&lt;STRONG&gt;200&lt;/STRONG&gt;&amp;amp;token="&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TinaJin_1-1623801090400.png" style="width: 909px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16063i5D07B34421B1CB4F/image-dimensions/909x289?v=v2" width="909" height="289" role="button" title="TinaJin_1-1623801090400.png" alt="TinaJin_1-1623801090400.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tina&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 00:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/bug-or-feature-attachments-viewer-mobile-app/m-p/1068702#M3955</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-06-16T00:05:08Z</dc:date>
    </item>
  </channel>
</rss>

