<?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: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446541#M15057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px; font-family: 'arial black', sans-serif; color: #008000;"&gt;Jay:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;I have 192 original TIFF files that pieced together form our orthophoto.&amp;nbsp; Each TIFF is simply named after the NW corner of a UTM coordinate, so it was fairly simple to find the right TIFF files (there are 9 of them for the area I was trying to clip).&amp;nbsp; Why I cannot clip or export the raster to a new GDB is beyond me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;So what I did was create a new Mosaic using those 9 TIFF images, but instead of using an 8-bit unsigned pixel type I used a 64-bit instead, and it works perfectly.&amp;nbsp; The new image is virtually indistinguishable from the original:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/438908_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;Now I have a format that I can share with our 3rd party...a clip would have been so much easier though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;The one thing that bothers me about Mosaics though is that periodically the Mosaic path gets corrupted, and then one has to fix that, which can be a pain as it doesn't always work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;I tried clipping this image, exporting it as a GRID file, and using that Mosaic to New Raster tool, and none of them worked (i.e. they all produced the same coarse imagery as I was experiencing before).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;It looks like I will have to go with this Mosaic and hope for the best.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2019 16:21:22 GMT</pubDate>
    <dc:creator>Mark_Hotz</dc:creator>
    <dc:date>2019-03-07T16:21:22Z</dc:date>
    <item>
      <title>How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446534#M15050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;I have been trying to clip an image using ArcGIS Pro (2.3). I need to send this image to a 3rd party, so it's not going to be used in my system.&amp;nbsp; I am simply trying to convert an ESRI GRID format image into a smaller ESRI GRID format image.&amp;nbsp; I have tried various geoprocessing tools:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;UL style="text-align: justify;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;Extract by Mask&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;Clip (using a polygon)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;Copy Raster (after using clip in Raster Functions)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;And have used various compression settings:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;UL style="text-align: justify;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;LZ77&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;JPEG&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;LZW&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;I also always let the software build pyramids using the -1 option, and have tried setting "no data" to both "0" and "256".&amp;nbsp; I have not changed the projection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;None of my methods seem to work and in every case the resulting image appears coarse and no like the original at all.&amp;nbsp; All I want to be able to do is capture a piece of our high-res orthophoto and preserve the original image quality in the resulting image, which sounds fairly straight forward.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;Because each iteration of my workflow takes about 15 minutes this project is starting to cost me hours...even days.&amp;nbsp; Surely there's a smart way to deal with this, right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Original Image&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="438684" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/438684_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Resulting Image&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="438685" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/438685_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;Suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #800080; font-size: 22px; font-family: georgia, palatino, serif;"&gt;&lt;EM&gt;Thank you&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 14:24:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446534#M15050</guid>
      <dc:creator>Mark_Hotz</dc:creator>
      <dc:date>2019-03-05T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446535#M15051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just used &lt;A href="https://community.esri.com/t5/tag/clip raster by polygon/tg-p"&gt;#clip raster by polygon&lt;/A&gt;&amp;nbsp;with default Environments settings on a GRID image and the clipped out put was indistinguishable from the original.&amp;nbsp; In screen shot below, the area inside the yellow polygon is a clip raster output laying on top of the original raster - no visible difference.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clip Raster Settings" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/438716_clipraster_settings.PNG" /&gt;&lt;IMG alt="Clip Raster Environments" class="image-1 jive-image" height="586" src="https://community.esri.com/legacyfs/online/438705_ClipRaster.PNG" width="256" /&gt;&lt;IMG alt="Clip raster result" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/438706_clipraster_result.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd recommend trying NOT using 0 as a NoData value - that might be why you are getting those "speckles" in the dark water areas.&amp;nbsp; Those look like they might be valid black&amp;nbsp;0 values within the image.&amp;nbsp; Once you've done that, make sure that the &lt;A href="https://community.esri.com/t5/tag/Raster/tg-p"&gt;#Raster&lt;/A&gt; Layer Appearance Stretch Type is set to None.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 16:02:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446535#M15051</guid>
      <dc:creator>JayJohnsonWashoeCounty</dc:creator>
      <dc:date>2019-03-05T16:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446536#M15052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'arial black', sans-serif; color: #008000; font-size: 22px;"&gt;Jay:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;Thanks very much for your response...most appreciated.&amp;nbsp; I took a little while to respond because I wanted to try this out a few times to make sure I could replicate your results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;I tried processing this clipped imaged 3 different ways using just the default settings, but it sill produced the same grainy coarse results (as per below).&amp;nbsp; This is very frustrating. I tried Clip Raster using my polygon, Copy Raster, and then Clip from Raster Functions using the Export Raster option...all with just the default settings, but nothing seems to change.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;I'm wondering if there is a default setting somewhere that is overriding my process each time?&amp;nbsp; I say this because no matter what settings I use the results never seem to change regardless of what compression method was selected, which to me seems odd.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="751" src="https://community.esri.com/legacyfs/online/438735_pastedImage_1.png" width="313" /&gt;&amp;nbsp;&lt;IMG class="image-2 jive-image" height="749" src="https://community.esri.com/legacyfs/online/438736_pastedImage_2.png" width="313" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/438740_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/438741_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 19:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446536#M15052</guid>
      <dc:creator>Mark_Hotz</dc:creator>
      <dc:date>2019-03-05T19:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446537#M15053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah - this is very puzzling.&lt;/P&gt;&lt;P&gt;Is your output actually a different pixel size than the input?&amp;nbsp; Can't tell from the screen shots.&amp;nbsp; Rt-click raster layer, Properties, Source, Raster Info:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pixel Size" class="image-2 jive-image" height="233" src="https://community.esri.com/legacyfs/online/438748_Raster_Pixel_Size.PNG" width="361" /&gt;&lt;/P&gt;&lt;P&gt;There &lt;STRONG&gt;ARE &lt;/STRONG&gt;other default Environment Settings under Analysis, Environments.&amp;nbsp; Guess you could check those to make sure there is nothing weird set there, although I'd assume these would get over-ridden by whatever you set in the tool.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pro Raster Environment" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/438747_ProRaster_Env.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried doing the same operation in ArcGIS Desktop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 20:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446537#M15053</guid>
      <dc:creator>JayJohnsonWashoeCounty</dc:creator>
      <dc:date>2019-03-05T20:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446538#M15054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'arial black', sans-serif; color: #008000; font-size: 22px;"&gt;Jay:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;Thanks a lot for your time on this...this has me double-checking my entire workflow too, which is a good exercise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;The cell size in both original and resulting images are identical (x=0.1, y=0.1), which is a good thing to check as that could have this affect if these were different.&amp;nbsp; I checked the general Environment settings too and those turned out to be the same as default settings when I use the tools in ArcGIS Pro.&amp;nbsp; So I'm pretty sure that there was nothing there that could be affecting my output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;I also tried my workflow 3 different ways using ArcMap (Raster Clip, Raster Export and Extract by Mask), but all 3 returned the exact same results. In one method I tried using a different compression option, but that too made no difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Raster Clip using ArcMap in ArcGIS 10.6.1&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/438763_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;I had this same issue when I originally created the image from 192 TIFF images, but what ended up resolving that (for some reason) was using JPEG compression (not sure why).&amp;nbsp; That has no effect here though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;Interestingly, with exception to the resolution over the water, when I zoom in to a larger scale I cannot see the coarseness anymore...it's only at the smaller scales where this becomes more obvious.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;This is quite baffling.&amp;nbsp; One would think that one should just be able to clip the image while maintaining the quality of the original image...I wonder what's really going on in the background when I process this image?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 15px; color: #ff0000;"&gt;Original Image&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/438777_pastedImage_17.png" /&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;I hope this can be resolved...I would hate to quit on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;The source data specs are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/438778_pastedImage_23.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;The specs on the clipped raster:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/438782_pastedImage_24.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;One question though...could this be a problem because my original raster image was created using JPEG compression?&amp;nbsp; Just a thought.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #800080; font-size: 22px; font-family: georgia, palatino, serif; "&gt;Thanks&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 00:52:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446538#M15054</guid>
      <dc:creator>Mark_Hotz</dc:creator>
      <dc:date>2019-03-06T00:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446539#M15055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"...&lt;/EM&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;EM&gt;when I zoom in to a larger scale I cannot see the coarseness anymore...it's only at the smaller scales where this becomes more obvious."&lt;/EM&gt;&amp;nbsp; Now &lt;STRONG&gt;that&lt;/STRONG&gt; is very interesting and suggests that maybe the clipped raster is actually okay and the problem may lay with &lt;STRONG&gt;display&lt;/STRONG&gt; of the image.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;If you right-click the raster, click "Zoom to Source Resolution", and the clipped image looks good at that scale (indistinguishable from the original), then it seems possible this is a display re-sampling issue, not a data issue.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Maybe there is a problem with your pyramids.&amp;nbsp; I'd suggest trying two things:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;1) Delete the pyramids on the clipped raster and see what it&amp;nbsp;looks like without pyramids.&amp;nbsp; Right-click the raster in Catalog, Build Pyramids, then use "0" for Pyramid levels.&amp;nbsp; This deletes the pyramids.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;2) If deleting the pyramids is no good, try re-building them.&amp;nbsp; Same steps as in 1), but use -1 for Pyramid levels to build full pyramids.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;You might also make sure that you've calculated statistics on the clipped raster, which can affect some display options.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I suppose the clipped raster is too large to share?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 15:51:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446539#M15055</guid>
      <dc:creator>JayJohnsonWashoeCounty</dc:creator>
      <dc:date>2019-03-06T15:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446540#M15056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'arial black', sans-serif; color: #008000; font-size: 22px;"&gt;Jay:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;Thanks again...this gives me an opportunity to explore a different angle to this problem.&amp;nbsp; I will work on this today and see what happens.&amp;nbsp; The latest version of the clipped images is 1 GB...it's a fraction of the original (10 cm resolution), so if I could share that somehow I would.&amp;nbsp; However, I did take a peek at it using the "Zoom to Source Resolution" and it pretty well substantiates my observation on the coarseness disappearing when zoomed in.&amp;nbsp; The clipped image is to the right of the red line:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/438846_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;This is a snapshot of what it looks like when I zoom out to 1:30,000 scale:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="635" src="https://community.esri.com/legacyfs/online/438852_pastedImage_4.png" width="759" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;EM style="color: #800080; font-family: georgia, palatino, serif; "&gt;Thanks again.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 16:49:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446540#M15056</guid>
      <dc:creator>Mark_Hotz</dc:creator>
      <dc:date>2019-03-06T16:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446541#M15057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px; font-family: 'arial black', sans-serif; color: #008000;"&gt;Jay:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;I have 192 original TIFF files that pieced together form our orthophoto.&amp;nbsp; Each TIFF is simply named after the NW corner of a UTM coordinate, so it was fairly simple to find the right TIFF files (there are 9 of them for the area I was trying to clip).&amp;nbsp; Why I cannot clip or export the raster to a new GDB is beyond me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 22px;"&gt;So what I did was create a new Mosaic using those 9 TIFF images, but instead of using an 8-bit unsigned pixel type I used a 64-bit instead, and it works perfectly.&amp;nbsp; The new image is virtually indistinguishable from the original:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/438908_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;Now I have a format that I can share with our 3rd party...a clip would have been so much easier though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;The one thing that bothers me about Mosaics though is that periodically the Mosaic path gets corrupted, and then one has to fix that, which can be a pain as it doesn't always work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;I tried clipping this image, exporting it as a GRID file, and using that Mosaic to New Raster tool, and none of them worked (i.e. they all produced the same coarse imagery as I was experiencing before).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;It looks like I will have to go with this Mosaic and hope for the best.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 16:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446541#M15057</guid>
      <dc:creator>Mark_Hotz</dc:creator>
      <dc:date>2019-03-07T16:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446542#M15058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your pyramids (reduced resolution overviews) are being generated using "nearest" resampling.&amp;nbsp; Use "bilinear" or "cubic" instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your clipped data is probably also being displayed with a different stretch to your original data.&amp;nbsp; If the data is 8bit RGB and doesn't need stretching, ensure the stretch type is set to None for the clipped layer symbology (it defaults to a percent clip stretch).&amp;nbsp; If the data is 16bit or something else, it needs stretching for display and ArcGIS relies on band statistics to do the stretch, you'll have to manually set the clipped image statistics (for display only in the layer symbology) to be the same as the original layer.&amp;nbsp; However, you don't really need to do this, if you're not going to be using the data, just sending it to someone else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I really don't recommend using ESRI GRID format, use a GeoTIFF instead (or a file GDB raster if you must) unless the third party absolutely requires GRID.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 22:04:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446542#M15058</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2019-03-07T22:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446543#M15059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #008000; font-size: 22px; "&gt;Luke:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;Thanks for your advice.&amp;nbsp; I will most definitely give these suggestions a try and see how it works, and post again as soon as I have done this.&amp;nbsp; I have been putting the image into a GDB with success in the past...I just for the life of me couldn't get my head around why something as simple as a clip was not working.&amp;nbsp; The original data are in GeoTIFF, and I used that to successfully create a Mosaic, and a static image as well...it's just the clipping, or masking that seems to be giving me grief.&amp;nbsp; I will plug away at this this morning though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 22px;"&gt;&lt;EM&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446543#M15059</guid>
      <dc:creator>Mark_Hotz</dc:creator>
      <dc:date>2019-03-11T15:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How Does One Clip, Copy Or Export An Image And Preserve The Original Quality?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446544#M15060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'arial black', sans-serif;"&gt;Hey Luke:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't process imagery that often in our organization (and we don't have ESRI's Image Server because we cannot justify it yet), so the time-lag in between our orthophoto acquisition is usually the reason I'm usually having issues processing orthophotos (i.e. I usually only process them once every 3 or so years and have to relearn it LOL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, we got new imagery a couple of weeks ago and I followed your suggestions above and it did work, and it worked well.&amp;nbsp; I resampled the image using the cubic convolution method (instead of allowing the default of Nearest Neighbor) and I have to think that this was the big difference.&amp;nbsp; The image output turned out perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We usually get TIFF imagery from a consultant and the only way I have been able to find to bring that into ArcGIS (and Pro) is using one of the ESRI Mosaic tool sets.&amp;nbsp; However, I also need to publish this image to our Portal for staff to review and it is my understanding that unless one has Image Server one cannot publish a Mosaic, so it has to first be exported into a single (flat) image first, and this is where I was having all of my issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once a single image is created I can then easily publish that to Portal, and then cache the image (which usually takes 2 or so hours), and from there it usually works perfectly for staff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: georgia, palatino, serif;"&gt;&lt;EM&gt;So thanks again for your advice...it is very appreciated most useful, and a major time-saver.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 16:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-does-one-clip-copy-or-export-an-image-and/m-p/446544#M15060</guid>
      <dc:creator>Mark_Hotz</dc:creator>
      <dc:date>2020-07-29T16:20:39Z</dc:date>
    </item>
  </channel>
</rss>

