<?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: TIFF to MRF in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1711139#M103806</link>
    <description>&lt;P&gt;In my tests CRF with JPEG compression turned out to be the most compact. I tried other combinations like MRF / COG with ZSTD / LERC / Deflate / QB3. All inflate the size way more than the original images.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2026 13:51:59 GMT</pubDate>
    <dc:creator>Y_Chau</dc:creator>
    <dc:date>2026-06-30T13:51:59Z</dc:date>
    <item>
      <title>TIFF to MRF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1641144#M98094</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I converted a 5cm drone image to MRF with LERC compression. Original is TIFF with JPEG compression. Size has inflated 3 times. Is this normal? What is the best format to keep the size down and get good performance in the web?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-12 090225.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138363i08288204273D57AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-08-12 090225.png" alt="Screenshot 2025-08-12 090225.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 05:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1641144#M98094</guid>
      <dc:creator>Y_Chau</dc:creator>
      <dc:date>2025-08-12T05:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: TIFF to MRF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1641504#M98145</link>
      <description>&lt;P&gt;You may want to take a look at Cloud Optimized TIFF, but it depends on your specific use case.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/OptimizeRasters" target="_blank" rel="noopener"&gt;GitHub - Esri/OptimizeRasters: OptimizeRasters is a set of tools for converting raster data to optimized Tiled TIF or MRF files, moving data to cloud storage, and creating Raster Proxies.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/OptimizeRasters/blob/master/Documentation/OptimizeRasters_UserDoc.pdf" target="_blank" rel="noopener"&gt;OptimizeRasters/Documentation/OptimizeRasters_UserDoc.pdf at master · Esri/OptimizeRasters · GitHub&lt;/A&gt;&amp;nbsp;(PDF with good information on the different formats)&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 12:44:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1641504#M98145</guid>
      <dc:creator>SimonSchütte_ct</dc:creator>
      <dc:date>2025-08-13T12:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: TIFF to MRF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1709089#M103691</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/460855"&gt;@SimonSchütte_ct&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Converting to CRF with LERC inflates the images even more. Converting to CRF with JPEG is possible only if I remove the alpha band (RGB). This adds opaque nodata areas. I don't understand how the original images have 4 bands and still use JPEG compression.&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;BR /&gt;&lt;BR /&gt;YC&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2026 05:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1709089#M103691</guid>
      <dc:creator>Y_Chau</dc:creator>
      <dc:date>2026-06-22T05:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: TIFF to MRF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1709235#M103699</link>
      <description>&lt;P&gt;JPEG is a lossy image compression designed specifically for photographic imagery&lt;BR /&gt;LERC can be lossy, it generally does not compress natural-color imagery as efficiently as JPEG.&lt;BR /&gt;&lt;BR /&gt;To improve performance, CRF will create internal tiles, adding to image size.&lt;BR /&gt;&lt;BR /&gt;Yes, JPEG does not support alpha bands.&lt;BR /&gt;&lt;BR /&gt;The TIFF does compress the RGB using JPEG compression and has an additional channel for alpha.&lt;BR /&gt;There are different flavours of TIFF.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For best performance use Mosaic Dataset with MRF in ArcGIS Pro or when deploying to ArcGIS Image Server.&lt;BR /&gt;If you don´t have Image Server or want to directly stream the data from a network source, try Cloud Optimized GeoTIF and MRF proxys.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 08:18:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1709235#M103699</guid>
      <dc:creator>SimonSchütte_ct</dc:creator>
      <dc:date>2026-06-23T08:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: TIFF to MRF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1711139#M103806</link>
      <description>&lt;P&gt;In my tests CRF with JPEG compression turned out to be the most compact. I tried other combinations like MRF / COG with ZSTD / LERC / Deflate / QB3. All inflate the size way more than the original images.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 13:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1711139#M103806</guid>
      <dc:creator>Y_Chau</dc:creator>
      <dc:date>2026-06-30T13:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: TIFF to MRF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1711891#M103830</link>
      <description>&lt;P&gt;There is no universally optimal file format. The appropriate choice depends on the specific requirements of your application, workflow, and use case, and may vary accordingly.&amp;nbsp;&lt;SPAN&gt;If CRF with JPEG works best for your needs, then it is the right format for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 09:56:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/tiff-to-mrf/m-p/1711891#M103830</guid>
      <dc:creator>SimonSchütte_ct</dc:creator>
      <dc:date>2026-07-02T09:56:19Z</dc:date>
    </item>
  </channel>
</rss>

