<?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: Dynamic service pixelation/halo issue in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-service-pixelation-halo-issue/m-p/500395#M46472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;We are having the same issue with dynamic map services displayed with a applicaton develoed in Silverlight. I would like to try the png32 solution, but don't know where to apply this setting. Could you provide some addtional information on how to apply this.&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Welcome to the forums!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With that said, this topic is fairly old and you may not receive the answer you are looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest opening a thread over at the&lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/19-ArcGIS-API-for-Silverlight"&gt; Silverlight sub-forum&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 16:50:41 GMT</pubDate>
    <dc:creator>JonathanUihlein</dc:creator>
    <dc:date>2013-10-10T16:50:41Z</dc:date>
    <item>
      <title>Dynamic service pixelation/halo issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-service-pixelation-halo-issue/m-p/500392#M46469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a dynamic service that contains annotation feature classes.&amp;nbsp; In my web app, the annotation comes out quite pixelated and with a tiny halo even though no text effect is used in the MSD.&amp;nbsp; See attached screenshot.&amp;nbsp; It's quite pedantic I know but does anyone know how I can smooth out the text?&amp;nbsp; It's only really an issue when dark text is sitting on a relatively dark background.&amp;nbsp; Something tells me it's related to the graphics engine.&amp;nbsp; Any other ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 03:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-service-pixelation-halo-issue/m-p/500392#M46469</guid>
      <dc:creator>EdSaunders</dc:creator>
      <dc:date>2012-03-08T03:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic service pixelation/halo issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-service-pixelation-halo-issue/m-p/500393#M46470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might want to try setting your image format to be png32.&amp;nbsp; By defining the ImageParameters, you can set the format to be png32.&amp;nbsp; So try the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var imageParameters = new esri.layers.ImageParameters();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imageParameters.format = "png32";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var lyr = new esri.layers.ArcGISDynamicMapServiceLayer(&amp;lt;dynamicMapService URL&amp;gt;,{"imageParameters":imageParameters});&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried this recently on some current arrows I was trying to draw that were drawing as white outlines even though they had been defined to be black.&amp;nbsp; It removed the white outline and made the symbol look clear.&amp;nbsp; It also worked with points that had halos around them.&amp;nbsp; I don't know about annotation though but at least you can give it a try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:13:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-service-pixelation-halo-issue/m-p/500393#M46470</guid>
      <dc:creator>BetsySchenck-Gardner</dc:creator>
      <dc:date>2012-03-08T14:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic service pixelation/halo issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-service-pixelation-halo-issue/m-p/500394#M46471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are having the same issue with dynamic map services displayed with a applicaton develoed in Silverlight. I would like to try the png32 solution, but don't know where to apply this setting. Could you provide some addtional information on how to apply this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-service-pixelation-halo-issue/m-p/500394#M46471</guid>
      <dc:creator>AndyErdman</dc:creator>
      <dc:date>2013-10-09T14:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic service pixelation/halo issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-service-pixelation-halo-issue/m-p/500395#M46472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;We are having the same issue with dynamic map services displayed with a applicaton develoed in Silverlight. I would like to try the png32 solution, but don't know where to apply this setting. Could you provide some addtional information on how to apply this.&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Welcome to the forums!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With that said, this topic is fairly old and you may not receive the answer you are looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest opening a thread over at the&lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/19-ArcGIS-API-for-Silverlight"&gt; Silverlight sub-forum&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 16:50:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamic-service-pixelation-halo-issue/m-p/500395#M46472</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2013-10-10T16:50:41Z</dc:date>
    </item>
  </channel>
</rss>

